summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Reitberger <reitbergerfred@gmail.com>2022-11-07 10:47:36 -0500
committerFelix Held <felix-coreboot@felixheld.de>2022-11-10 15:52:04 +0000
commitfdfd63be3a1ff2b8b866cae9d4f96b3878d8e577 (patch)
tree1b0bb036b771f9831b7671a93d903e9a6467d79b
parent369dee59380344bee90024d81b98c43a8fe2e9dd (diff)
downloadcoreboot-fdfd63be3a1ff2b8b866cae9d4f96b3878d8e577.tar.gz
coreboot-fdfd63be3a1ff2b8b866cae9d4f96b3878d8e577.tar.bz2
coreboot-fdfd63be3a1ff2b8b866cae9d4f96b3878d8e577.zip
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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/69276 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jason Glenesk <jason.glenesk@gmail.com>
-rw-r--r--src/mainboard/amd/chausie/Kconfig2
-rw-r--r--src/mainboard/amd/chausie/Makefile.inc8
2 files changed, 5 insertions, 5 deletions
diff --git a/src/mainboard/amd/chausie/Kconfig b/src/mainboard/amd/chausie/Kconfig
index c4f7638e2eca..da0e0c446f43 100644
--- a/src/mainboard/amd/chausie/Kconfig
+++ b/src/mainboard/amd/chausie/Kconfig
@@ -76,7 +76,7 @@ config RO_REGION_ONLY
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 b1f93e4f9486..3666db71a6cb 100644
--- a/src/mainboard/amd/chausie/Makefile.inc
+++ b/src/mainboard/amd/chausie/Makefile.inc
@@ -26,10 +26,10 @@ CHAUSIE_EC_POSITION=$(call int-add, \
$(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