mb/amd/chausie/Kconfig: Add EC FW to RO_REGION_ONLY
Include chausie EC and EFS only in the RO region when building with vboot. Without this, the EC is also added to the FW_MAIN_A and FW_MAIN_B regions. Change-Id: I78de8bd639232b9fb6d775b77ecd892f28514614 Signed-off-by: Fred Reitberger <reitbergerfred@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/62274 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
fadf733f95
commit
527d73f1bf
|
@ -66,6 +66,13 @@ config VBOOT_VBNV_OFFSET
|
|||
hex
|
||||
default 0x2A
|
||||
|
||||
config RO_REGION_ONLY
|
||||
string
|
||||
depends on VBOOT_SLOTS_RW_AB || VBOOT_SLOTS_RW_A
|
||||
# Add the EFS and EC to the RO region only
|
||||
# This is a chausie-specific override of soc/amd/sabrina/Kconfig
|
||||
default "apu/amdfw apu/ecfw"
|
||||
|
||||
config CHROMEOS
|
||||
# Use default libpayload config
|
||||
select LP_DEFCONFIG_OVERRIDE if PAYLOAD_DEPTHCHARGE
|
||||
|
|
Loading…
Reference in New Issue