soc/intel/xeon_sp/cpx: remove unsupported configs
coherency_support and ats_support are not supported by CPX-SP FSP. Remove them from soc_intel_xeon_sp_cpx_config struct. Remove corresponding settings from DeltaLake devicetree.cb. Signed-off-by: Jonathan Zhang <jonzhang@fb.com> Change-Id: Ibe1c4e88817fc4be7915e95fa829f0a4c0d947f2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/44402 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Maxim Polyakov <max.senia.poliak@gmail.com>
This commit is contained in:
parent
6e36ee2544
commit
056f81988f
|
@ -33,9 +33,6 @@ chip soc/intel/xeon_sp/cpx
|
||||||
# configure PSTATE_REQ_RATIO for MSR_IA32_PERF_CTRL
|
# configure PSTATE_REQ_RATIO for MSR_IA32_PERF_CTRL
|
||||||
register "pstate_req_ratio" = "0xa"
|
register "pstate_req_ratio" = "0xa"
|
||||||
|
|
||||||
register "coherency_support" = "0"
|
|
||||||
register "ats_support" = "0"
|
|
||||||
|
|
||||||
register "gen1_dec" = "0x00fc0601" # BIC in-band update support
|
register "gen1_dec" = "0x00fc0601" # BIC in-band update support
|
||||||
register "gen2_dec" = "0x000c0ca1" # IPMI KCS
|
register "gen2_dec" = "0x000c0ca1" # IPMI KCS
|
||||||
|
|
||||||
|
|
|
@ -84,9 +84,6 @@ struct soc_intel_xeon_sp_cpx_config {
|
||||||
|
|
||||||
uint32_t pstate_req_ratio;
|
uint32_t pstate_req_ratio;
|
||||||
|
|
||||||
uint32_t coherency_support;
|
|
||||||
uint32_t ats_support;
|
|
||||||
|
|
||||||
/* Generic IO decode ranges */
|
/* Generic IO decode ranges */
|
||||||
uint32_t gen1_dec;
|
uint32_t gen1_dec;
|
||||||
uint32_t gen2_dec;
|
uint32_t gen2_dec;
|
||||||
|
|
Loading…
Reference in New Issue