Searched refs:FV (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/Ia32/ |
H A D | SearchForBfvBase.asm | 56 ; Check FV Length
|
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/ |
H A D | build.sh | 170 FV_DIR=$BUILD_ROOT/FV
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/ |
H A D | Fv.py | 2 # process FV generation 33 ## generate FV 36 class FV (FvClassObject): class in inherits:FvClassObject 57 # @param Buffer The buffer generated FV data will be put 58 # @param BaseAddress base address of FV 59 # @param BlockSize block size of FV 60 # @param BlockNum How many blocks in FV 64 # @retval string Generated FV file path 72 # Check whether FV in Capsule is in FD flash region. 73 # If yes, return error. Doesn't support FV i [all...] |
H A D | FdfParser.py | 466 # [FV.UiName] 1337 if not S.startswith("[FD.") and not S.startswith("[FV.") and not S.startswith("[CAPSULE.") \ 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) 1385 if not S.startswith("[FV.") and not S.startswith("[CAPSULE.") \ 1737 if not self.__Token in ("SET", "FV", "FILE", "DATA", "CAPSULE"): 1758 elif self.__Token == "FV": 1775 "Valid types are [SET, FV, CAPSULE, FILE, DATA]. This error occurred", 1789 if not self.__IsKeyword( "FV"): 1790 raise Warning("expected Keyword 'FV'", self.FileName, self.CurrentLineNumber) 1796 raise Warning("expected FV nam [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/ |
H A D | FdfParserLite.py | 1213 if not S.startswith("[FD.") and not S.startswith("[FV.") and not S.startswith("[CAPSULE.") \ 1215 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) 1260 if not S.startswith("[FV.") and not S.startswith("[CAPSULE.") \ 1610 if not self.__Token in ("SET", "FV", "FILE", "DATA", "CAPSULE"): 1631 elif self.__Token == "FV": 1658 if not self.__IsKeyword( "FV"): 1659 raise Warning("expected Keyword 'FV' At Line ", self.FileName, self.CurrentLineNumber) 1665 raise Warning("expected FV name At Line ", self.FileName, self.CurrentLineNumber) 1667 RegionObj.RegionType = "FV" 1670 while self.__IsKeyword( "FV") [all...] |
Completed in 645 milliseconds