mainboard/{google,intel}: Remove SaGv hard coding
Remove hard coding for SaGv config in devicetree.cb and apply macro for SaGv config for CNL variants boards Change-Id: If007589d5c1368602928b1550ec8788e65f70c05 Signed-off-by: Ronak Kanabar <ronak.kanabar@intel.com> Reviewed-on: https://review.coreboot.org/c/31120 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Pratikkumar V Prajapati <pratikkumar.v.prajapati@intel.com> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Subrata Banik <subrata.banik@intel.com>
This commit is contained in:
parent
168f046d71
commit
ab92f26a13
|
@ -14,7 +14,7 @@ chip soc/intel/cannonlake
|
||||||
register "gen3_dec" = "0x000c0951" # 0x950-0x95f
|
register "gen3_dec" = "0x000c0951" # 0x950-0x95f
|
||||||
|
|
||||||
# FSP configuration
|
# FSP configuration
|
||||||
register "SaGv" = "3"
|
register "SaGv" = "SaGv_Enabled"
|
||||||
register "HeciEnabled" = "1"
|
register "HeciEnabled" = "1"
|
||||||
register "SataSalpSupport" = "1"
|
register "SataSalpSupport" = "1"
|
||||||
register "SataMode" = "Sata_AHCI"
|
register "SataMode" = "Sata_AHCI"
|
||||||
|
|
|
@ -14,7 +14,7 @@ chip soc/intel/cannonlake
|
||||||
register "gen3_dec" = "0x000c0951" # 0x950-0x95f
|
register "gen3_dec" = "0x000c0951" # 0x950-0x95f
|
||||||
|
|
||||||
# FSP configuration
|
# FSP configuration
|
||||||
register "SaGv" = "3"
|
register "SaGv" = "SaGv_Enabled"
|
||||||
register "HeciEnabled" = "1"
|
register "HeciEnabled" = "1"
|
||||||
register "SataSalpSupport" = "1"
|
register "SataSalpSupport" = "1"
|
||||||
register "SataMode" = "Sata_AHCI"
|
register "SataMode" = "Sata_AHCI"
|
||||||
|
|
|
@ -5,7 +5,7 @@ chip soc/intel/cannonlake
|
||||||
end
|
end
|
||||||
|
|
||||||
# FSP configuration
|
# FSP configuration
|
||||||
register "SaGv" = "3"
|
register "SaGv" = "SaGv_FixedHigh"
|
||||||
register "ScsEmmcHs400Enabled" = "1"
|
register "ScsEmmcHs400Enabled" = "1"
|
||||||
|
|
||||||
register "usb2_ports[0]" = "USB2_PORT_TYPE_C(OC0)"
|
register "usb2_ports[0]" = "USB2_PORT_TYPE_C(OC0)"
|
||||||
|
|
|
@ -5,7 +5,7 @@ chip soc/intel/cannonlake
|
||||||
end
|
end
|
||||||
|
|
||||||
# FSP configuration
|
# FSP configuration
|
||||||
register "SaGv" = "3"
|
register "SaGv" = "SaGv_FixedHigh"
|
||||||
register "ScsEmmcHs400Enabled" = "1"
|
register "ScsEmmcHs400Enabled" = "1"
|
||||||
|
|
||||||
register "usb2_ports[0]" = "USB2_PORT_TYPE_C(OC0)"
|
register "usb2_ports[0]" = "USB2_PORT_TYPE_C(OC0)"
|
||||||
|
|
|
@ -5,7 +5,7 @@ chip soc/intel/cannonlake
|
||||||
end
|
end
|
||||||
|
|
||||||
# FSP configuration
|
# FSP configuration
|
||||||
register "SaGv" = "3"
|
register "SaGv" = "SaGv_Enabled"
|
||||||
register "RMT" = "1"
|
register "RMT" = "1"
|
||||||
register "ScsEmmcHs400Enabled" = "1"
|
register "ScsEmmcHs400Enabled" = "1"
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ chip soc/intel/cannonlake
|
||||||
end
|
end
|
||||||
|
|
||||||
# FSP configuration
|
# FSP configuration
|
||||||
register "SaGv" = "3"
|
register "SaGv" = "SaGv_Enabled"
|
||||||
register "RMT" = "1"
|
register "RMT" = "1"
|
||||||
register "ScsEmmcHs400Enabled" = "1"
|
register "ScsEmmcHs400Enabled" = "1"
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ chip soc/intel/cannonlake
|
||||||
end
|
end
|
||||||
|
|
||||||
# FSP configuration
|
# FSP configuration
|
||||||
register "SaGv" = "3"
|
register "SaGv" = "SaGv_Enabled"
|
||||||
register "ScsEmmcHs400Enabled" = "1"
|
register "ScsEmmcHs400Enabled" = "1"
|
||||||
|
|
||||||
register "usb2_ports[0]" = "USB2_PORT_TYPE_C(OC0)"
|
register "usb2_ports[0]" = "USB2_PORT_TYPE_C(OC0)"
|
||||||
|
|
|
@ -5,7 +5,7 @@ chip soc/intel/cannonlake
|
||||||
end
|
end
|
||||||
|
|
||||||
# FSP configuration
|
# FSP configuration
|
||||||
register "SaGv" = "3"
|
register "SaGv" = "SaGv_Enabled"
|
||||||
register "ScsEmmcHs400Enabled" = "1"
|
register "ScsEmmcHs400Enabled" = "1"
|
||||||
register "HeciEnabled" = "1"
|
register "HeciEnabled" = "1"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue