Home
last modified time | relevance | path

Searched defs:embedded_firmware (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/src/soc/amd/common/block/include/amdblocks/
H A Dpsp_efs.h32 struct embedded_firmware { struct
33 uint32_t signature; /* 0x55aa55aa */
34 uint32_t imc_entry;
35 uint32_t gec_entry;
36 uint32_t xhci_entry;
37 uint32_t psp_directory;
38 uint32_t new_psp_directory;
39 uint32_t bios0_entry;
40 uint32_t bios1_entry;
41 uint32_t bios2_entry;
[all …]
/aosp_15_r20/external/coreboot/util/amdfwtool/
H A Damdfwtool.h183 } __attribute__((packed, aligned(16))) embedded_firmware; typedef