summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-254-7/+2
* Enhance SetupBrowser to support new UEFI HiiFormMap featurelgao42010-02-259-97/+1016
* Add support for capsule above 4G.xli242010-02-241-1/+16
* roll back changing on save and restore interrupt status, it needn't doing.vanjeff2010-02-241-12/+0
* Minor comment fix.rsun32010-02-241-0/+2
* Avoid shadowing PE image read function on IPFjgong52010-02-241-1/+1
* fixed the bug in .S file to make the EBC driver work for UNIXGCC build.jchen202010-02-241-7/+7
* 1. Correct File header to ## @filelgao42010-02-2496-419/+419
* Fix commentmdkinney2010-02-231-2/+1
* Enhance UpdateCapsule () to support calling multiple times.li-elvin2010-02-232-12/+40
* enhanced Dhcp4Dxe module to clean active configure data when Dhcp4->Stop() an...vanjeff2010-02-232-4/+22
* 1. Update GetStringWorker() of HiiDataBaseDxe to only search in other languag...lgao42010-02-223-4/+27
* TPL of Pcd Dxe driver was changed to TPL_CALLBACK from TPL_NOTIFY to follow U...niruiyu2010-02-221-1/+1
* Enhance memory copy logic for PEI core image read. The change uses CopyMem() ...jgong52010-02-222-7/+47
* add more comments for gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport.niruiyu2010-02-202-2/+3
* Cleanup HOB DEBUG printsandrewfish2010-02-171-2/+2
* 1) Fix build issuesmdkinney2010-02-163-111/+128
* 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
* Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney2010-02-141-1/+1
* Update DXE Core to be compatible with PI 1.2 SMM Drivers.mdkinney2010-02-135-23/+44
* Update SnpDxe to support dynamic media detect.xdu22010-02-123-212/+241
* 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
* 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
* 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
* 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
* Add example of Name/Value pair var store to DriverSamplelgao42010-02-115-9/+327
* a)Save and disable CPU interrupt before calling AsmWriteIdtr().vanjeff2010-02-101-19/+31
* revise the debug message to add 0x in front of the HEX number for consistencyjchen202010-02-108-29/+27
* Fix ICC build break by do data conversion.lgao42010-02-101-2/+2
* change the GetPcd64 to FixedGetPcd64 to pass ECC jchen202010-02-091-1/+1
* Update HiiString Protocol and HiiSetString Api in HiiLiblgao42010-02-094-90/+191
* Update MdeModulePkg to not use EFI_SPECIFICATION_VERSION and PI_SPECIFICATION...qhuang82010-02-084-15/+11
* format uniform: move tab to blank.erictian2010-02-081-43/+43
* Remove DEBUG_LOAD for InstallProtocolInterface() to align with PPI installati...qhuang82010-02-081-5/+5
* modified to pass the VS2003 buildjchen202010-02-081-1/+1
* modified to pass the ICC buildjchen202010-02-051-6/+6
* revise the comments stylejchen202010-02-051-2/+2
* Enable the Load Module At fixed Address feature jchen202010-02-0512-61/+972
* Add some security check.xdu22010-02-054-4/+7
* Enable PEI core to differentiate PEIMs in performance log by passing PEIM fil...jgong52010-02-041-4/+4
* For network dynamic media support:xdu22010-02-0316-62/+449
* 1. add error handling in case DHCP success but boot request failxdu22010-02-022-0/+8