diff options
author | Tom Rini <trini@konsulko.com> | 2020-08-03 10:25:47 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-03 10:25:47 -0400 |
commit | 68941e3b2c217907a49aa66af8bb65729b913397 (patch) | |
tree | 931db91ba3db9fd8fdbf95b87a7ffab018da95b1 /arch/x86/include/asm/arch-apollolake/fsp/fsp_m_upd.h | |
parent | 4dc3ba568fd22ef6a5a061ba6675fcfd4c3ece70 (diff) | |
parent | 940185910f9821226c673d3ee5535afab31b9865 (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
- ApolloLake: add u64 parameters support for FSP2 bindings
- ApolloLake: add missing parameters to support full configuration of
the latest FSP MR6 release
- Append appropriate suffixes in various assembly codes
Diffstat (limited to 'arch/x86/include/asm/arch-apollolake/fsp/fsp_m_upd.h')
-rw-r--r-- | arch/x86/include/asm/arch-apollolake/fsp/fsp_m_upd.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/x86/include/asm/arch-apollolake/fsp/fsp_m_upd.h b/arch/x86/include/asm/arch-apollolake/fsp/fsp_m_upd.h index 5275b75f3b..78c338e9ff 100644 --- a/arch/x86/include/asm/arch-apollolake/fsp/fsp_m_upd.h +++ b/arch/x86/include/asm/arch-apollolake/fsp/fsp_m_upd.h @@ -122,7 +122,10 @@ struct __packed fsp_m_config { /* 0x150 */ void *variable_nvs_buffer_ptr; - u8 reserved_fspm_upd[12]; + u64 start_timer_ticker_of_pfet_assert; + u8 rt_en; + u8 skip_pcie_power_sequence; + u8 reserved_fspm_upd[2]; }; /** FSP-M UPD Configuration */ |