summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2010-01-14According to PI 1.2 spec Vol 3 chapter 8 PCD, if the PCD service determined t...klu24-8/+12
2010-01-14Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ...rsun38-22/+22
2010-01-14Ensure there is only one instance of Status Code PPI in system.xli241-6/+33
2010-01-14add DataSize check to avoid PlatformLang/Lang variable is auto-mapped when tr...eric_tian2-4/+4
2010-01-14fixed one bug that old rsp was calculate incorrectly.vanjeff2-32/+32
2010-01-14Some HII related definitions change. Note these changes are inconsistent with...rsun32-4/+8
2010-01-14When found the file according to given file name guid, PeiFfs2FvPpiFindFileBy...klu21-1/+2
2010-01-14Update INF file to properly declare which PCDs must be Fixed, and update PCD ...mdkinney3-11/+13
2010-01-14Cleanup INF file for PEI Core mdkinney1-11/+4
2010-01-12Fix the warning: Line 389, the Index of mMonthName may be -1.tye1-1/+1
2010-01-11Add ASSERT () to make sure the array is accessed within the limit. tye1-5/+7
2010-01-111. Add missing CloseProtocol in case RemainingDevicePath is NULL or EndOfDpdavidhuang1-0/+9
2010-01-111. Eliminate RemainingDevicePath Type limitation, let PassThru to check its v...davidhuang1-67/+70
2010-01-081)Remove “Back to Previous Page'”, since it cannot go back to “Device M...vanjeff6-72/+119
2010-01-08refine the code and add more security check.vanjeff18-493/+499
2010-01-07Correct copyright year to 2010lgao44-4/+4
2010-01-06Enable SetupBrowser to support multiple form class guid.lgao44-14/+33
2010-01-04MdeModulePkg AcpiTableDxe: Fix compiler warningjljusten1-0/+2
2010-01-04installing HII config access protocol on child handle instead of installing o...vanjeff9-844/+374
2010-01-04check whether FvHandle is NULL for FfsGetVolumeInfo() interface.klu21-2/+2
2010-01-04Add default implementation of EFI_CPU_IO_PPI and EFI_PCI_CFG2_PPI for EFI_SER...klu25-5/+1199
2009-12-31Minor clean ups for these INF files.mdkinney2-14/+11
2009-12-31Fix minor coding style issues.qhuang82-29/+30
2009-12-31Remove the hard-code IoAlign in BlockIo.Media; instead, this value should inh...qhuang82-1/+2
2009-12-31Add disableif statement example, and suppressif form example.lgao41-102/+104
2009-12-31Align name of constructor and destructor.xli241-2/+2
2009-12-31Refine DxeReportStatusCodeLib and RuntimeDxeReportStatusCodeLib.xli246-338/+257
2009-12-30Add VLAN support.xdu230-937/+4303
2009-12-30Code clean up in NetLib:xdu213-475/+473
2009-12-30Make use of UefiRuntimeLib for refinement.xli243-44/+11
2009-12-30Fix bug that that the template does not match fields in structure EFI_BLOCK_I...qhuang81-3/+3
2009-12-29Move SmmReportStatusCodeLib to proper architecture branch for package level b...xli241-1/+1
2009-12-29Create RuntimeDxeReportStatusCodeLib instance.xli245-0/+883
2009-12-29Move non-framework status code library instances to MdeModulePkg.xli241-0/+5
2009-12-29Move SmmReportStatusCodeLib to MdeModulePkg.xli242-0/+605
2009-12-29Move PeiReportStatusCodeLib to MdeModulePkg.xli242-0/+613
2009-12-29Create DxeReportStatusCodeLib instance.xli244-0/+731
2009-12-29Move OemHookStatusCodeLibNull to MdeModulePkg.xli242-0/+96
2009-12-29Fix a bug about linked list manipulation in DegradeResource() in PCI bus driver.rsun31-2/+5
2009-12-29Fix a bug in DegradeResource().rsun31-15/+16
2009-12-25Add check before free DevicePath (TCP child sock will have no device path ins...xdu21-7/+9
2009-12-25Enable package level build.xli241-0/+1
2009-12-25Fix ICC compiler warning.xli241-4/+0
2009-12-25Move Status Code Handler modules for PI implementation to MdeModulePkgxli241-0/+4
2009-12-25Move Status Code Handler modules for PI implementation to MdeModulePkg.xli2415-0/+1771
2009-12-25Remove status code modules' dependency on IntelFrameworkModulePkg.xli243-0/+155
2009-12-25Add assertion to ensure the boolean value must be 0 or 1 before the use of ar...qhuang81-1/+2
2009-12-25Add fixing for supporting third-party FV in unknown format. klu23-21/+293
2009-12-25Fix ICC toolchain build break.rsun31-2/+2
2009-12-24Update resource degrade algorithm in PCI bus driver. (1)If any child device h...rsun32-29/+70