summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correctly get the width of orderedlist question.lgao42009-10-271-24/+30
* Fix the EBC build problem in DxeIpIoLib of r9374.tye2009-10-272-31/+80
* NetLib:tye2009-10-2614-311/+1216
* Update comments on setting >= 8 bytes Fv Alignment.lgao42009-10-263-2/+8
* Update SetupBrowser to support call to SendForm() by specify a formset class ...xdu22009-10-261-32/+31
* For now PEI Core LoadImage() service to always call LoadAndRelocatePeCoffImag...jchen202009-10-261-3/+3
* Add example usage of EFI_BROWSER_ACTION_FORM_OPEN and EFI_BROWSER_ACTION_FORM...xdu22009-10-263-33/+119
* Support call of SendForm() from Callback(), i.e. nested call of SendForm().xdu22009-10-264-43/+298
* 1. Code clean up: add IN/OUT modifier for parameters.xdu22009-10-2611-76/+125
* Add support for newly defined Browser action type EFI_BROWSER_ACTION_FORM_OPE...xdu22009-10-261-1/+80
* Update FormBrowser to conform to UEFI spec Table 197. Callback Behavior for C...xdu22009-10-261-0/+11
* Add support for newly defined VarStore type EFI_IFR_TYPE_UNDEFINED, EFI_IFR_T...xdu22009-10-267-32/+195
* Change the FormBrowser behavior of "Pressing ESC":xdu22009-10-266-239/+427
* Set Handle to NULL when creating a new handle.vanjeff2009-10-261-0/+1
* Add a MACRO IP6_IS_MULTICAST. tye2009-10-221-1/+3
* 1. Fix timer unit bug in MNP: default rx/tx timeout value should be 10,000,00...tye2009-10-222-23/+37
* 1. Fix a bug in Dhcp4 to prevent unexpected broadcast DHCP packets be queued ...tye2009-10-213-11/+24
* 1. Impl PI 1.2 PCI part. Major changes include:davidhuang2009-10-2033-0/+18148