summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2011-11-28Update code to pass build on VS2008 with /Od compiler option.lgao41-1/+1
2011-11-08Introduce video resolution and text mode PCDs for BIOS setup in BDS module. U...li-elvin1-18/+18
2011-11-07IntelFrameworkModulePkg-GenericBdsLib: Add type cast for conversion from INTN...xdu21-2/+2
2011-11-04IntelFrameworkModulePkg: Update GenericBdsLib to use BootLogo protocol to rep...xdu23-54/+134
2011-10-27Add core FFS3 support, ExtractGuidedSectionLib/GuidedSectionExtractionLib/PiF...lzeng142-65/+147
2011-10-24Fix BDS bug to signal ReadyToBoot event before loading the boot option.niruiyu1-5/+6
2011-09-18Clean up the private GUID definition in module Level.lgao43-34/+24
2011-09-02IntelFrameworkModulePkg: Add DxeCapsuleLibjljusten2-0/+188
2011-08-25IntelFrameworkModulePkg/GenericBdsLib: update GenericBdsLib to report status ...xdu23-3/+19
2011-08-25Raise TPL to prevent the BlockIo instance for USB device is removed during th...niruiyu1-0/+11
2011-08-02Fixed the issue in RuntimeStatusCode library that may not work on the early d...lgao41-1/+9
2011-07-06Enhance BDS to avoid the additional reset when the platform pre-allocated mem...niruiyu1-11/+18
2011-07-05Fix the BDS to show UEFI hard drive boot option as "EFI Hard Drive" instead o...niruiyu2-12/+23
2011-07-05Add the support for Boot Option with all 0xff USB class Device Path.qianouyang1-143/+180
2011-06-28IntelFrameworkModulePkg: Fix clang compielr warning.andrewfish1-1/+1
2011-06-16IntelFrameworkModulePkg GenericBdsLib: Remove unwanted assert conditionjljusten1-2/+6
2011-06-02Add return status check for SetVariable.niruiyu1-8/+10
2011-05-27Update the comments to describe the purpose of Removable array.niruiyu1-3/+6
2011-05-26Originally BDS only creates boot options for removable media, the patch creat...niruiyu1-70/+74
2011-03-30Update inf file to follow spec.ydong101-3/+2
2011-03-14Enhance inf to follow spec.ydong102-2/+8
2011-03-10Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney2-7/+8
2011-03-01Fix the bug that BDS assumes any boot option resides in the FV is Shell which...niruiyu1-3/+6
2011-01-05in Recovery path, doesn't warm reset even if MemoryTypeInfo data is changed.erictian1-1/+11
2010-12-24Add support for BootOption with USB Class or USB WWID device path node.xdu23-2/+439
2010-12-23Revert patch 11146 about file guid.ydong101-1/+1
2010-12-10Change the file guid value to avoid conflict as another file.ydong101-1/+1
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