summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-30Update inf file to follow spec.ydong101-1/+0
2011-03-30Update inf file to follow spec.ydong107-29/+7
2011-03-30Update inf file to follow spec.ydong101-1/+0
2011-03-30Update inf file to follow spec.ydong101-2/+2
2011-03-30Update inf file to follow spec.ydong102-4/+3
2011-03-29clarify error message when listing files based on a metaname without a curren...jcarsey1-4/+9
2011-03-29fix changing time daylight settings without changing the time.jcarsey2-8/+14
2011-03-29smbiosview - add user input verification.jcarsey12-78/+157
2011-03-29initialize variable before error returns.jcarsey1-1/+1
2011-03-29Typo for the old patch enhance code style. ydong101-2/+2
2011-03-29Add DevicePathFromText support for ACPI _ADR node.niruiyu1-1/+47
2011-03-28prevents "" from being the result of trying to open the root of a drive.jcarsey2-5/+27
2011-03-28cp - fix conditional for memory de-allocaiton.jcarsey2-1/+1