summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal
Commit message (Expand)AuthorAgeFilesLines
* Dummy implementation of Legacy Region 2 Protocol.xli242009-11-253-0/+475
* 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-203-0/+1206
* EFI_HII_DATABASE_PROTOCOL.NewPackageList() allows installation of multiple pa...rsun32009-11-201-5/+3
* 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-171-2/+2
* 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-1113-21/+386
* Make PcdPeim/PcdDxe driver also produce EFI_PCD_PPI/EFI_PCD_PROTOCOL defined ...klu22009-11-106-6/+71
* [Change summary]:tye2009-11-0449-808/+749
* Enable Report Status Code Router introduced in PI 1.2 for PEI and DXE.xli242009-11-036-0/+959
* 1. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.tye2009-10-3018-144/+172
* 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
* NetLib:tye2009-10-2610-63/+92
* Update SetupBrowser to support call to SendForm() by specify a formset class ...xdu22009-10-261-32/+31
* 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
* 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. Move ASSERT to proper place.xdu22009-10-201-12/+9
* Add an example HII driver to show how to generate HII resource sectionlgao42009-10-194-0/+255
* Add the example for default opcode usage.lgao42009-10-192-1/+5
* Fix warnings generated by GCC.jljusten2009-10-021-0/+1
* Allow the FaultTolerantWriteDxe addresses to be dynamic PCD's.jljusten2009-09-261-2/+3
* Update partition driver to not produce BlockIo if a GPT with OS-specific fiel...qhuang82009-09-212-3/+15
* Rename the structure name EFI_IFR_EQ_ID_LIST to EFI_IFR_EQ_ID_VALUE_LISTqhuang82009-09-212-7/+7
* 1. updated "the Bus Driver that creates all of its child handles on the first...vanjeff2009-09-161-12/+39
* 1. Add "CAPSULE_FLAGS_INITIATE_RESET" flag support.qhuang82009-09-161-12/+43
* updated the Bus Driver that is able to create all or one of its child handles...vanjeff2009-09-141-29/+50
* fix k8 warning.eric_tian2009-09-141-1/+1
* if PcdHwErrStorageSize is zero, it means HwErr variable store doesn't exist i...eric_tian2009-09-101-3/+4
* EMU Variable: Add support for pre-reserved NV variable store.jljusten2009-09-072-22/+111
* due to EmuVariable driver only uses volatile memory to simulate the variable ...eric_tian2009-08-271-2/+2