summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
2009-12-25Move Status Code Handler modules for PI implementation to MdeModulePkgxli2415-1771/+0
2009-12-25Remove status code modules' dependency on IntelFrameworkModulePkg.xli246-22/+23
2009-12-23PI 1.1 SMM Feature Check-indavidhuang5-0/+541
2009-12-16Add missing EFIAPI instances on several functions.jljusten3-0/+4
2009-12-11there is no 0 between a SMBIOS buffer and the first string in unformated area...klu21-3/+3
2009-12-11The consumer for smbios recorder should *not* make assumption the SMBIOS stru...klu21-3/+3
2009-12-09Add the missing HiiVendor DevicePath for new added DriverHealth Form.lgao41-0/+27
2009-12-07Refine code make callback logic same with frontPage.gikidy2-6/+10
2009-12-07Remove unnecessary reference to CPU I/O Protocol.xli241-1/+0
2009-12-04Fix some typos & format.gikidy7-17/+17
2009-12-04Driver health management implementation in BDS based on UEFI Specification 2.3.gikidy7-29/+1947
2009-11-201. PI SMBIOS Checkin. Major change include:davidhuang4-161/+157
2009-11-03Enable Report Status Code Router introduced in PI 1.2 for PEI and DXE.xli2410-0/+1232
2009-10-28updated BDS to get capsule information from UEFI capsule HOB instead of CAPSU...vanjeff2-9/+5
2009-10-26Allocated one buffer to for option->description, since it may be released by ...vanjeff1-1/+1
2009-10-26Correct the patch in r9367.xdu21-2/+2
2009-10-26set filename with device path for load file devices.vanjeff1-2/+3
2009-10-26Fix a UI hang bug when adding Boot Option or Driver Option.xdu21-2/+2
2009-10-10clean up non-English characters.vanjeff2-2/+2
2009-10-10clean up non-English characters.vanjeff2-2/+2
2009-08-31Update BdsDxe to use HiiLib and UefiHiiServicesLib APIs to eliminate the symb...qhuang84-56/+6
2009-08-141. Correct Col * Row stringlgao42-5/+6
2009-08-11update include file to use IndustryStandard/Pci.heric_tian1-1/+1
2009-07-24roll back the changes on replace Pcixx.h with Pci.h due to it's NOT in the sc...eric_tian1-1/+1
2009-07-24if module doesn't explicitly depend on specific Pci spec, it should include I...eric_tian1-1/+1
2009-07-21Clean up code lgao45-66/+65
2009-07-17Fix build broken issue for ICC 9.0klu22-2/+5
2009-07-16Fix bug that some boot option can *not* be displayed correct in boot manager ...klu22-27/+84
2009-07-15Clean up PERF macro usage. The macros were being used with 0 as the first pa...darylm5032-18/+18
2009-07-13ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, wh...eric_tian2-6/+7
2009-07-13Retire description string macro for boot device type which are not defined in...klu21-26/+35
2009-07-11Remove extra #includes where possible to make build more efficientmdkinney4-5/+3
2009-07-10Remove extra #Includemdkinney1-49/+0
2009-07-10roll back the change on the naming of DataHubRecords.h for backward compatibi...eric_tian1-2/+2
2009-07-10Add the missing header file.lgao41-0/+1
2009-07-09Update BdsDxe to fill int he FirmwareVendor and FirmwareRevision fields of th...mdkinney2-0/+16
2009-07-08Add comments for the return value of GenericBdsLib functions.lgao43-27/+25
2009-07-08Fix a building error due to check-in r8808klu21-2/+2
2009-07-07Remove TempStringLen. It was assigned, but not used. (ICC warning)jljusten1-3/+2
2009-07-07Fix some issues reported by source static analysis tools.klu24-36/+32
2009-07-01Add Null implementation of the Legacy Region Protocolmdkinney2-0/+260
2009-06-26Update code style.lgao41-3/+3
2009-06-25Clean up Library LzmaCustomDecompressLib, PeiRecoveryLib and driver SectionEx...lgao43-1016/+763
2009-06-25Use UNI file string to display Boot Option for language localization.gikidy2-1/+42
2009-06-24Fix the potential issue that using integrate as BOOLEAN value in judgment. klu24-7/+7
2009-06-24Explicit to judge whether Index is out of boundary.klu21-12/+24
2009-06-241) Add blank before @file to follows doxygen style.klu23-120/+106
2009-06-24Refine comments.klu22-20/+10
2009-06-24This patch includes:klu22-104/+99
2009-06-23Fix a syntax error. There was an extra closing parenthesis: ')'jljusten1-2/+13