Searched refs:OptionRom (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DOptRomInfStatement.py21 import OptionRom namespace
50 self.OverrideAttribs = OptionRom.OverrideAttribs()
H A DFdfParser.py41 import OptionRom namespace
470 # [OptionRom.DriverName]
1339 raise Warning("Unknown section or section appear sequence error (The correct sequence should be [DEFINES], [FD.], [FV.], [Capsule.], [VTF.], [Rule.], [OptionRom.])", self.FileName, self.CurrentLineNumber)
1978 raise Warning("Unknown section or section appear sequence error (The correct sequence should be [FD.], [FV.], [Capsule.], [VTF.], [Rule.], [OptionRom.])", self.FileName, self.CurrentLineNumber)
2969 raise Warning("Unknown section or section appear sequence error (The correct sequence should be [FD.], [FV.], [Capsule.], [VTF.], [Rule.], [OptionRom.])", self.FileName, self.CurrentLineNumber)
3175 raise Warning("Unknown section or section appear sequence error (The correct sequence should be [FD.], [FV.], [Capsule.], [VTF.], [Rule.], [OptionRom.])", self.FileName, self.CurrentLineNumber)
3752 raise Warning("Unknown section or section appear sequence error (The correct sequence should be [FD.], [FV.], [Capsule.], [VTF.], [Rule.], [OptionRom.])", self.FileName, self.CurrentLineNumber)
3958 raise Warning("Unknown section or section appear sequence error (The correct sequence should be [FD.], [FV.], [Capsule.], [VTF.], [Rule.], [OptionRom.])", self.FileName, self.CurrentLineNumber)
3961 if not self.__IsToken("[OptionRom.", True):
3969 OptRomObj = OptionRom
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBios.c293 Private->OptionRom = 0xc0000;
299 ASSERT (Private->BiosStart > Private->OptionRom);
617 // &Private->OptionRom,
H A DLegacyPci.c2313 RuntimeAddress = Private->OptionRom;
2324 InitAddress = PCI_START_ADDRESS (Private->OptionRom);
2616 Private->OptionRom = (UINT32) (RuntimeAddress + *RuntimeImageLength);
H A DLegacyBiosInterface.h643 UINT32 OptionRom; member in struct:__anon10435
H A DLegacyBootSupport.c1037 ShadowAddress = Private->OptionRom;
1047 Private->OptionRom = (UINT32)ShadowAddress;

Completed in 455 milliseconds