Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/arch-braswell/fsp/
H A Dfsp_vpd.h50 struct __packed silicon_upd { struct
51 u64 signature; /* Offset 0x0100 */
52 u8 revision; /* Offset 0x0108 */
53 u8 unused3[7]; /* Offset 0x0109 */
54 u8 sdcard_mode; /* Offset 0x0110 */
55 u8 enable_hsuart0; /* Offset 0x0111 */
56 u8 enable_hsuart1; /* Offset 0x0112 */
57 u8 enable_azalia; /* Offset 0x0113 */
58 struct azalia_config *azalia_cfg_ptr; /* Offset 0x0114 */
59 u8 enable_sata; /* Offset 0x0118 */
[all …]
/openbmc/u-boot/arch/x86/cpu/braswell/
H A Dfsp_configs.c48 struct silicon_upd *silicon_upd = &fsp_upd->silicon_upd; in update_fsp_configs() local