Home
last modified time | relevance | path

Searched defs:COREBOOT_CBFS_START (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/coreboot/src/arch/x86/
H A Dwalkcbfs.S21 #define COREBOOT_CBFS_START (0xffffffff - CONFIG_ROM_SIZE + 1 + FMAP_SECTION_COREBOOT_START) macro
23 #define COREBOOT_CBFS_START FMAP_SECTION_COREBOOT_START macro
/aosp_15_r20/external/coreboot/src/vendorcode/eltan/security/verified_boot/
H A Dvboot_check.c188 #define COREBOOT_CBFS_START (0xffffffff - CONFIG_ROM_SIZE + 1 + FMAP_SECTION_COREBOOT_START) macro
190 #define COREBOOT_CBFS_START FMAP_SECTION_COREBOOT_START macro
/aosp_15_r20/external/coreboot/src/lib/
H A Dmaster_header_pointer.c13 #define COREBOOT_CBFS_START (0xffffffff - CONFIG_ROM_SIZE + 1 + FMAP_SECTION_COREBOOT_START) macro