Matt DeVillier has submitted this change. ( 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/86219 Reviewed-by: Felix Singer service+coreboot-gerrit@felixsinger.de Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Paul Menzel paulepanter@mailbox.org --- M src/mainboard/bostentech/gbyt4/Kconfig 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved Paul Menzel: Looks good to me, but someone else must approve
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"