Fred Reitberger has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69276 )
Change subject: mb/amd/chausie: Correct naming of EC FW ......................................................................
mb/amd/chausie: Correct naming of EC FW
Change the EC FW CBFS filename prefix to a more accurate "ec/"
TEST=build and boot chausie
Signed-off-by: Fred Reitberger reitbergerfred@gmail.com Change-Id: Ib9ee24ca06b29c74cc0a91f9e4789df00ba1ba53 --- M src/mainboard/amd/chausie/Kconfig M src/mainboard/amd/chausie/Makefile.inc 2 files changed, 19 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/69276/1
diff --git a/src/mainboard/amd/chausie/Kconfig b/src/mainboard/amd/chausie/Kconfig index c4f7638..da0e0c4 100644 --- a/src/mainboard/amd/chausie/Kconfig +++ b/src/mainboard/amd/chausie/Kconfig @@ -76,7 +76,7 @@ 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/mendocino/Kconfig - default "apu/amdfw apu/ecfw" + default "apu/amdfw ec/ecfw"
config CHROMEOS # Use default libpayload config diff --git a/src/mainboard/amd/chausie/Makefile.inc b/src/mainboard/amd/chausie/Makefile.inc index b1f93e4..3666db7 100644 --- a/src/mainboard/amd/chausie/Makefile.inc +++ b/src/mainboard/amd/chausie/Makefile.inc @@ -26,10 +26,10 @@ $(call int-subtract, 0xffffffff \ $(CONFIG_ROM_SIZE)) $(CONFIG_CHAUSIE_MCHP_FW_OFFSET) 1)
-cbfs-files-y += apu/ecfw -apu/ecfw-file := $(CONFIG_CHAUSIE_MCHP_FW_FILE) -apu/ecfw-position := $(CHAUSIE_EC_POSITION) -apu/ecfw-type := raw +cbfs-files-y += ec/ecfw +ec/ecfw-file := $(CONFIG_CHAUSIE_MCHP_FW_FILE) +ec/ecfw-position := $(CHAUSIE_EC_POSITION) +ec/ecfw-type := raw
else files_added:: warn_no_mchp