Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/68814 )
Change subject: mb/prodrive/hermes: Remove FSP workaround ......................................................................
mb/prodrive/hermes: Remove FSP workaround
Older FSP releases had a bug where they dereferenced data in flash, which required to limit cbfs to certain size. This is not needed anymore.
TESTED: prodrive/hermes boots fine.
Change-Id: If024a3de808c7d9f62171d75350545bc9fdeb9e0 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/mainboard/prodrive/hermes/Kconfig 1 file changed, 17 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/68814/1
diff --git a/src/mainboard/prodrive/hermes/Kconfig b/src/mainboard/prodrive/hermes/Kconfig index e4ccd2d..c7aaed3 100644 --- a/src/mainboard/prodrive/hermes/Kconfig +++ b/src/mainboard/prodrive/hermes/Kconfig @@ -54,6 +54,6 @@ default n
config CBFS_SIZE - default 0x900000 + default 0x1000000
endif # BOARD_PRODRIVE_HERMES_BASEBOARD