summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2010-11-26Fix the checking logic for the boot option enumeration.niruiyu1-2/+10
2010-11-231. Rollback the changing on replacing MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CO...vanjeff2-3/+10
2010-11-22Use PcdResetOnMemoryTypeInformationChange in MdeModulePkg to control whether ...niruiyu4-30/+23
2010-11-10Prevent infinite recursion when ASSERT(), DEBUG(), or any other use of Report...vanjeff1-4/+28
2010-11-08Remove unnecessary mBdsImageHandle.niruiyu2-4/+4
2010-09-16Add additional reset when Memory Type Information settings change.niruiyu1-12/+27
2010-09-10Update this library to restrict usage to DXE_RUNTIME_DRIVER and DXE_SMM_DRIVE...mdkinney1-1/+1
2010-08-10Add explicit type cast to suppress possible warning of precession loss.xli243-5/+5
2010-08-09Remove the EHCI/UHCI inter-dependency in GenericBdsLib since the EHCI/UHCI co...niruiyu1-11/+6
2010-06-14Allow gEfiMemoryTypeInformation bins to shrink if boot mode is BOOT_WITH_DEFA...mdkinney1-7/+28
2010-05-28remove unnecessary EFI64_SHADOW_ALL_LEGACY_ROM in GenericBdsLib.niruiyu3-55/+0
2010-05-24Use the ASSERT() for parameter checking as the 4th parameter of internal work...lgao41-0/+7
2010-05-07Fix ICC 11.1 build errormdkinney1-1/+1
2010-04-23Update the copyright notice formathhtian40-78/+78
2010-03-03Fixed the build issue which is caused by movement of S3Resume.h is moved fro...jchen201-0/+1
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu21-1/+0
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