From 65e6e34cd5b4f61673c175c6a03ec4403f1776c9 Mon Sep 17 00:00:00 2001 From: Mate Kukri Date: Wed, 29 Jan 2025 17:02:38 +0000 Subject: [PATCH] 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 Change-Id: I65a8b161c522a2da58420397aae6c7ff2b5cf30d Reviewed-on: https://review.coreboot.org/c/coreboot/+/86219 Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel --- src/mainboard/bostentech/gbyt4/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mainboard/bostentech/gbyt4/Kconfig b/src/mainboard/bostentech/gbyt4/Kconfig index 3027273c71..acfa313172 100644 --- a/src/mainboard/bostentech/gbyt4/Kconfig +++ b/src/mainboard/bostentech/gbyt4/Kconfig @@ -12,6 +12,9 @@ config BOARD_SPECIFIC_OPTIONS select SOC_INTEL_BAYTRAIL select SUPERIO_ITE_IT8728F +config CBFS_SIZE + default 0x500000 + config MAINBOARD_DIR default "bostentech/gbyt4"