summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2010-02-241. Correct File header to ## @filelgao49-34/+34
2010-02-11To follow UEFI spec 2.3 chapter 3.4.1.1, add the ConnectSingleController for ...niruiyu1-0/+5
2010-02-10Leverages SMM Status Code Protocol, instead of OemHookStatusCodeLib.xli243-36/+71
2010-02-08Assume Tick value 1 as the beginning time of boot.jgong51-0/+12
2010-02-04Performance.c in GenericBdsLib is updated not to filter log entries that donā...jgong51-4/+30
2010-02-03For network dynamic media detect support: invoke Snp->GetStatus() before use ...xdu21-0/+6
2010-02-01Add BdsLibUserIdentify API in GenericBdsLibgdong12-0/+32
2010-01-27Update BDS boot option description string to use UNI file string in GenericBd...gikidy5-68/+190
2010-01-25GenericBdsLib: Remove a un-reasonable ASSERT when BdsLibVariableToOption() re...rsun31-3/+3
2010-01-251.Change the behavior of BdsBoot, to enumerate Boot Options by EfiLoadFilePro...tye13-85/+39
2010-01-18Minor code enhancement.gikidy1-2/+6
2010-01-12Minor code enhancement.xli241-2/+3
2010-01-08Minor code enhancement.xli241-1/+2
2010-01-07Minor code enhancement.xli241-1/+2
2010-01-07Minor code enhancement.xli242-3/+7
2010-01-05Fix build breakmdkinney1-12/+13
2010-01-04IntelFrameworkModulePkg LZMA: Support running LZMA from flash/romjljusten3-32/+25
2009-12-30Update GenericBdsLib to support BootOption for VLAN device.xdu23-35/+131
2009-12-29Remove OemHookStatusCodeLibNull from IntelFrameworkModulePkg.xli242-96/+0
2009-12-29Move non-framework status code library instances to MdeModulePkg.xli244-1218/+0
2009-12-29Remove unnecessary dependency on IntelFrameworkModulePkg.xli241-2/+1
2009-12-29Remove unnecessary dependency on IntelFrameworkPkg and IntelFrameworkModulePkg.xli242-4/+0
2009-12-25Remove status code modules' dependency on IntelFrameworkModulePkg.xli246-4/+5
2009-12-24update file/function comments to list the string length limitation.eric_tian1-0/+6
2009-12-23PI 1.1 SMM Feature Check-indavidhuang4-2/+610
2009-12-08Don't need call SAP measure GPT table, which can be covered in SAP implementa...lgao43-16/+1
2009-12-07Correct LzmaCustomDecompressLib to produce NULL library class.lgao41-1/+1
2009-11-121. Add UEFI 2.2 VLAN device path definition to MdePkgxdu21-1/+28
2009-09-01Refactor the code logic to reduce code size for debug tip.qhuang81-59/+33
2009-08-31Beatify the debug string for displaying boot device when boot EFI device path.klu21-1/+62
2009-08-31revert the change on BdsConsole. when doing minimal boot, the ConsoleIn varia...eric_tian1-6/+27
2009-08-141. Log performance data below 4Gqhuang81-25/+29
2009-08-14Add performance logging on EFI boot pathqhuang81-2/+9
2009-08-13recalculate the total size of format string printed by DebugPrint(). eric_tian1-2/+16
2009-08-11Do not use EfiACPIReclaimMemory type to log performance data because some OS ...qhuang81-1/+1
2009-08-11Update the comments for S3Lib and RecoveryLib instances to state that they ar...qhuang84-9/+19
2009-08-10remove a segment of code, in which it forces EHCI to be connected firstly bef...eric_tian1-27/+6
2009-08-05Update links for broken urls in BaseTools/gcc/mingw-gcc-build.py script.jljusten1-0/+4
2009-07-24Fix build break for missing definition of PCI_IF_EHCImdkinney1-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-24remove two duplication macros "PCI_CLASSC_PI_UHCI/PCI_CLASSC_PI_EHCI", which ...eric_tian1-2/+2
2009-07-15Clean up PERF macro usage. The macros were being used with 0 as the first pa...darylm5031-52/+52
2009-07-13ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, wh...eric_tian1-2/+8
2009-07-13Retire description string macro for boot device type which are not defined in...klu22-75/+11
2009-07-12Fix Doxygen comment syntaxmdkinney1-3/+3
2009-07-11Remove extra #includes where possible to make build more efficientmdkinney3-4/+2
2009-07-10Add the missing header file.lgao41-1/+1
2009-07-10Move LockKeyboards API from GenericBdsLib to PlatformBdsLiblgao41-4/+23
2009-07-10enhanced check when reading BMP file.vanjeff1-8/+9