summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Universal/BdsDxe/Hotkey.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-03Remove IntelFrameworkModulePkgHao A Wu1-591/+0
2019-04-09IntelFrameworkModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28IntelFrameworkModulePkg: Clean up source filesLiming Gao1-6/+6
2014-09-22Correct the convert hex string to decimal value logic.Eric Dong1-2/+2
2014-03-25Report the setting variable failure to platform through the status code when ...Ruiyu Ni1-1/+4
2013-12-18Rollback the change to EFI_BOOT_KEY_DATA structure since UEFI Spec adds the c...Ruiyu Ni1-8/+12
2012-10-23Add assertion to make sure the pointer is not NULL.niruiyu1-0/+3
2012-10-19Fix a bug that causes GCC build failure.niruiyu1-1/+1
2012-10-18Fix a bug that incorrectly uses && instead of !! in IsKeyOptionVariable().niruiyu1-1/+1
2012-10-18Remove the KeyOrder variable dependency from BDSniruiyu1-264/+122
2012-08-22Change the EFI_BOOT_KEY_DATA definition to use macro instead of bit fields.niruiyu1-16/+10
2012-08-01Move PcdConInConnectOnDemand initlization to PlatformBds constructor so that ...czhang461-3/+8
2012-03-23Add BootlogoOnly feature in BDS for BGRTczhang461-28/+34
2011-04-20The hotkey callback in BDS module should defer loading the boot option until ...niruiyu1-61/+66
2010-05-21For BdsDxe module,xli241-1/+2
2010-04-23Update the copyright notice formathhtian1-2/+2
2009-06-24Fix the potential issue that using integrate as BOOLEAN value in judgment. klu21-1/+1
2009-06-23Fix potential buffer overflow issue.klu21-1/+1
2009-04-13Fix some inconsistencies in EFIAPI usage.jljusten1-0/+1
2009-04-09EFI_KEY_OPTION definition verified with UEFI spec.gikidy1-14/+30
2009-01-23Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need ...klu21-0/+701