summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/birman/chromeos_phoenix.fmd
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/chromeos_phoenix.fmd
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/chromeos_phoenix.fmd')
-rw-r--r--src/mainboard/amd/birman/chromeos_phoenix.fmd3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/amd/birman/chromeos_phoenix.fmd b/src/mainboard/amd/birman/chromeos_phoenix.fmd
index dca61fc552..9d6d402169 100644
--- a/src/mainboard/amd/birman/chromeos_phoenix.fmd
+++ b/src/mainboard/amd/birman/chromeos_phoenix.fmd
@@ -1,7 +1,7 @@
FLASH@0xFF000000 16M {
SI_BIOS {
WP_RO 8M {
- EC 4K
+ EC_SIG 4K
RO_VPD(PRESERVE) 16K
RO_SECTION {
FMAP 2K
@@ -29,6 +29,7 @@ FLASH@0xFF000000 16M {
RW_NVRAM(PRESERVE) 20K
SMMSTORE(PRESERVE) 64K
RW_LEGACY(CBFS)
+ EC_BODY@15872K 256K
RW_MRC_CACHE(PRESERVE) 256K
}
}