summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* The functionality of PXE Base Code protocol will not be stopped, when downloa...vanjeff2009-12-041-1/+4
* According to PI specification, if token number can not be found for dynamic-e...klu22009-12-031-6/+10
* Move the Fv updating of PeiCore's internal structure PrivateData out of the i...klu22009-12-031-65/+83
* Remove the tab characters.klu22009-12-032-33/+33
* After PeiCore is shadowed into permanent memory, the pointers to build-in Ffs...klu22009-12-033-0/+63
* Correct error status to EFI_NOT_FOUND when the image can't be got.lgao42009-12-011-1/+1
* Use AllocateZeroPool instead of using AllocatePool + ZeroMemklu22009-11-271-10/+7
* The FV size in EFI_FV_INFO has been excluded the length of FV header, so no n...klu22009-11-271-1/+1
* Fix GCC build error!lgao42009-11-271-2/+2
* Add IFR Security Op-code support in the Form Browser.rsun32009-11-264-4/+116
* Add new SecurityManagementLib, and update SecurityStub driver to use this lib.lgao42009-11-267-12/+455
* Apply GetFileBufferByFilePath API of DxeServicesLib to replace local CoreOpen...lgao42009-11-265-557/+105
* Dummy implementation of Legacy Region 2 Protocol.xli242009-11-254-0/+476
* Add checking for VolumeHandle, if VolumeHandle is NULL, return EFI_INVALID_PA...klu22009-11-251-0/+4
* Fixed the bug that not to stop PXE functionality when PXE meeting some failur...vanjeff2009-11-252-0/+10
* Refine comments for PCD PEIM/driver.klu22009-11-242-0/+19
* Clean up code.klu22009-11-242-46/+35
* 1, Correct the PCD PEIM to produce gEfiPcdPpi and gPcdPpi at same time;klu22009-11-232-22/+47
* 1. PI SMBIOS Checkin. Major change include:davidhuang2009-11-204-0/+1207
* EFI_HII_DATABASE_PROTOCOL.NewPackageList() allows installation of multiple pa...rsun32009-11-203-27/+14
* Add newly added global to Browser Context.xdu22009-11-182-0/+3
* Fix parameter name in function header.xli242009-11-171-1/+1
* Following 3 updates are for spec update published in PI 1.2.xli242009-11-172-7/+14
* Updated the IpIoLiband and the change includes: qouyang2009-11-172-0/+7
* Update function description to be consistent with code definition: HEX_RADIX ...xdu22009-11-172-14/+14
* Remove a typoklu22009-11-161-1/+1
* Initialize the FileHandle to NULL, before search FV image file in discoveried FVklu22009-11-162-0/+3
* Add Example for EFI_BROWSER_ACTION_RETRIEVE callbacklgao42009-11-132-6/+23
* Invoke EFI_BROWSER_ACTION_RETRIEVE callback when read EfiVarstore question.lgao42009-11-139-28/+131
* Update network drivers to use FreePool() instead of gBS->FreePool().xdu22009-11-1342-192/+192
* Remove the old unused ValueToString code, which has been replaced by UnicodeV...lgao42009-11-134-134/+0
* Fix a bug to handle case that SendForm() is called with an invalid FormSetGuid.xdu22009-11-131-0/+8
* 1. Add UEFI 2.2 VLAN device path definition to MdePkgxdu22009-11-122-2/+59
* 1. Update SetupBrowser to pass correct buffer value for OrderedList Callbackxdu22009-11-124-8/+17
* Add SuppressIf form support in SetupBrowser driver.lgao42009-11-126-9/+148
* 1. Add Link MTU support to IP4 and TCP4 driver.tye2009-11-1117-25/+400
* Add HiiResourcesSampleDxe into MdeModulePkg.dsclgao42009-11-111-0/+1
* To make backward compatiblity, if can not find corresponding the handle of FV...klu22009-11-111-0/+9
* Enabling EFI_PEI_FIRMWARE_VOLUME_PPI introduced by PI1.2.klu22009-11-116-464/+1116
* Make PcdPeim/PcdDxe driver also produce EFI_PCD_PPI/EFI_PCD_PROTOCOL defined ...klu22009-11-106-6/+71
* Change the behavior of the HII Library function HiiGetHiiHandles() when the P...rsun32009-11-052-18/+24
* fixed typovanjeff2009-11-041-2/+2
* [Change summary]:tye2009-11-0454-840/+1634
* added comments for CAPSULE_HOB_INFO in CapsuleVendor.h (MdeModuleModulePkg).vanjeff2009-11-041-1/+6
* Enable Report Status Code Router introduced in PI 1.2 for PEI and DXE.xli242009-11-039-0/+992
* Correct the typo in comments.lgao42009-10-302-3/+3
* 1. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.tye2009-10-3024-585/+1008
* add back CAPSULE_HOB_INFO definition for back-compatible.vanjeff2009-10-291-1/+11
* remove CAPSULE_HOB_INFO definition from MdeModulePkg.vanjeff2009-10-281-11/+1
* Update transition from EBC function to native IPF function to guarantee that ...mdkinney2009-10-271-21/+57