summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Enhance memory copy logic for PEI core image read. The change uses CopyMem() ...jgong52-7/+47
2010-02-21Add [depex] on gEfiMpServiceProtocolGuid so the number of CPUs is knownmdkinney2-4/+22
2010-02-21Change RegisterProtocolNotify for dependent protocols to [Depex] expressionmdkinney3-380/+162
2010-02-21Fix build breaksmdkinney4-300/+146
2010-02-21Port AcpiResetDxe from EDK to EDKII to enable reset function on DUET above le...niruiyu8-175/+484
2010-02-21Correct the table's version according to PI/UEFI spec.klu23-6/+6
2010-02-20add more comments for gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport.niruiyu2-2/+3
2010-02-20gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport should be TRUE in D...niruiyu1-0/+3
2010-02-20Make the passed in string not require \nandrewfish1-1/+2
2010-02-19Adding a command to show how symbols work in EFIandrewfish2-5/+81
2010-02-19Clean up some externsandrewfish2-1/+3
2010-02-19Make build script exit on build errorandrewfish1-0/+2
2010-02-19Fix typoandrewfish1-2/+2
2010-02-19Sync gcc with armasm. update some memory barriers.andrewfish10-153/+570
2010-02-19Update gcc flags to armv7andrewfish1-3/+3
2010-02-18Hack in some DSB, ISB syncronization primatives. Need to do it a little cleaner.andrewfish5-5/+307
2010-02-18Change Cortex-A8 references to ARMv7. Cortex-A8 is a branded implementation o...andrewfish10-32/+32
2010-02-17Fix case bug.andrewfish1-1/+1
2010-02-17Cleanup HOB DEBUG printsandrewfish1-2/+2
2010-02-17Update to pass up Decompress, and PECOFF code from SEC to DXE Core. Turn on U...andrewfish2-9/+9
2010-02-16Fix bug in UncachedMemoryAllocationLib, Assembler, make DefaultExceptionHandl...andrewfish5-8/+13
2010-02-16Fix typo in mfill commandandrewfish1-2/+2
2010-02-161) Fix build issuesmdkinney3-111/+128
2010-02-16Use Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney2-50/+39
2010-02-16Use Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney6-34/+17
2010-02-16Use Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney2-14/+9
2010-02-16Clean up HOB debug printsandrewfish1-3/+3
2010-02-16Fix crash in UnixPkg and BeagleBoard caused by gSmmBase2 getting added to the...andrewfish1-3/+3
2010-02-16After the ASSERT adjust the PC so you skip the faulting instruction. Lets you...andrewfish1-0/+17
2010-02-15Cleanup SerailIO drivers to have a device path and use PCD settings for vario...andrewfish13-257/+481
2010-02-15Remove SMM_CORE as a supported module type for the MemoryAllocationLib instan...mdkinney1-7/+3
2010-02-14Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney1-1/+2
2010-02-14Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney1-1/+1
2010-02-14Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney1-2/+2
2010-02-14Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney1-0/+1
2010-02-14Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney1-1/+1
2010-02-14Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney1-0/+1
2010-02-14Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney2-0/+862
2010-02-141) Remove dependency on the UEFI Boot Services Table Library so the gBS, gST,...mdkinney2-29/+18
2010-02-14Remove constructor from this library. This library already has SMM CPU I/O 2...mdkinney2-38/+5
2010-02-14Use atomic AsmDisableCache() and AsmDisableCache() functions instead of AsmWr...mdkinney1-20/+14
2010-02-13Update DXE Core to be compatible with PI 1.2 SMM Drivers.mdkinney5-23/+44
2010-02-12Fix help command scroll issue. Also add FV space used, and free space to dir ...andrewfish5-9/+54
2010-02-12Update UNDI driver to expose dynamic media detect capability.xdu21-2/+15
2010-02-12Update SnpDxe to support dynamic media detect.xdu23-212/+241
2010-02-12Add media status relative definition to UEFI PXE header file.xdu21-1/+19
2010-02-12Change UI for dir of FV to make it less confusing.andrewfish1-14/+17
2010-02-11Add support for Seeking on FV, and update the device syntax to support specif...andrewfish1-41/+77
2010-02-11Support HII VOID* dynamic/dynamicEx type PCD.klu22-29/+66
2010-02-11Update HiiDataBase to make sure that the installed StringPackages contains th...lgao41-1/+87