Attention is currently required from: Felix Held.
Hello Jason Glenesk, Arthur Heymans, Fred Reitberger, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/71770
to look at the new patch set (#3).
Change subject: mb/amd/(birman|mayan): Update chromeos.fmd files ......................................................................
mb/amd/(birman|mayan): Update chromeos.fmd files
Because the EFS is now fixed at 0xff020000, the ChromeOS RO region needs to be moved to the bottom of the ROM area to cover that space.
The RO Region 6MiB, but you can't actually set 6MiB as RO - it's either 4 or 8MiB, so that's adjusted. To leave some room for the RW_LEGACY region, the two RW regions are adjusted to 3MiB each, which should be plenty.
The GBB region had to be moved from the front of the WP_RO region to the end to avoid conflicting with the EFS, which needs to be inside the coreboot cbfs area.
Signed-off-by: Martin Roth gaumless@gmail.com Change-Id: I683155ec0f4e6a62d862b9e2fa76af45f4cd5493 --- M src/mainboard/amd/birman/chromeos.fmd M src/mainboard/amd/mayan/chromeos.fmd 2 files changed, 48 insertions(+), 26 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/71770/3