Martin Roth has submitted this change. ( https://review.coreboot.org/c/coreboot/+/52764 )
Change subject: mb/google/guybrush,mancomb: Adjust GBB size to 12KB ......................................................................
mb/google/guybrush,mancomb: Adjust GBB size to 12KB
The 448KB size of the GBB is larger than is needed, so adjust it down to the minimum size needed.
BUG=b:186761897 TEST=Build & Boot guybrush
Signed-off-by: Martin Roth martinroth@chromium.org Change-Id: I7a24945cd9ecc8872871f57b09ca71fc40e92473 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52764 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Raul Rangel rrangel@chromium.org Reviewed-by: Furquan Shaikh furquan@google.com --- M src/mainboard/google/guybrush/chromeos.fmd M src/mainboard/google/mancomb/chromeos.fmd 2 files changed, 2 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Furquan Shaikh: Looks good to me, approved Raul Rangel: Looks good to me, approved
diff --git a/src/mainboard/google/guybrush/chromeos.fmd b/src/mainboard/google/guybrush/chromeos.fmd index be43e8a..3875700 100644 --- a/src/mainboard/google/guybrush/chromeos.fmd +++ b/src/mainboard/google/guybrush/chromeos.fmd @@ -25,7 +25,7 @@ RO_SECTION { FMAP 2K RO_FRID 64 - GBB@4K 448K + GBB@4K 12K COREBOOT(CBFS) } } diff --git a/src/mainboard/google/mancomb/chromeos.fmd b/src/mainboard/google/mancomb/chromeos.fmd index be43e8a..3875700 100644 --- a/src/mainboard/google/mancomb/chromeos.fmd +++ b/src/mainboard/google/mancomb/chromeos.fmd @@ -25,7 +25,7 @@ RO_SECTION { FMAP 2K RO_FRID 64 - GBB@4K 448K + GBB@4K 12K COREBOOT(CBFS) } }