summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* 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-0818-493/+499
* 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
* check whether FvHandle is NULL for FfsGetVolumeInfo() interface.klu22010-01-041-2/+2
* Add default implementation of EFI_CPU_IO_PPI and EFI_PCI_CFG2_PPI for EFI_SER...klu22010-01-045-5/+1199
* Minor clean ups for these INF files.mdkinney2009-12-312-14/+11
* Fix minor coding style issues.qhuang82009-12-312-29/+30
* Remove the hard-code IoAlign in BlockIo.Media; instead, this value should inh...qhuang82009-12-312-1/+2
* Add disableif statement example, and suppressif form example.lgao42009-12-311-102/+104
* Align name of constructor and destructor.xli242009-12-311-2/+2
* Refine DxeReportStatusCodeLib and RuntimeDxeReportStatusCodeLib.xli242009-12-316-338/+257
* Add VLAN support.xdu22009-12-3030-937/+4303
* Code clean up in NetLib:xdu22009-12-3013-475/+473
* Make use of UefiRuntimeLib for refinement.xli242009-12-303-44/+11
* Fix bug that that the template does not match fields in structure EFI_BLOCK_I...qhuang82009-12-301-3/+3
* Move SmmReportStatusCodeLib to proper architecture branch for package level b...xli242009-12-291-1/+1
* Create RuntimeDxeReportStatusCodeLib instance.xli242009-12-295-0/+883
* Move non-framework status code library instances to MdeModulePkg.xli242009-12-291-0/+5
* Move SmmReportStatusCodeLib to MdeModulePkg.xli242009-12-292-0/+605
* Move PeiReportStatusCodeLib to MdeModulePkg.xli242009-12-292-0/+613
* Create DxeReportStatusCodeLib instance.xli242009-12-294-0/+731
* Move OemHookStatusCodeLibNull to MdeModulePkg.xli242009-12-292-0/+96
* Fix a bug about linked list manipulation in DegradeResource() in PCI bus driver.rsun32009-12-291-2/+5
* Fix a bug in DegradeResource().rsun32009-12-291-15/+16
* Add check before free DevicePath (TCP child sock will have no device path ins...xdu22009-12-251-7/+9
* Enable package level build.xli242009-12-251-0/+1
* Fix ICC compiler warning.xli242009-12-251-4/+0
* Move Status Code Handler modules for PI implementation to MdeModulePkgxli242009-12-251-0/+4
* Move Status Code Handler modules for PI implementation to MdeModulePkg.xli242009-12-2515-0/+1771
* Remove status code modules' dependency on IntelFrameworkModulePkg.xli242009-12-253-0/+155
* Add assertion to ensure the boolean value must be 0 or 1 before the use of ar...qhuang82009-12-251-1/+2
* Add fixing for supporting third-party FV in unknown format. klu22009-12-253-21/+293
* Fix ICC toolchain build break.rsun32009-12-251-2/+2
* Update resource degrade algorithm in PCI bus driver. (1)If any child device h...rsun32009-12-242-29/+70
* Update PCI bus driver to support non-standard PCI to PCI bridge I/O window al...rsun32009-12-247-6/+49
* 1. Fix bug in some boundary cases to calculate SectorCountExp.qhuang82009-12-241-4/+13
* PI 1.1 SMM Feature Check-indavidhuang2009-12-237-4/+458
* Try to get the image form device path by FALSE and TRUE boot policy.lgao42009-12-231-0/+9
* Produce LoadPeImage protocol only in framework compatibility mode.lgao42009-12-222-10/+17
* Add new UEFI driver AtaBusDxe:qhuang82009-12-226-0/+2571
* Enhance SCSI disk module to produce Disk Info protocol on the same Block IO h...qhuang82009-12-223-25/+446
* 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 error handling on usb related modules.eric_tian2009-12-168-16/+90
* Add '0x' prefix to indicate hex numberqhuang82009-12-151-1/+1