Aaron Durbin (adurbin@chromium.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14974
-gerrit
commit ced5135829cde06c86c77e307a51e202243d815f Author: Aaron Durbin adurbin@chromium.org Date: Thu May 26 12:01:19 2016 -0500
mainboard/google/reef: increase BIOS region size
An updated descriptor expands the BIOS region while descreasing the 'device expansion region' utilized by the CSE. Update the end region marker to reflect this new size.
Change-Id: I7baa5282d7c608af648b5773c4dfa123060a6e45 Signed-off-by: Aaron Durbin adurbin@chromium.org --- src/mainboard/google/reef/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig index e49e8b6..5d8ded6 100644 --- a/src/mainboard/google/reef/Kconfig +++ b/src/mainboard/google/reef/Kconfig @@ -19,7 +19,7 @@ config BOOT_MEDIA_SPI_BUS
config IFD_BIOS_END hex - default 0x6FF000 + default 0x77F000
config IFD_BIOS_START hex