summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney2011-03-102-7/+8
* Fix the bug that BDS assumes any boot option resides in the FV is Shell which...niruiyu2011-03-011-3/+6
* in Recovery path, doesn't warm reset even if MemoryTypeInfo data is changed.erictian2011-01-051-1/+11
* Add support for BootOption with USB Class or USB WWID device path node.xdu22010-12-243-2/+439
* Revert patch 11146 about file guid.ydong102010-12-231-1/+1
* Change the file guid value to avoid conflict as another file.ydong102010-12-101-1/+1
* Fix the checking logic for the boot option enumeration.niruiyu2010-11-261-2/+10
* 1. Rollback the changing on replacing MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CO...vanjeff2010-11-232-3/+10
* Use PcdResetOnMemoryTypeInformationChange in MdeModulePkg to control whether ...niruiyu2010-11-224-30/+23
* Prevent infinite recursion when ASSERT(), DEBUG(), or any other use of Report...vanjeff2010-11-101-4/+28
* Remove unnecessary mBdsImageHandle.niruiyu2010-11-082-4/+4
* Add additional reset when Memory Type Information settings change.niruiyu2010-09-161-12/+27
* Update this library to restrict usage to DXE_RUNTIME_DRIVER and DXE_SMM_DRIVE...mdkinney2010-09-101-1/+1
* Add explicit type cast to suppress possible warning of precession loss.xli242010-08-103-5/+5
* Remove the EHCI/UHCI inter-dependency in GenericBdsLib since the EHCI/UHCI co...niruiyu2010-08-091-11/+6
* Allow gEfiMemoryTypeInformation bins to shrink if boot mode is BOOT_WITH_DEFA...mdkinney2010-06-141-7/+28
* remove unnecessary EFI64_SHADOW_ALL_LEGACY_ROM in GenericBdsLib.niruiyu2010-05-283-55/+0
* Use the ASSERT() for parameter checking as the 4th parameter of internal work...lgao42010-05-241-0/+7
* Fix ICC 11.1 build errormdkinney2010-05-071-1/+1
* Update the copyright notice formathhtian2010-04-2340-78/+78
* Fixed the build issue which is caused by movement of S3Resume.h is moved fro...jchen202010-03-031-0/+1
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-251-1/+0
* 1. Correct File header to ## @filelgao42010-02-249-34/+34
* 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
* Performance.c in GenericBdsLib is updated not to filter log entries that donā...jgong52010-02-041-4/+30
* For network dynamic media detect support: invoke Snp->GetStatus() before use ...xdu22010-02-031-0/+6
* Add BdsLibUserIdentify API in GenericBdsLibgdong12010-02-012-0/+32
* Update BDS boot option description string to use UNI file string in GenericBd...gikidy2010-01-275-68/+190
* 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
* Minor code enhancement.xli242010-01-121-2/+3
* Minor code enhancement.xli242010-01-081-1/+2
* Minor code enhancement.xli242010-01-071-1/+2
* Minor code enhancement.xli242010-01-072-3/+7
* Fix build breakmdkinney2010-01-051-12/+13
* IntelFrameworkModulePkg LZMA: Support running LZMA from flash/romjljusten2010-01-043-32/+25
* 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-294-1218/+0
* Remove unnecessary dependency on IntelFrameworkModulePkg.xli242009-12-291-2/+1
* Remove unnecessary dependency on IntelFrameworkPkg and IntelFrameworkModulePkg.xli242009-12-292-4/+0
* Remove status code modules' dependency on IntelFrameworkModulePkg.xli242009-12-256-4/+5
* update file/function comments to list the string length limitation.eric_tian2009-12-241-0/+6
* PI 1.1 SMM Feature Check-indavidhuang2009-12-234-2/+610
* Don't need call SAP measure GPT table, which can be covered in SAP implementa...lgao42009-12-083-16/+1
* Correct LzmaCustomDecompressLib to produce NULL library class.lgao42009-12-071-1/+1
* 1. Add UEFI 2.2 VLAN device path definition to MdePkgxdu22009-11-121-1/+28