summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-11DUET BDS clean up.niruiyu1-28/+0
2010-02-11To follow UEFI spec 2.3 chapter 3.4.1.1, add the ConnectSingleController for ...niruiyu1-0/+5
2010-02-11The fix is for EFI Linux capsule test case can not run.li-elvin1-9/+9
2010-02-11GraphicsOutputBlt() need judge parameter klu21-1/+5
2010-02-11Fix the issue that unknown format FV in Fvhob is installed for FvInfoPpi more...klu21-1/+22
2010-02-11Update PeCoffExtraActionLib for NT32 to allow an app or driver to be loaded m...mdkinney1-3/+28
2010-02-11Do not set gBS to NULL when the ExitBootServices event notification for the U...mdkinney1-6/+1
2010-02-11Pass the correct TokenNumber into a CallbackOnSet notification function. The...mdkinney1-28/+22
2010-02-11Pass the correct TokenNumber into a CallbackOnSet notification function. The...mdkinney1-1/+1
2010-02-11Fix issue with making a seek to zero on an FV file legal.andrewfish1-3/+5
2010-02-111. free those inserted NsKeyNode resource when releasing SetKeyBoardLayout ev...erictian3-6/+8
2010-02-11Coding style fix and minor improvements.rsun323-420/+113
2010-02-11Support Name/Value Storage in UEFI2.1 HII driver.lgao41-0/+10
2010-02-11Add example of Name/Value pair var store to DriverSamplelgao45-9/+327
2010-02-10Update EBL to have an optional width specifier on commands. So hexdump.4 mean...andrewfish5-80/+166
2010-02-10Only ment to add support to build and launch Ebl shell, not switch over to it...andrewfish2-3/+3
2010-02-10Remove dead command and clean up some coding style stuff.andrewfish4-200/+51
2010-02-10The VOLUME name case did not reserve enough storage in the CWD function.andrewfish1-1/+1
2010-02-10Fix issue with VOLUMN Name as an alias for device name.andrewfish1-42/+43