summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-05add comments to function declarations and definitions and updated to match co...jcarsey47-3349/+3668
2011-04-05rename a file.jcarsey1-0/+0
2011-04-04check memory allocations for success.jcarsey5-33/+48
2011-04-04correct last commit. fix build break for some compilers.jcarsey1-3/+3
2011-04-04fix build break on some compilers.jcarsey1-2/+6
2011-04-01remove duplicate memory de-allocation.jcarsey2-8/+16
2011-04-01Comment's added and fixed.jcarsey19-518/+481
2011-04-01fix initialization of pointer.jcarsey1-2/+3
2011-04-01Use the minimum value for Numeric and the first option value for OneOf as the...lgao42-2/+72
2011-04-01PerformancePkg.dsc: ydong101-1/+2
2011-04-01NetworkPkg.dsc: ydong101-1/+2
2011-04-01> When GetHealthStatus() returns NULL FormHiiHandle, DeviceManager shouldn't ...niruiyu6-130/+154
2011-04-01Set the BlockIo.Media.IoAlign to 0 because the BlockIo produced by Partition ...niruiyu1-2/+7
2011-03-31OvmfPkg/*.dsc: Change FileHandleLib instance pathjljusten3-3/+3
2011-03-31Fix Xcode compile bug. It looks like these two arguments had an extra level o...andrewfish1-1/+1
2011-03-31ArmPkg/Arm9Lib: Assert if memory region size is TT_DESCRIPTOR_SECTION_SIZE al...oliviermartin1-0/+3
2011-03-31BeagleBoardPkg: Fix buildoliviermartin1-0/+1
2011-03-31ArmPkg: Fix ArmPkg.dsc and ArmVExpress-CTA9x4.dsc buildsoliviermartin2-2/+24
2011-03-31ArmPlatformPkg/Bds: Connect all drivers if the SimpleTextIO is not availableoliviermartin1-3/+25
2011-03-31ArmPkg: Fix InternalMemCopyMem()oliviermartin2-94/+212
2011-03-31ArmPkg/ArmDisassemblerLib: Fix register listoliviermartin1-0/+1
2011-03-31ArmPlatformPkg: Fix buildoliviermartin3-0/+3
2011-03-31ArmPlatformPkg/PrePeiCore: Fix buildoliviermartin1-1/+1
2011-03-31ArmPlatformPkg/Bds: Fix buildoliviermartin1-1/+1
2011-03-31ArmPlatformPkg/ArmPlatformLib: Move the UEFI memory partionning to MemoryInitPeioliviermartin10-192/+158
2011-03-31ArmPlatformPkg/ArmPlatformLib: Introduce the function ArmPlatformGetBootMode()oliviermartin5-6/+46
2011-03-31ArmPkg/BdsLib: Fix GetSystemMemoryResources()oliviermartin1-67/+107
2011-03-31ArmPkg/BdsLib: Prevent application to hang the platform using watchdogoliviermartin1-0/+9
2011-03-31EmbeddedPkg/Ebl: Add support for env variable deletionoliviermartin1-4/+25
2011-03-31ArmPlatformPkg: Introduce ArmPlatformInitialize() functionoliviermartin8-9/+54
2011-03-31ArmPlatformPkg: Rename gEmbeddedTokenSpaceGuid.PcdEmbeddedFd* into gArmTokenS...oliviermartin20-50/+52
2011-03-31ArmPlatformPkg: Use Serial print function to print out non debugging informationoliviermartin6-28/+57
2011-03-31ArmPlatformPkg/SP804Timer: Fix IRQ handler when the Timer IRQ is sharedoliviermartin1-7/+9
2011-03-31ArmPkg/ArmLib: Define the macro IS_ARM_MEMORY_REGION_ATTRIBUTES_SECURE()oliviermartin1-4/+6
2011-03-31ArmPlatformPkg/CTA9x4: Remove Variable Storage FD file from FDFoliviermartin7-105/+36
2011-03-31ArmPkg/ArmV7: Fix TT_DESCRIPTOR_LARGEPAGE_CACHE_POLICY_MASK maskoliviermartin1-2/+2
2011-03-31ArmPkg/PL390GixDxe: Return from the interrupt handler when it is a sporadic i...oliviermartin1-0/+1
2011-03-31ArmPkg/CpuDxe: Replace SIZE_4KB by TT_DESCRIPTOR_PAGE_SIZEoliviermartin1-5/+5
2011-03-31ArmPkg/Mmu: Support page size granularity in the initial MMU settingoliviermartin4-61/+353
2011-03-31ArmPkg/PL180MciDxe: Improve error handlingoliviermartin2-289/+435
2011-03-31ArmPkg/MmcDxe: Fix some returned conditions for MMC/SD commandsoliviermartin2-59/+117
2011-03-31EmbeddedPkg/MmcDxe: Fix protocols uninstallation in Stop() functionoliviermartin1-2/+2
2011-03-311. solve build time issue that FV size is exceed due to more modules is inclu...erictian2-10/+10
2011-03-30fix for the cp shell command - halt when an error was encountered and also fi...jcarsey1-10/+13
2011-03-30didn't mean to remove this comment.jcarsey1-0/+3
2011-03-30remove redirection command line updating from the shell core code.jcarsey3-32/+59
2011-03-30pointer verification (not NULL) and buffer overrun fixes.jcarsey21-189/+342
2011-03-30add more user input verification to connect and vol commands.jcarsey2-2/+26
2011-03-30remove unused variable.jcarsey2-4/+3
2011-03-30Fix ICC compilation failure. No functionality impact.niruiyu1-3/+5