summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
2009-12-25Move Status Code Handler modules for PI implementation to MdeModulePkg.xli2415-0/+1771
2009-12-23PI 1.1 SMM Feature Check-indavidhuang3-0/+405
2009-12-22add error handling for input parameter.eric_tian2-1/+11
2009-12-17Refine the functions headers.vanjeff5-56/+56
2009-12-17Refine type cast.xli241-3/+3
2009-12-16Fix the issue that callback function with TPL lower than TPL_HIGH_LEVEL canno...xli243-55/+132
2009-12-15Add '0x' prefix to indicate hex numberqhuang81-1/+1
2009-12-11Smbios driver wrong compute the offset when updating string for given handle.klu21-8/+11
2009-12-11Fix the bug for evaluate EFI_IFR_NOT_EQUAL_OP opcode, and the bug in using Un...lgao42-4/+4
2009-12-10Add legacy region range check.xli241-0/+16
2009-12-10Correct the comments.xdu21-3/+1
2009-12-08Fix incorrect return status usage of HiiGetBrowserData().xdu21-2/+1
2009-12-04The functionality of PXE Base Code protocol will not be stopped, when downloa...vanjeff1-1/+4
2009-12-03According to PI specification, if token number can not be found for dynamic-e...klu21-6/+10
2009-11-27Use AllocateZeroPool instead of using AllocatePool + ZeroMemklu21-10/+7
2009-11-26Add IFR Security Op-code support in the Form Browser.rsun34-4/+116
2009-11-26Add new SecurityManagementLib, and update SecurityStub driver to use this lib.lgao42-12/+9
2009-11-25Dummy implementation of Legacy Region 2 Protocol.xli243-0/+475
2009-11-25Fixed the bug that not to stop PXE functionality when PXE meeting some failur...vanjeff2-0/+10
2009-11-24Refine comments for PCD PEIM/driver.klu22-0/+19
2009-11-24Clean up code.klu22-46/+35
2009-11-231, Correct the PCD PEIM to produce gEfiPcdPpi and gPcdPpi at same time;klu22-22/+47
2009-11-201. PI SMBIOS Checkin. Major change include:davidhuang3-0/+1206
2009-11-20EFI_HII_DATABASE_PROTOCOL.NewPackageList() allows installation of multiple pa...rsun31-5/+3
2009-11-18Add newly added global to Browser Context.xdu22-0/+3
2009-11-17Fix parameter name in function header.xli241-1/+1
2009-11-17Following 3 updates are for spec update published in PI 1.2.xli241-2/+2
2009-11-13Add Example for EFI_BROWSER_ACTION_RETRIEVE callbacklgao42-6/+23
2009-11-13Invoke EFI_BROWSER_ACTION_RETRIEVE callback when read EfiVarstore question.lgao49-28/+131
2009-11-13Update network drivers to use FreePool() instead of gBS->FreePool().xdu242-192/+192
2009-11-13Remove the old unused ValueToString code, which has been replaced by UnicodeV...lgao44-134/+0
2009-11-13Fix a bug to handle case that SendForm() is called with an invalid FormSetGuid.xdu21-0/+8
2009-11-121. Add UEFI 2.2 VLAN device path definition to MdePkgxdu22-2/+59
2009-11-121. Update SetupBrowser to pass correct buffer value for OrderedList Callbackxdu24-8/+17
2009-11-12Add SuppressIf form support in SetupBrowser driver.lgao46-9/+148
2009-11-111. Add Link MTU support to IP4 and TCP4 driver.tye13-21/+386
2009-11-10Make PcdPeim/PcdDxe driver also produce EFI_PCD_PPI/EFI_PCD_PROTOCOL defined ...klu26-6/+71
2009-11-04[Change summary]:tye49-808/+749
2009-11-03Enable Report Status Code Router introduced in PI 1.2 for PEI and DXE.xli246-0/+959
2009-10-301. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.tye18-144/+172
2009-10-27Update transition from EBC function to native IPF function to guarantee that ...mdkinney1-21/+57
2009-10-27Correctly get the width of orderedlist question.lgao41-24/+30
2009-10-26NetLib:tye10-63/+92
2009-10-26Update SetupBrowser to support call to SendForm() by specify a formset class ...xdu21-32/+31
2009-10-26Add example usage of EFI_BROWSER_ACTION_FORM_OPEN and EFI_BROWSER_ACTION_FORM...xdu23-33/+119
2009-10-26Support call of SendForm() from Callback(), i.e. nested call of SendForm().xdu24-43/+298
2009-10-261. Code clean up: add IN/OUT modifier for parameters.xdu211-76/+125
2009-10-26Add support for newly defined Browser action type EFI_BROWSER_ACTION_FORM_OPE...xdu21-1/+80
2009-10-26Update FormBrowser to conform to UEFI spec Table 197. Callback Behavior for C...xdu21-0/+11
2009-10-26Add support for newly defined VarStore type EFI_IFR_TYPE_UNDEFINED, EFI_IFR_T...xdu27-32/+195