HomeSort by relevance Sort by last modified time
    Searched full:bootpriority (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBbs.c 161 // 16-bit code during Legacy16UpdateBbs invocation. Final BootPriority
169 BbsTable[0].BootPriority = BBS_UNPRIORITIZED_ENTRY;
172 BbsTable[0].BootPriority = BBS_LOWEST_PRIORITY;
174 BbsTable[0].BootPriority = BBS_IGNORE_ENTRY;
223 BbsTable[BbsIndex + Index].BootPriority = BBS_IGNORE_ENTRY;
227 BbsTable[BbsIndex + Index].BootPriority = BBS_UNPRIORITIZED_ENTRY;
239 BbsTable[BbsIndex + Index].BootPriority = BBS_IGNORE_ENTRY;
243 BbsTable[BbsIndex + Index].BootPriority = BBS_UNPRIORITIZED_ENTRY;
255 BbsTable[BbsIndex + Index].BootPriority = BBS_IGNORE_ENTRY;
LegacyBootSupport.c 63 if (BbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) {
71 (UINTN) BbsTable[Index].BootPriority,
    [all...]
LegacyBios.c 561 BbsTable[Index].BootPriority = BBS_IGNORE_ENTRY;
    [all...]
LegacyPci.c     [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
LegacyPlatform.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c 601 if (!((LocalBbsTable[BbsIndex].BootPriority == BBS_IGNORE_ENTRY) ||
602 (LocalBbsTable[BbsIndex].BootPriority == BBS_DO_NOT_BOOT_FROM)) &&
773 BbsItem->BootPriority = 0x00;
838 if ((LocalBbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) ||
839 (LocalBbsTable[Index].BootPriority == BBS_DO_NOT_BOOT_FROM)
912 if (BbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) {
972 if (BbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) {
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c 603 if (!((LocalBbsTable[BbsIndex].BootPriority == BBS_IGNORE_ENTRY) ||
604 (LocalBbsTable[BbsIndex].BootPriority == BBS_DO_NOT_BOOT_FROM)) &&
775 BbsItem->BootPriority = 0x00;
840 if ((LocalBbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) ||
841 (LocalBbsTable[Index].BootPriority == BBS_DO_NOT_BOOT_FROM)
914 if (BbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) {
974 if (BbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/
LegacyBios.h 300 // BBS_IGNORE_ENTRY is placed in the BootPriority field if the entry is to
302 // BBS_UNPRIORITIZED_ENTRY is placed in the BootPriority field before
322 UINT16 BootPriority;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/
LegacyBm.c 75 switch (BbsEntry->BootPriority) {
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootOption.c 754 if ((BBS_IGNORE_ENTRY == BbsTable[Index].BootPriority) ||
755 (BBS_DO_NOT_BOOT_FROM == BbsTable[Index].BootPriority)
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
LegacyBios.h 618 UINT16 BootPriority;
    [all...]

Completed in 264 milliseconds