Hello Martin Roth, Eric Peers,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/39867
to review the following change.
Change subject: soc/amd/picasso: Add Kconfig option for chip footprint ......................................................................
soc/amd/picasso: Add Kconfig option for chip footprint
Pollock uses the FT5 footprint, so add the Kconfig option to allow us to differentiate the chips.
Change-Id: Ia4663d38f1824786f14b6aa000adf27d64e70b5f Signed-off-by: Martin Roth martinroth@chromium.org Reviewed-on: https://chromium-review.googlesource.com/2051509 Reviewed-by: Martin Roth martinroth@google.com Reviewed-by: Eric Peers epeers@google.com --- M src/soc/amd/picasso/Kconfig 1 file changed, 10 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/39867/1
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig index a7423e9..7d4df01 100644 --- a/src/soc/amd/picasso/Kconfig +++ b/src/soc/amd/picasso/Kconfig @@ -59,6 +59,16 @@ bool default n
+config AMD_FP5 + def_bool y if !AMD_FT5 + help + The FP5 supports higher-wattage parts and dual DDR-4 memory + +config AMD_FT5 + def_bool n + help + The FT5 supports low-power parts and single-channel DDR-4 + config PRERAM_CBMEM_CONSOLE_SIZE hex default 0x1600