From 34684caad56a489b26c0cf7f5f7f98cff7dc72c5 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Mon, 5 Feb 2024 15:45:21 +0100 Subject: soc/amd/noncar: Increase bootblock size from 64K to 128K When linking in page tables more place is needed. Size the bootblock is top aligned, this has no impact the final size for existing setups. Signed-off-by: Arthur Heymans Change-Id: I23f176d63d3c303b13331a77ad5ac6c7a19073d3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80348 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth --- src/soc/amd/genoa_poc/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/soc/amd/genoa_poc/Kconfig') diff --git a/src/soc/amd/genoa_poc/Kconfig b/src/soc/amd/genoa_poc/Kconfig index 2460323a24..05590f5cba 100644 --- a/src/soc/amd/genoa_poc/Kconfig +++ b/src/soc/amd/genoa_poc/Kconfig @@ -98,7 +98,7 @@ config PRERAM_CBMEM_CONSOLE_SIZE config C_ENV_BOOTBLOCK_SIZE hex - default 0x10000 + default 0x20000 help Sets the size of the bootblock stage that should be loaded in DRAM. This variable controls the DRAM allocation size in linker script @@ -106,13 +106,13 @@ config C_ENV_BOOTBLOCK_SIZE config ROMSTAGE_ADDR hex - default 0x7040000 + default 0x7050000 help Sets the address in DRAM where romstage should be loaded. config ROMSTAGE_SIZE hex - default 0x80000 + default 0x70000 help Sets the size of DRAM allocation for romstage in linker script. -- cgit v1.2.3