mb/amd/mayan: Improve naming of EC FW
Change the EC FW CBFS filename prefix to a more accurate "ec/" Signed-off-by: Fred Reitberger <reitbergerfred@gmail.com> Change-Id: Ic789df11160e3ffe7b7294b11e1fa80e3c3961ed Reviewed-on: https://review.coreboot.org/c/coreboot/+/70206 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
868c8873ef
commit
64bfc675a5
|
@ -78,7 +78,7 @@ config RO_REGION_ONLY
|
||||||
depends on VBOOT_SLOTS_RW_AB || VBOOT_SLOTS_RW_A
|
depends on VBOOT_SLOTS_RW_AB || VBOOT_SLOTS_RW_A
|
||||||
# Add the EFS and EC to the RO region only
|
# Add the EFS and EC to the RO region only
|
||||||
# This is a mayan-specific override of soc/amd/morgana/Kconfig
|
# This is a mayan-specific override of soc/amd/morgana/Kconfig
|
||||||
default "apu/amdfw apu/ecfw"
|
default "apu/amdfw ec/ecfw"
|
||||||
|
|
||||||
config CHROMEOS
|
config CHROMEOS
|
||||||
# Use default libpayload config
|
# Use default libpayload config
|
||||||
|
|
|
@ -25,10 +25,10 @@ MAYAN_EC_POSITION=$(call int-add, \
|
||||||
$(call int-subtract, 0xffffffff \
|
$(call int-subtract, 0xffffffff \
|
||||||
$(CONFIG_ROM_SIZE)) $(CONFIG_MAYAN_MCHP_FW_OFFSET) 1)
|
$(CONFIG_ROM_SIZE)) $(CONFIG_MAYAN_MCHP_FW_OFFSET) 1)
|
||||||
|
|
||||||
cbfs-files-y += apu/ecfw
|
cbfs-files-y += ec/ecfw
|
||||||
apu/ecfw-file := $(CONFIG_MAYAN_MCHP_FW_FILE)
|
ec/ecfw-file := $(CONFIG_MAYAN_MCHP_FW_FILE)
|
||||||
apu/ecfw-position := $(MAYAN_EC_POSITION)
|
ec/ecfw-position := $(MAYAN_EC_POSITION)
|
||||||
apu/ecfw-type := raw
|
ec/ecfw-type := raw
|
||||||
|
|
||||||
else
|
else
|
||||||
files_added:: warn_no_mchp
|
files_added:: warn_no_mchp
|
||||||
|
|
Loading…
Reference in New Issue