summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Jones <marcj303@gmail.com>2017-12-06 16:27:04 -0700
committerMartin Roth <martinroth@google.com>2017-12-08 02:43:06 +0000
commit578a79d50037ab86db88e90e0c92d6a24d5be019 (patch)
tree76d6a599c1e4af0c3b904cdee34cfd24a74fd1de
parent266aee002ac235e92275164d65333be94fd8177c (diff)
downloadcoreboot-578a79d50037ab86db88e90e0c92d6a24d5be019.tar.gz
coreboot-578a79d50037ab86db88e90e0c92d6a24d5be019.tar.bz2
coreboot-578a79d50037ab86db88e90e0c92d6a24d5be019.zip
soc/amd/stoneyridge: Add RO_REGION_ONLY
We only need the apu firmware in the RO region when building for ChromeOS. Adding it to the RW regions is a waste of space. BUG=b:70027919 TEST=Build kahlee and use cbfstool to check for "apu/amdfw" sections. Change-Id: Ieafe4a5ec4a5e3177e4e23fcf42afa2626a0b19f Signed-off-by: Marc Jones <marcj303@gmail.com> Reviewed-on: https://review.coreboot.org/22766 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
-rw-r--r--src/soc/amd/stoneyridge/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig
index 3ca0e3982b26..fce3857a95c0 100644
--- a/src/soc/amd/stoneyridge/Kconfig
+++ b/src/soc/amd/stoneyridge/Kconfig
@@ -357,4 +357,9 @@ config DIMM_SPD_SIZE
int
default 512 # DDR4
+config RO_REGION_ONLY
+ string
+ depends on CHROMEOS
+ default "apu/amdfw"
+
endif # SOC_AMD_STONEYRIDGE_FP4 || SOC_AMD_STONEYRIDGE_FT4