summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg
Commit message (Expand)AuthorAgeFilesLines
* 1. Correct File header to ## @filelgao42010-02-2428-109/+111
* Driver health entry in device manager page is not totally hidden, the origina...li-elvin2010-02-232-16/+17
* To follow UEFI spec 2.3 chapter 3.4.1.1, add the ConnectSingleController for ...niruiyu2010-02-111-0/+5
* Leverages SMM Status Code Protocol, instead of OemHookStatusCodeLib.xli242010-02-103-36/+71
* Assume Tick value 1 as the beginning time of boot.jgong52010-02-081-0/+12
* Fix two incorrect PCD token number in IntelFrameworkModulePkgqhuang82010-02-051-3/+3
* Fix ICC build breakqhuang82010-02-041-1/+1
* Fix the bug that the wrong classguid is compared.lgao42010-02-041-1/+2
* Performance.c in GenericBdsLib is updated not to filter log entries that donā...jgong52010-02-041-4/+30
* Minor code refinement.xli242010-02-033-54/+229
* For network dynamic media detect support: invoke Snp->GetStatus() before use ...xdu22010-02-031-0/+6
* Add support to original EFI_IFR_FORM_SET in initial UEFI2.1 spec. Now, it has...lgao42010-02-021-11/+18
* Add BdsLibUserIdentify API in GenericBdsLibgdong12010-02-013-0/+48
* Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney2010-01-292-10/+10
* Update BDS boot option description string to use UNI file string in GenericBd...gikidy2010-01-278-184/+194
* Update in IdeBus to solve the non-backward compatibility issue by the MdePkg ...qhuang82010-01-262-6/+6
* GenericBdsLib: Remove a un-reasonable ASSERT when BdsLibVariableToOption() re...rsun32010-01-251-3/+3
* 1.Change the behavior of BdsBoot, to enumerate Boot Options by EfiLoadFilePro...tye12010-01-253-85/+39
* Minor code enhancement.gikidy2010-01-181-2/+6
* Fix ICC build breakqhuang82010-01-151-9/+9
* Clean up file header comments to match CPU I/O Protocol .h file.mdkinney2010-01-141-63/+166
* Add generic module that produces the Framework CPU I/O Protocol using the ser...mdkinney2010-01-143-0/+544
* add france language support on DeviceManager of BDS.eric_tian2010-01-141-0/+0
* Fix Boot Option appear twice while add a new boot option in some specific steps.gikidy2010-01-142-98/+70
* Minor code enhancement.xli242010-01-132-2/+3
* Minor code enhancement.xli242010-01-121-2/+3
* Minor code enhancement.xli242010-01-086-8/+13
* Correct copyright year to 2010lgao42010-01-072-1/+1
* Minor code enhancement.xli242010-01-074-41/+41
* Minor code enhancement.xli242010-01-072-3/+7
* Fix build breakmdkinney2010-01-051-12/+13
* IntelFrameworkModulePkg: SerialStatusCode output was incorrectjljusten2010-01-042-6/+6
* IntelFrameworkModulePkg LZMA: Support running LZMA from flash/romjljusten2010-01-043-32/+25
* Correct help information for Delete Boot option and Change boot option.lgao42010-01-042-2/+2
* Update GenericBdsLib to support BootOption for VLAN device.xdu22009-12-303-35/+131
* Remove OemHookStatusCodeLibNull from IntelFrameworkModulePkg.xli242009-12-292-96/+0
* Move non-framework status code library instances to MdeModulePkg.xli242009-12-291-0/+1
* Move non-framework status code library instances to MdeModulePkg.xli242009-12-297-1308/+1
* Remove unnecessary dependency on IntelFrameworkModulePkg.xli242009-12-291-2/+1
* Remove unnecessary dependency on IntelFrameworkPkg and IntelFrameworkModulePkg.xli242009-12-292-4/+0
* Move Status Code Handler modules for PI implementation to MdeModulePkgxli242009-12-2516-1777/+0
* Remove status code modules' dependency on IntelFrameworkModulePkg.xli242009-12-2516-186/+31
* update file/function comments to list the string length limitation.eric_tian2009-12-242-1/+7
* PI 1.1 SMM Feature Check-indavidhuang2009-12-2310-2/+1161
* Add missing EFIAPI instances on several functions.jljusten2009-12-163-0/+4
* there is no 0 between a SMBIOS buffer and the first string in unformated area...klu22009-12-111-3/+3
* The consumer for smbios recorder should *not* make assumption the SMBIOS stru...klu22009-12-111-3/+3
* Add the missing HiiVendor DevicePath for new added DriverHealth Form.lgao42009-12-091-0/+27
* Don't need call SAP measure GPT table, which can be covered in SAP implementa...lgao42009-12-083-16/+1
* Refine code make callback logic same with frontPage.gikidy2009-12-072-6/+10