From cb25e6cb72df99f7bbe7a65a0287b09ab1bdbbb6 Mon Sep 17 00:00:00 2001 From: Maximilian Brune Date: Fri, 28 Nov 2025 21:50:52 +0100 Subject: [PATCH] mb/amd/birman_plus: Increase flash size to 64M Update it as per schematics. Since the commit wasn't actually tested with the phoenix SOC, keep the BIOS region in the first 16M. Signed-off-by: Maximilian Brune Change-Id: I6138d37be1b56178ce989996109157671f6973b1 Reviewed-on: https://review.coreboot.org/c/coreboot/+/90265 Reviewed-by: Patrick Rudolph Tested-by: build bot (Jenkins) --- src/mainboard/amd/birman_plus/board_phoenix.fmd | 4 ++-- src/mainboard/amd/birman_plus/chromeos_glinda.fmd | 4 ++-- src/mainboard/amd/birman_plus/chromeos_phoenix.fmd | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/mainboard/amd/birman_plus/board_phoenix.fmd b/src/mainboard/amd/birman_plus/board_phoenix.fmd index 4f5598cd77..1335409418 100644 --- a/src/mainboard/amd/birman_plus/board_phoenix.fmd +++ b/src/mainboard/amd/birman_plus/board_phoenix.fmd @@ -1,5 +1,5 @@ -FLASH 16M { - BIOS { +FLASH 64M { + BIOS 16M { EC_SIG 4K FMAP 4K COREBOOT(CBFS) diff --git a/src/mainboard/amd/birman_plus/chromeos_glinda.fmd b/src/mainboard/amd/birman_plus/chromeos_glinda.fmd index 9cc4fbd050..de5bcc788f 100644 --- a/src/mainboard/amd/birman_plus/chromeos_glinda.fmd +++ b/src/mainboard/amd/birman_plus/chromeos_glinda.fmd @@ -1,5 +1,5 @@ -FLASH 16M { - SI_BIOS { +FLASH 64M { + SI_BIOS 16M { WP_RO 8M { EC_SIG 4K RO_VPD(PRESERVE) 16K diff --git a/src/mainboard/amd/birman_plus/chromeos_phoenix.fmd b/src/mainboard/amd/birman_plus/chromeos_phoenix.fmd index 9cc4fbd050..de5bcc788f 100644 --- a/src/mainboard/amd/birman_plus/chromeos_phoenix.fmd +++ b/src/mainboard/amd/birman_plus/chromeos_phoenix.fmd @@ -1,5 +1,5 @@ -FLASH 16M { - SI_BIOS { +FLASH 64M { + SI_BIOS 16M { WP_RO 8M { EC_SIG 4K RO_VPD(PRESERVE) 16K