summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal
Commit message (Expand)AuthorAgeFilesLines
* SMM driver should link UefiRuntimeLib.hhtian2010-01-231-2/+1
* Improve coding style in MdeModulePkg.rsun32010-01-1918-296/+321
* Fix some coding style issues in MdeModulePkg.rsun32010-01-159-14/+36
* According to PI 1.2 spec Vol 3 chapter 8 PCD, if the PCD service determined t...klu22010-01-144-8/+12
* Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ...rsun32010-01-141-1/+1
* Ensure there is only one instance of Status Code PPI in system.xli242010-01-141-6/+33
* add DataSize check to avoid PlatformLang/Lang variable is auto-mapped when tr...eric_tian2010-01-142-4/+4
* fixed one bug that old rsp was calculate incorrectly.vanjeff2010-01-142-32/+32
* Some HII related definitions change. Note these changes are inconsistent with...rsun32010-01-142-4/+8
* 1)Remove “Back to Previous Page'”, since it cannot go back to “Device M...vanjeff2010-01-086-72/+119
* refine the code and add more security check.vanjeff2010-01-0814-396/+403
* Correct copyright year to 2010lgao42010-01-074-4/+4
* Enable SetupBrowser to support multiple form class guid.lgao42010-01-064-14/+33
* MdeModulePkg AcpiTableDxe: Fix compiler warningjljusten2010-01-041-0/+2
* installing HII config access protocol on child handle instead of installing o...vanjeff2010-01-049-844/+374
* Add disableif statement example, and suppressif form example.lgao42009-12-311-102/+104
* Add VLAN support.xdu22009-12-3027-896/+3868
* Code clean up in NetLib:xdu22009-12-308-25/+29
* Add check before free DevicePath (TCP child sock will have no device path ins...xdu22009-12-251-7/+9
* Move Status Code Handler modules for PI implementation to MdeModulePkg.xli242009-12-2515-0/+1771
* PI 1.1 SMM Feature Check-indavidhuang2009-12-233-0/+405
* add error handling for input parameter.eric_tian2009-12-222-1/+11
* Refine the functions headers.vanjeff2009-12-175-56/+56
* Refine type cast.xli242009-12-171-3/+3
* Fix the issue that callback function with TPL lower than TPL_HIGH_LEVEL canno...xli242009-12-163-55/+132
* 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
* 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
* Use AllocateZeroPool instead of using AllocatePool + ZeroMemklu22009-11-271-10/+7
* 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-262-12/+9
* 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