Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/soc/qualcomm/common/include/soc/
H A Dqupv3_config_common.h50 struct elf_se_hdr { struct
51 uint32_t magic; /* = 'SEFW' */
52 uint32_t version; /* Structure version number */
53 uint32_t core_version; /* QUPV3_HW_VERSION */
54 uint16_t serial_protocol; /* Programmed into GENI_FW_REVISION */
55 uint16_t fw_version; /* Programmed into GENI_FW_REVISION */
56 uint16_t cfg_version; /* Programmed into GENI_INIT_CFG_REVISION */
57 uint16_t fw_size_in_items; /* Number of (uint32_t) GENI_FW_RAM words */
58 uint16_t fw_offset; /* Byte offset of GENI_FW_RAM array */
59 uint16_t cfg_size_in_items;/* Number of GENI_FW_CFG index/value pairs */
[all …]