/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/ |
D | PciOptionRomSupport.c | 330 UINT8 Indicator; in ContainEfiImage() local 332 Indicator = 0; in ContainEfiImage() 362 Indicator = RomPcir->Indicator; in ContainEfiImage() 364 } while (((UINT8 *) RomHeader < (UINT8 *) RomImage + RomSize) && ((Indicator & 0x80) == 0x00)); in ContainEfiImage() 386 UINT8 Indicator; in LoadOpRomImage() local 403 Indicator = 0; in LoadOpRomImage() 502 Indicator = RomPcir->Indicator; in LoadOpRomImage() 505 } while (((Indicator & 0x80) == 0x00) && ((RomBarOffset - RomBar) < RomSize)); in LoadOpRomImage() 668 UINT8 Indicator; in ProcessOpRomImage() local 682 Indicator = 0; in ProcessOpRomImage() [all …]
|
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/ |
D | PciOptionRomSupport.c | 147 UINT8 Indicator; in LoadOpRomImage() local 164 Indicator = 0; in LoadOpRomImage() 263 Indicator = RomPcir->Indicator; in LoadOpRomImage() 266 } while (((Indicator & 0x80) == 0x00) && ((RomBarOffset - RomBar) < RomSize)); in LoadOpRomImage() 415 UINT8 Indicator; in ProcessOpRomImage() local 435 Indicator = 0; in ProcessOpRomImage() 459 Indicator = Pcir->Indicator; in ProcessOpRomImage() 553 …} while (((Indicator & 0x80) == 0x00) && ((UINTN) (RomBarOffset - (UINT8 *) RomBar) < PciDevice->R… in ProcessOpRomImage()
|
D | PciRomTable.c | 288 } while (((Pcir->Indicator & 0x80) == 0x00) && ((RomBarOffset - (UINTN) RomBar) < RomSize)); in PciRomLoadEfiDriversFromRomImage()
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
D | ElTorito.h | 111 UINT8 Indicator; ///< Must be 01 member 123 UINT8 Indicator; ///< 88 = Bootable, 00 = Not Bootable member 137 UINT8 Indicator; ///< 90 - Header, more header follw, 91 - Final Header member
|
D | Pci30.h | 71 UINT8 Indicator; member
|
D | Pci22.h | 848 UINT8 Indicator; member
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/ |
D | EfiRom.c | 348 PciDs23->Indicator = INDICATOR_LAST; in ProcessBinFile() 350 PciDs30->Indicator = INDICATOR_LAST; in ProcessBinFile() 354 PciDs23->Indicator = 0; in ProcessBinFile() 356 PciDs30->Indicator = 0; in ProcessBinFile() 656 PciDs23.Indicator = INDICATOR_LAST; in ProcessEfiFile() 658 PciDs30.Indicator = INDICATOR_LAST;} in ProcessEfiFile() 661 PciDs23.Indicator = 0; in ProcessEfiFile() 663 PciDs30.Indicator = 0; in ProcessEfiFile() 1414 fprintf (stdout, " Indicator 0x%02X", PciDs23.Indicator); in DumpImage() 1439 fprintf (stdout, " Indicator 0x%02X", PciDs30.Indicator); in DumpImage() [all …]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
D | pci30.h | 44 UINT8 Indicator; member
|
D | pci22.h | 425 UINT8 Indicator; member
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/ |
D | pci30.h | 36 UINT8 Indicator; member
|
D | pci22.h | 410 UINT8 Indicator; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/ |
D | ElTorito.c | 155 if (Catalog->Catalog.Indicator != ELTORITO_ID_CATALOG || Catalog->Catalog.Id55AA != 0xAA55) { in PartitionInstallElToritoChildHandles() 181 if (Catalog->Boot.Indicator != ELTORITO_ID_SECTION_BOOTABLE || Catalog->Boot.Lba == 0) { in PartitionInstallElToritoChildHandles()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/ |
D | EfiRom.c | 550 PciDs->Indicator |= INDICATOR_LAST; in ProcessBinFile() 552 PciDs->Indicator &= ~INDICATOR_LAST; in ProcessBinFile() 790 PciDs.Indicator |= INDICATOR_LAST; in ProcessEfiFile() 1456 fprintf (stdout, " Indicator 0x%02X", (UINT32) PciDs.Indicator); in DumpImage() 1460 if ((PciDs.Indicator & INDICATOR_LAST) == INDICATOR_LAST) { in DumpImage() 1547 if ((PciDs.Indicator & INDICATOR_LAST) == INDICATOR_LAST) { in DumpImage()
|
/device/linaro/bootloader/edk2/FatPkg/FatPei/ |
D | Part.c | 218 if (Catalog->Catalog.Indicator != ELTORITO_ID_CATALOG || Catalog->Catalog.Id55AA != 0xAA55) { in FatFindEltoritoPartitions() 242 if (Catalog->Boot.Indicator != ELTORITO_ID_SECTION_BOOTABLE || Catalog->Boot.Lba == 0) { in FatFindEltoritoPartitions()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/VlvPlatformInitDxe/ |
D | IgdOpRegion.h | 152 UINT8 Indicator;
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | WiFi.h | 513 UINT8 Indicator; member
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | LoadPciRom.c | 365 } while (((Pcir->Indicator & 0x80) == 0x00) && ((RomBarOffset - (UINTN) RomBar) < RomSize)); in LoadEfiDriversFromRomImage()
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
D | Gpt.S | 270 .byte 0 # Boot Indicator
|
D | Gpt.asm | 267 db 0 ; Boot Indicator
|
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ia32/ |
D | PcatIo.c | 458 if ((Pcir.Indicator & 0x80) == 0x00) { in CheckForRom()
|
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/X64/ |
D | PcatIo.c | 458 if ((Pcir.Indicator & 0x80) == 0x00) { in CheckForRom()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
D | LegacyPci.c | 388 if ((Pcir->Indicator & 0x80) == 0x80) { in GetPciLegacyRom()
|