summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Reitberger <reitbergerfred@gmail.com>2022-02-18 15:33:21 -0500
committerFelix Held <felix-coreboot@felixheld.de>2022-02-21 15:20:47 +0000
commitaa41f773976f17979a6a32cc7f34d57df89aaeed (patch)
tree7ca3080054cb8465a74760c01d68ea2219cf4d66
parent1f5e1b4f3ce6ada067759894c99e7c0f75afc1c8 (diff)
downloadcoreboot-aa41f773976f17979a6a32cc7f34d57df89aaeed.tar.gz
coreboot-aa41f773976f17979a6a32cc7f34d57df89aaeed.tar.bz2
coreboot-aa41f773976f17979a6a32cc7f34d57df89aaeed.zip
mb/amd/chausie/Kconfig: Move EC firmware image in CBFS
Move the EC to a location that does not conflict with where the main CBFS is in the chromeos FMAP Change-Id: I28c84cbe2ff10d45383d896ae4f942ee49eb15c0 Signed-off-by: Fred Reitberger <reitbergerfred@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/62190 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/mainboard/amd/chausie/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/chausie/Kconfig b/src/mainboard/amd/chausie/Kconfig
index 9c4dbb5820c4..31bb069003c1 100644
--- a/src/mainboard/amd/chausie/Kconfig
+++ b/src/mainboard/amd/chausie/Kconfig
@@ -51,7 +51,7 @@ config CHAUSIE_MCHP_FW_FILE
config CHAUSIE_MCHP_FW_OFFSET
hex
depends on CHAUSIE_HAVE_MCHP_FW
- default 0x400000
+ default 0xB80000
help
The EC firmware blob defaults to the 4MByte offset of the firmware
image. If this offset needs to change, a new signature block must be