summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Fix the issue that callback function with TPL lower than TPL_HIGH_LEVEL canno...xli242009-12-163-55/+132
* add error handling on usb related modules.eric_tian2009-12-168-16/+90
* Add '0x' prefix to indicate hex numberqhuang82009-12-151-1/+1
* Smbios driver wrong compute the offset when updating string for given handle.klu22009-12-111-8/+11
* Fix the bug for evaluate EFI_IFR_NOT_EQUAL_OP opcode, and the bug in using Un...lgao42009-12-112-4/+4
* Add legacy region range check.xli242009-12-101-0/+16
* Correct the comments.xdu22009-12-101-3/+1
* Tempoprary removal of this ASSERT as it crashes the BeagleBoard. We can put i...AJFISH2009-12-101-1/+4
* Fix incorrect return status usage of HiiGetBrowserData().xdu22009-12-081-2/+1
* 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