summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Universal/BdsDxe/BdsEntry.c
Commit message (Expand)AuthorAgeFilesLines
* Remove IntelFrameworkModulePkgHao A Wu2019-07-031-675/+0
* IntelFrameworkModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* IntelFrameworkModulePkg: Clean up source filesLiming Gao2018-06-281-21/+21
* IntelFrameworkModulePkg/BdsDxe: Remove the useless Perf codesDandan Bi2018-02-121-56/+1
* IntelFrameworkModulePkg: Use EfiEventEmptyFunction from UefiLibStar Zeng2017-01-201-20/+2
* IntelFrameworkModulePkg/BdsDxe: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-271-1/+1
* Report the setting variable failure to platform through the status code when ...Ruiyu Ni2014-03-251-28/+125
* Enable UEFI firmware to support FMP capsule format.czhang462013-10-151-1/+3
* Move the memory allocation and variable set to BdsEntry, use VariableLock pro...lzeng142013-05-231-0/+52
* Add EDKII_VARIABLE_LOCK_PROTOCOL and the implementation in MdeModulePkg varia...niruiyu2013-05-171-6/+31
* Follow UEFI spec, set TimeOut and HwErrRecSupport variable by EFI variable se...lzeng142013-03-051-0/+21
* Follow UEFI spec, clean the CRC32 field before calculate CRC for system table.ydong102013-01-151-1/+2
* Add missing status code in several modules.li-elvin2012-10-301-0/+8
* Fix some corner case for LazyConIn featureczhang462012-10-101-0/+52
* Remove local function IsValidDevicePath and use new interface provided by Uef...niruiyu2012-09-261-51/+1
* Add 2 new Bds featuresczhang462012-07-301-3/+61
* Refine the code to follow coding style.ydong102012-05-281-1/+0
* Add logic to validate console variables when enter BDS.ydong102012-05-181-0/+111
* Add BootlogoOnly feature in BDS for BGRTczhang462012-03-231-1/+7
* Check the return status of booting against EFI_SUCCESS instead of using EFI_E...niruiyu2011-11-081-2/+2
* Fix the bug that <continue> may not boot the first boot option but return bac...niruiyu2010-12-011-0/+11
* Remove unnecessary mBdsImageHandle.niruiyu2010-11-081-5/+1
* Update the copyright notice formathhtian2010-04-231-2/+2
* Fix some typos & format.gikidy2009-12-041-2/+2
* Clean up code lgao42009-07-211-4/+1
* Clean up PERF macro usage. The macros were being used with 0 as the first pa...darylm5032009-07-151-10/+10
* ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, wh...eric_tian2009-07-131-1/+4
* Update BdsDxe to fill int he FirmwareVendor and FirmwareRevision fields of th...mdkinney2009-07-091-0/+14
* Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe modulemdkinney2009-06-071-21/+10
* 1, Retired PCD PcdSupportHardwareErrorRecord, because as UEFI specification s...klu22009-02-261-3/+2
* 1. Update Generic BDS part to use dynamic PCD to set console output mode inst...qhuang82009-02-231-2/+2
* Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need ...klu22009-01-231-0/+363