Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-queensbay/fsp/
H A Dfsp_vpd.h39 struct __packed vpd_region { struct
40 u64 sign; /* Offset 0x0000 */
41 u32 img_rev; /* Offset 0x0008 */
42 u32 upd_offset; /* Offset 0x000C */
43 u8 unused[16]; /* Offset 0x0010 */
44 u32 fsp_res_memlen; /* Offset 0x0020 */
45 u8 disable_pcie1; /* Offset 0x0024 */
46 u8 disable_pcie2; /* Offset 0x0025 */
47 u8 disable_pcie3; /* Offset 0x0026 */
48 u8 enable_azalia; /* Offset 0x0027 */
[all …]
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-baytrail/fsp/
H A Dfsp_vpd.h85 struct __packed vpd_region { struct
86 uint64_t sign; /* Offset 0x0000 */
87 uint32_t img_rev; /* Offset 0x0008 */
88 uint32_t upd_offset; /* Offset 0x000c */
89 uint8_t unused[16]; /* Offset 0x0010 */
90 uint32_t fsp_res_memlen; /* Offset 0x0020 */
91 uint8_t platform_type; /* Offset 0x0024 */
92 uint8_t enable_secure_boot; /* Offset 0x0025 */