/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
D | LegacyBbs.c | 147 IN BBS_TABLE *BbsTable in LegacyBiosBuildBbs() argument 169 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() 178 BbsTable[0].Bus = 0xff; in LegacyBiosBuildBbs() 179 BbsTable[0].Device = 0xff; in LegacyBiosBuildBbs() 180 BbsTable[0].Function = 0xff; in LegacyBiosBuildBbs() 181 BbsTable[0].DeviceType = BBS_FLOPPY; in LegacyBiosBuildBbs() 182 BbsTable[0].Class = 01; in LegacyBiosBuildBbs() 183 BbsTable[0].SubClass = 02; in LegacyBiosBuildBbs() [all …]
|
D | LegacyBootSupport.c | 49 IN BBS_TABLE *BbsTable in PrintBbsTable() argument 63 if (BbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) { in PrintBbsTable() 71 (UINTN) BbsTable[Index].BootPriority, in PrintBbsTable() 72 (UINTN) BbsTable[Index].Bus, in PrintBbsTable() 73 (UINTN) BbsTable[Index].Device, in PrintBbsTable() 74 (UINTN) BbsTable[Index].Function, in PrintBbsTable() 75 (UINTN) BbsTable[Index].Class, in PrintBbsTable() 76 (UINTN) BbsTable[Index].SubClass, in PrintBbsTable() 77 (UINTN) BbsTable[Index].DeviceType, in PrintBbsTable() 78 (UINTN) * (UINT16 *) &BbsTable[Index].StatusFlags in PrintBbsTable() [all …]
|
D | LegacyBios.c | 236 BBS_TABLE *BbsTable; in ShadowAndStartLegacy16() local 550 BbsTable = (BBS_TABLE *)(UINTN)Private->IntThunk->BbsTable; in ShadowAndStartLegacy16() 551 ZeroMem ((VOID *)BbsTable, sizeof (Private->IntThunk->BbsTable)); in ShadowAndStartLegacy16() 553 EfiToLegacy16BootTable->BbsTable = (UINT32)(UINTN)BbsTable; in ShadowAndStartLegacy16() 554 Private->BbsTablePtr = (VOID *) BbsTable; in ShadowAndStartLegacy16() 560 for (Index = 0; Index < (sizeof (Private->IntThunk->BbsTable) / sizeof (BBS_TABLE)); Index++) { in ShadowAndStartLegacy16() 561 BbsTable[Index].BootPriority = BBS_IGNORE_ENTRY; in ShadowAndStartLegacy16()
|
D | LegacyPci.c | 1443 BBS_TABLE *BbsTable; in UpdateBevBcvTable() local 1468 BbsTable = (BBS_TABLE*)(UINTN) Private->IntThunk->EfiToLegacy16BootTable.BbsTable; in UpdateBevBcvTable() 1513 BbsTable[BbsIndex].BootPriority = BBS_UNPRIORITIZED_ENTRY; in UpdateBevBcvTable() 1514 BbsTable[BbsIndex].DeviceType = DeviceType; in UpdateBevBcvTable() 1515 BbsTable[BbsIndex].Bus = (UINT32) Bus; in UpdateBevBcvTable() 1516 BbsTable[BbsIndex].Device = (UINT32) Device; in UpdateBevBcvTable() 1517 BbsTable[BbsIndex].Function = (UINT32) Function; in UpdateBevBcvTable() 1518 BbsTable[BbsIndex].StatusFlags.OldPosition = 0; in UpdateBevBcvTable() 1519 BbsTable[BbsIndex].StatusFlags.Reserved1 = 0; in UpdateBevBcvTable() 1520 BbsTable[BbsIndex].StatusFlags.Enabled = 0; in UpdateBevBcvTable() [all …]
|
D | LegacyBiosInterface.h | 300 BBS_TABLE BbsTable[MAX_BBS_ENTRIES]; member 345 BBS_TABLE BbsTable[MAX_BBS_ENTRIES]; member 418 BBS_TABLE BbsTable[MAX_BBS_ENTRIES]; member 862 OUT BBS_TABLE **BbsTable 971 OUT BBS_TABLE **BbsTable 1409 IN BBS_TABLE *BbsTable
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/ |
D | LegacyBm.c | 216 BBS_TABLE *BbsTable, in LegacyBmFuzzyMatch() argument 231 (LegacyBmDeviceType (BootOption->FilePath) == BbsTable[BbsData->BbsIndex].DeviceType)) { in LegacyBmFuzzyMatch() 233 &BbsTable[BbsData->BbsIndex], in LegacyBmFuzzyMatch() 254 if (!LegacyBmValidBbsEntry (&BbsTable[Index]) || in LegacyBmFuzzyMatch() 255 (BbsTable[Index].DeviceType != LegacyBmDeviceType (BootOption->FilePath))) { in LegacyBmFuzzyMatch() 260 &BbsTable[Index], in LegacyBmFuzzyMatch() 400 BBS_TABLE *BbsTable; in LegacyBmDeleteAllInvalidBootOptions() local 413 BbsTable = NULL; in LegacyBmDeleteAllInvalidBootOptions() 425 &BbsTable in LegacyBmDeleteAllInvalidBootOptions() 447 BbsIndex = LegacyBmFuzzyMatch (&BootOption[Index], BbsTable, BbsCount, BbsIndexUsed); in LegacyBmDeleteAllInvalidBootOptions() [all …]
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/ |
D | IpfBootSupport.c | 36 OUT BBS_TABLE **BbsTable in LegacyBiosPrepareToBootEfi() argument 140 OUT BBS_TABLE **BbsTable in LegacyBiosGetBbsInfo() argument
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/ |
D | LegacyBios.h | 953 …UINT32 BbsTable; ///< A pointer to the BBS table. T… member 1336 IN OUT BBS_TABLE **BbsTable 1355 OUT BBS_TABLE **BbsTable
|
D | LegacyBiosPlatform.h | 721 IN VOID *BbsTable,
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/ |
D | BootOption.c | 706 BBS_TABLE *BbsTable; in BOpt_GetLegacyOptions() local 717 BbsTable = NULL; in BOpt_GetLegacyOptions() 740 &BbsTable in BOpt_GetLegacyOptions() 754 if ((BBS_IGNORE_ENTRY == BbsTable[Index].BootPriority) || in BOpt_GetLegacyOptions() 755 (BBS_DO_NOT_BOOT_FROM == BbsTable[Index].BootPriority) in BOpt_GetLegacyOptions() 766 NewLegacyDevContext->BbsEntry = &BbsTable[Index]; in BOpt_GetLegacyOptions() 770 &BbsTable[Index], in BOpt_GetLegacyOptions() 783 switch (BbsTable[Index].DeviceType) { in BOpt_GetLegacyOptions()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBiosPlatform/ |
D | LegacyBiosPlatform.h | 291 IN VOID *BbsTable,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/ |
D | LegacyBios.h | 540 IN OUT BBS_TABLE **BbsTable 565 OUT BBS_TABLE **BbsTable
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
D | BdsBoot.c | 903 IN BBS_TABLE *BbsTable, in BdsFillDevOrderBuf() argument 912 if (BbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) { in BdsFillDevOrderBuf() 916 if (BbsTable[Index].DeviceType != BbsType) { in BdsFillDevOrderBuf() 942 IN BBS_TABLE *BbsTable, in BdsCreateDevOrder() argument 972 if (BbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) { in BdsCreateDevOrder() 976 switch (BbsTable[Index].DeviceType) { in BdsCreateDevOrder() 1019 …DevOrderPtr = (LEGACY_DEV_ORDER_ENTRY *) BdsFillDevOrderBuf (BbsTable, BBS_FLOPPY, BbsCou… in BdsCreateDevOrder() 1023 …DevOrderPtr = (LEGACY_DEV_ORDER_ENTRY *) BdsFillDevOrderBuf (BbsTable, BBS_HARDDISK, BbsC… in BdsCreateDevOrder() 1027 …DevOrderPtr = (LEGACY_DEV_ORDER_ENTRY *) BdsFillDevOrderBuf (BbsTable, BBS_CDROM, BbsCoun… in BdsCreateDevOrder() 1031 …DevOrderPtr = (LEGACY_DEV_ORDER_ENTRY *) BdsFillDevOrderBuf (BbsTable, BBS_EMBED_NETWORK,… in BdsCreateDevOrder() [all …]
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
D | BdsBoot.c | 905 IN BBS_TABLE *BbsTable, in BdsFillDevOrderBuf() argument 914 if (BbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) { in BdsFillDevOrderBuf() 918 if (BbsTable[Index].DeviceType != BbsType) { in BdsFillDevOrderBuf() 944 IN BBS_TABLE *BbsTable, in BdsCreateDevOrder() argument 974 if (BbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) { in BdsCreateDevOrder() 978 switch (BbsTable[Index].DeviceType) { in BdsCreateDevOrder() 1021 …DevOrderPtr = (LEGACY_DEV_ORDER_ENTRY *) BdsFillDevOrderBuf (BbsTable, BBS_FLOPPY, BbsCou… in BdsCreateDevOrder() 1025 …DevOrderPtr = (LEGACY_DEV_ORDER_ENTRY *) BdsFillDevOrderBuf (BbsTable, BBS_HARDDISK, BbsC… in BdsCreateDevOrder() 1029 …DevOrderPtr = (LEGACY_DEV_ORDER_ENTRY *) BdsFillDevOrderBuf (BbsTable, BBS_CDROM, BbsCoun… in BdsCreateDevOrder() 1033 …DevOrderPtr = (LEGACY_DEV_ORDER_ENTRY *) BdsFillDevOrderBuf (BbsTable, BBS_EMBED_NETWORK,… in BdsCreateDevOrder() [all …]
|
/device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/ |
D | LegacyPlatform.c | 925 IN VOID *BbsTable, in PrepareToBoot() argument 952 LocalBbsTable = BbsTable; in PrepareToBoot()
|