Máté Kukri has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/86219?usp=email )
Change subject: mb/bostentech/gbyt4: Increase default CBFS size to cover BIOS region ......................................................................
mb/bostentech/gbyt4: Increase default CBFS size to cover BIOS region
There is no reason to default to a 1MB CBFS when the descriptor gives us 5MB to work with.
Signed-off-by: Mate Kukri km@mkukri.xyz Change-Id: I65a8b161c522a2da58420397aae6c7ff2b5cf30d --- M src/mainboard/bostentech/gbyt4/Kconfig 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/86219/1
diff --git a/src/mainboard/bostentech/gbyt4/Kconfig b/src/mainboard/bostentech/gbyt4/Kconfig index 3027273..acfa313 100644 --- a/src/mainboard/bostentech/gbyt4/Kconfig +++ b/src/mainboard/bostentech/gbyt4/Kconfig @@ -12,6 +12,9 @@ select SOC_INTEL_BAYTRAIL select SUPERIO_ITE_IT8728F
+config CBFS_SIZE + default 0x500000 + config MAINBOARD_DIR default "bostentech/gbyt4"