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 */
59 u8 enable_sata; /* Offset 0x0118 */
60 u8 enable_xhci; /* Offset 0x0119 */
61 u8 lpe_mode; /* Offset 0x011a */
77 u8 emmc_mode; /* Offset 0x0133 */
130 u32 silicon_upd_offset; /* Offset 0x0014 */ argument
[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