summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/birman/Kconfig
diff options
context:
space:
mode:
authorFred Reitberger <reitbergerfred@gmail.com>2022-12-12 10:13:41 -0500
committerLean Sheng Tan <sheng.tan@9elements.com>2023-03-26 20:52:00 +0000
commit75e720bf02c0db900a0cd2f0c47c7187fbb98b5f (patch)
tree0d1c49cee709894a7b7b3fc178daead3bf0e0185 /src/mainboard/amd/birman/Kconfig
parent36ca7b3104301db721097ab1e4aebb4a6958725c (diff)
mb/amd/birman: Move EC FW to FMAP
Move EC FW from a CBFS file to an FMAP entry and rename the EC signature section to EC_SIG. An offset of (16M - 512K) was chosen to line up the EC FW before the RW_MRC_CACHE. Signed-off-by: Fred Reitberger <reitbergerfred@gmail.com> Change-Id: I9b19d92043790b10acd20fbfdf394d5bd67b8295 Reviewed-on: https://review.coreboot.org/c/coreboot/+/70695 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/mainboard/amd/birman/Kconfig')
-rw-r--r--src/mainboard/amd/birman/Kconfig12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/mainboard/amd/birman/Kconfig b/src/mainboard/amd/birman/Kconfig
index f9881e3f73..cbe04702c9 100644
--- a/src/mainboard/amd/birman/Kconfig
+++ b/src/mainboard/amd/birman/Kconfig
@@ -51,17 +51,7 @@ config BIRMAN_MCHP_FW_FILE
depends on BIRMAN_HAVE_MCHP_FW
default "3rdparty/blobs/mainboard/amd/birman/EC_birman.bin"
help
- The EC firmware blob is at the BIRMAN_MCHP_FW_OFFSET offset of the
- firmware image.
-
-config BIRMAN_MCHP_FW_OFFSET
- hex
- depends on BIRMAN_HAVE_MCHP_FW
- default 0xF00000
- 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
- generated with the updated offset.
+ The EC firmware blob is at the EC_BODY FMAP region of the firmware image.
config VBOOT
select VBOOT_NO_BOARD_SUPPORT