Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30965
Change subject: google/mistral: move bootblock and fmap to their previous location ......................................................................
google/mistral: move bootblock and fmap to their previous location
Helps with the current boot hack that requires them to be at certain locations.
Also make GBB smaller. We don't store graphics in there anymore.
Change-Id: I09c3a6d4221990cd51d4793693a7c7ae2df85105 Signed-off-by: Patrick Georgi pgeorgi@google.com --- M src/mainboard/google/mistral/chromeos.fmd 1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/30965/1
diff --git a/src/mainboard/google/mistral/chromeos.fmd b/src/mainboard/google/mistral/chromeos.fmd index a9bdd7b..ffeec16 100644 --- a/src/mainboard/google/mistral/chromeos.fmd +++ b/src/mainboard/google/mistral/chromeos.fmd @@ -2,9 +2,9 @@ WP_RO@0x0 0x400000 { RO_SECTION@0x0 0x3e0000 { BOOTBLOCK@0 128K - COREBOOT(CBFS)@0x20000 0x2e0000 - FMAP@0x300000 0x1000 - GBB@0x301000 0xdef00 + COREBOOT(CBFS)@0x3e000 0x1e0000 + FMAP@0x21e000 0x1000 + GBB@0x3dd000 0x2f00 RO_FRID@0x3dff00 0x100 } RO_VPD@0x3e0000 0x20000
Patrick Georgi has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/30965 )
Change subject: google/mistral: move bootblock and fmap to their previous location ......................................................................
Abandoned
won't be finished here