summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in UncachedMemoryAllocationLib, Assembler, make DefaultExceptionHandl...andrewfish2010-02-165-8/+13
* Fix typo in mfill commandandrewfish2010-02-161-2/+2
* 1) Fix build issuesmdkinney2010-02-163-111/+128
* Use Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney2010-02-162-50/+39
* Use Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney2010-02-166-34/+17
* Use Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney2010-02-162-14/+9
* Clean up HOB debug printsandrewfish2010-02-161-3/+3
* Fix crash in UnixPkg and BeagleBoard caused by gSmmBase2 getting added to the...andrewfish2010-02-161-3/+3
* After the ASSERT adjust the PC so you skip the faulting instruction. Lets you...andrewfish2010-02-161-0/+17
* Cleanup SerailIO drivers to have a device path and use PCD settings for vario...andrewfish2010-02-1513-257/+481
* Remove SMM_CORE as a supported module type for the MemoryAllocationLib instan...mdkinney2010-02-151-7/+3
* Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney2010-02-141-1/+2
* Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney2010-02-141-1/+1
* Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney2010-02-141-2/+2
* Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney2010-02-141-0/+1
* Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney2010-02-141-1/+1
* Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney2010-02-141-0/+1
* Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney2010-02-142-0/+862
* 1) Remove dependency on the UEFI Boot Services Table Library so the gBS, gST,...mdkinney2010-02-142-29/+18
* Remove constructor from this library. This library already has SMM CPU I/O 2...mdkinney2010-02-142-38/+5
* Use atomic AsmDisableCache() and AsmDisableCache() functions instead of AsmWr...mdkinney2010-02-141-20/+14
* Update DXE Core to be compatible with PI 1.2 SMM Drivers.mdkinney2010-02-135-23/+44
* Fix help command scroll issue. Also add FV space used, and free space to dir ...andrewfish2010-02-125-9/+54
* Update UNDI driver to expose dynamic media detect capability.xdu22010-02-121-2/+15
* Update SnpDxe to support dynamic media detect.xdu22010-02-123-212/+241
* Add media status relative definition to UEFI PXE header file.xdu22010-02-121-1/+19
* Change UI for dir of FV to make it less confusing.andrewfish2010-02-121-14/+17
* Add support for Seeking on FV, and update the device syntax to support specif...andrewfish2010-02-111-41/+77
* Support HII VOID* dynamic/dynamicEx type PCD.klu22010-02-112-29/+66
* Update HiiDataBase to make sure that the installed StringPackages contains th...lgao42010-02-111-1/+87
* DUET BDS clean up.niruiyu2010-02-111-28/+0
* To follow UEFI spec 2.3 chapter 3.4.1.1, add the ConnectSingleController for ...niruiyu2010-02-111-0/+5
* The fix is for EFI Linux capsule test case can not run.li-elvin2010-02-111-9/+9
* GraphicsOutputBlt() need judge parameter klu22010-02-111-1/+5
* Fix the issue that unknown format FV in Fvhob is installed for FvInfoPpi more...klu22010-02-111-1/+22
* Update PeCoffExtraActionLib for NT32 to allow an app or driver to be loaded m...mdkinney2010-02-111-3/+28
* Do not set gBS to NULL when the ExitBootServices event notification for the U...mdkinney2010-02-111-6/+1
* Pass the correct TokenNumber into a CallbackOnSet notification function. The...mdkinney2010-02-111-28/+22
* Pass the correct TokenNumber into a CallbackOnSet notification function. The...mdkinney2010-02-111-1/+1
* Fix issue with making a seek to zero on an FV file legal.andrewfish2010-02-111-3/+5
* 1. free those inserted NsKeyNode resource when releasing SetKeyBoardLayout ev...erictian2010-02-113-6/+8
* Coding style fix and minor improvements.rsun32010-02-1123-420/+113
* Support Name/Value Storage in UEFI2.1 HII driver.lgao42010-02-111-0/+10
* Add example of Name/Value pair var store to DriverSamplelgao42010-02-115-9/+327
* Update EBL to have an optional width specifier on commands. So hexdump.4 mean...andrewfish2010-02-105-80/+166
* Only ment to add support to build and launch Ebl shell, not switch over to it...andrewfish2010-02-102-3/+3
* Remove dead command and clean up some coding style stuff.andrewfish2010-02-104-200/+51
* The VOLUME name case did not reserve enough storage in the CWD function.andrewfish2010-02-101-1/+1
* Fix issue with VOLUMN Name as an alias for device name.andrewfish2010-02-101-42/+43
* UefiCpuPkg/CpuDxe: Fix build errorjljusten2010-02-101-4/+1