Home
last modified time | relevance | path

Searched refs:BootPriority (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyBbs.c169 BbsTable[0].BootPriority = BBS_UNPRIORITIZED_ENTRY; in LegacyBiosBuildBbs()
172 BbsTable[0].BootPriority = BBS_LOWEST_PRIORITY; in LegacyBiosBuildBbs()
174 BbsTable[0].BootPriority = BBS_IGNORE_ENTRY; in LegacyBiosBuildBbs()
223 BbsTable[BbsIndex + Index].BootPriority = BBS_IGNORE_ENTRY; in LegacyBiosBuildBbs()
227 BbsTable[BbsIndex + Index].BootPriority = BBS_UNPRIORITIZED_ENTRY; in LegacyBiosBuildBbs()
239 BbsTable[BbsIndex + Index].BootPriority = BBS_IGNORE_ENTRY; in LegacyBiosBuildBbs()
243 BbsTable[BbsIndex + Index].BootPriority = BBS_UNPRIORITIZED_ENTRY; in LegacyBiosBuildBbs()
255 BbsTable[BbsIndex + Index].BootPriority = BBS_IGNORE_ENTRY; in LegacyBiosBuildBbs()
DLegacyBootSupport.c63 if (BbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) { in PrintBbsTable()
71 (UINTN) BbsTable[Index].BootPriority, in PrintBbsTable()
1132 (LocalBbsTable[2 * Index + 1].BootPriority == BBS_IGNORE_ENTRY) in GenericLegacyBoot()
1134 LocalBbsTable[2 * Index + 1].BootPriority = BBS_UNPRIORITIZED_ENTRY; in GenericLegacyBoot()
1138 (LocalBbsTable[2 * Index + 2].BootPriority == BBS_IGNORE_ENTRY) in GenericLegacyBoot()
1140 LocalBbsTable[2 * Index + 2].BootPriority = BBS_UNPRIORITIZED_ENTRY; in GenericLegacyBoot()
1165 if ((LocalBbsTable[Index].BootPriority != BBS_DO_NOT_BOOT_FROM) && in GenericLegacyBoot()
1166 (LocalBbsTable[Index].BootPriority != BBS_UNPRIORITIZED_ENTRY) && in GenericLegacyBoot()
1167 (LocalBbsTable[Index].BootPriority != BBS_IGNORE_ENTRY)) { in GenericLegacyBoot()
1429 UINT16 BootPriority; in LegacyBiosBootUnconventionalDevice() local
[all …]
DLegacyBios.c561 BbsTable[Index].BootPriority = BBS_IGNORE_ENTRY; in ShadowAndStartLegacy16()
DLegacyPci.c1513 BbsTable[BbsIndex].BootPriority = BBS_UNPRIORITIZED_ENTRY; in UpdateBevBcvTable()
1552 BbsTable[BbsIndex].BootPriority = BBS_IGNORE_ENTRY; in UpdateBevBcvTable()
/device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
DLegacyPlatform.c972 if ((LocalBbsTable[Index].BootPriority != BBS_UNPRIORITIZED_ENTRY) && in PrepareToBoot()
973 (LocalBbsTable[Index].BootPriority != BBS_IGNORE_ENTRY) && in PrepareToBoot()
974 (LocalBbsTable[Index].BootPriority != BBS_LOWEST_PRIORITY) && in PrepareToBoot()
975 (Priority <= LocalBbsTable[Index].BootPriority)) { in PrepareToBoot()
976 Priority = (UINT16) (LocalBbsTable[Index].BootPriority + 1); in PrepareToBoot()
986 if ((LocalBbsTable[Index].BootPriority == BBS_UNPRIORITIZED_ENTRY) && in PrepareToBoot()
988 LocalBbsTable[Index].BootPriority = Priority; in PrepareToBoot()
995 if ((LocalBbsTable[Index].BootPriority == BBS_UNPRIORITIZED_ENTRY) && in PrepareToBoot()
998 LocalBbsTable[Index].BootPriority = Priority; in PrepareToBoot()
1014 if (LocalBbsTable[Index].BootPriority == BBS_UNPRIORITIZED_ENTRY) { in PrepareToBoot()
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c601 if (!((LocalBbsTable[BbsIndex].BootPriority == BBS_IGNORE_ENTRY) || in BdsDeleteAllInvalidLegacyBootOptions()
602 (LocalBbsTable[BbsIndex].BootPriority == BBS_DO_NOT_BOOT_FROM)) && in BdsDeleteAllInvalidLegacyBootOptions()
773 BbsItem->BootPriority = 0x00; in BdsCreateOneLegacyBootOption()
838 if ((LocalBbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) || in BdsAddNonExistingLegacyBootOptions()
839 (LocalBbsTable[Index].BootPriority == BBS_DO_NOT_BOOT_FROM) in BdsAddNonExistingLegacyBootOptions()
912 if (BbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) { in BdsFillDevOrderBuf()
972 if (BbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) { in BdsCreateDevOrder()
1146 if ((LocalBbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) || in BdsUpdateLegacyDevOrder()
1147 (LocalBbsTable[Index].BootPriority == BBS_DO_NOT_BOOT_FROM) in BdsUpdateLegacyDevOrder()
1199 if (LocalBbsTable[Ptr->Data[Index] & 0xFF].BootPriority == BBS_IGNORE_ENTRY || in BdsUpdateLegacyDevOrder()
[all …]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c603 if (!((LocalBbsTable[BbsIndex].BootPriority == BBS_IGNORE_ENTRY) || in BdsDeleteAllInvalidLegacyBootOptions()
604 (LocalBbsTable[BbsIndex].BootPriority == BBS_DO_NOT_BOOT_FROM)) && in BdsDeleteAllInvalidLegacyBootOptions()
775 BbsItem->BootPriority = 0x00; in BdsCreateOneLegacyBootOption()
840 if ((LocalBbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) || in BdsAddNonExistingLegacyBootOptions()
841 (LocalBbsTable[Index].BootPriority == BBS_DO_NOT_BOOT_FROM) in BdsAddNonExistingLegacyBootOptions()
914 if (BbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) { in BdsFillDevOrderBuf()
974 if (BbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) { in BdsCreateDevOrder()
1148 if ((LocalBbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) || in BdsUpdateLegacyDevOrder()
1149 (LocalBbsTable[Index].BootPriority == BBS_DO_NOT_BOOT_FROM) in BdsUpdateLegacyDevOrder()
1201 if (LocalBbsTable[Ptr->Data[Index] & 0xFF].BootPriority == BBS_IGNORE_ENTRY || in BdsUpdateLegacyDevOrder()
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/
DLegacyBm.c75 switch (BbsEntry->BootPriority) { in LegacyBmValidBbsEntry()
1098 LocalBbsTable[BbsIndex].BootPriority = *Priority; in LegacyBmSetPriorityForSameTypeDev()
1110 LocalBbsTable[DevOrderPtr->Data[Index]].BootPriority = *Priority; in LegacyBmSetPriorityForSameTypeDev()
1145 (UINTN) LocalBbsTable[Index].BootPriority, in LegacyBmPrintBbsTable()
1221 LocalBbsTable[Index].BootPriority = BBS_UNPRIORITIZED_ENTRY; in LegacyBmRefreshBbsTableForBoot()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/
DLegacyBios.h322 UINT16 BootPriority; member
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
DLegacyBios.h618 UINT16 BootPriority; member
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
DBootOption.c754 if ((BBS_IGNORE_ENTRY == BbsTable[Index].BootPriority) || in BOpt_GetLegacyOptions()
755 (BBS_DO_NOT_BOOT_FROM == BbsTable[Index].BootPriority) in BOpt_GetLegacyOptions()