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 <arthur@aheymans.xyz> Change-Id: I23f176d63d3c303b13331a77ad5ac6c7a19073d3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80348 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
parent
41eaf2dba3
commit
34684caad5
@ -175,7 +175,7 @@ config CBFS_MCACHE_SIZE
|
|||||||
|
|
||||||
config C_ENV_BOOTBLOCK_SIZE
|
config C_ENV_BOOTBLOCK_SIZE
|
||||||
hex
|
hex
|
||||||
default 0x10000
|
default 0x20000
|
||||||
help
|
help
|
||||||
Sets the size of the bootblock stage that should be loaded in DRAM.
|
Sets the size of the bootblock stage that should be loaded in DRAM.
|
||||||
This variable controls the DRAM allocation size in linker script
|
This variable controls the DRAM allocation size in linker script
|
||||||
@ -183,13 +183,13 @@ config C_ENV_BOOTBLOCK_SIZE
|
|||||||
|
|
||||||
config ROMSTAGE_ADDR
|
config ROMSTAGE_ADDR
|
||||||
hex
|
hex
|
||||||
default 0x2040000
|
default 0x2050000
|
||||||
help
|
help
|
||||||
Sets the address in DRAM where romstage should be loaded.
|
Sets the address in DRAM where romstage should be loaded.
|
||||||
|
|
||||||
config ROMSTAGE_SIZE
|
config ROMSTAGE_SIZE
|
||||||
hex
|
hex
|
||||||
default 0x80000
|
default 0x70000
|
||||||
help
|
help
|
||||||
Sets the size of DRAM allocation for romstage in linker script.
|
Sets the size of DRAM allocation for romstage in linker script.
|
||||||
|
|
||||||
|
@ -98,7 +98,7 @@ config PRERAM_CBMEM_CONSOLE_SIZE
|
|||||||
|
|
||||||
config C_ENV_BOOTBLOCK_SIZE
|
config C_ENV_BOOTBLOCK_SIZE
|
||||||
hex
|
hex
|
||||||
default 0x10000
|
default 0x20000
|
||||||
help
|
help
|
||||||
Sets the size of the bootblock stage that should be loaded in DRAM.
|
Sets the size of the bootblock stage that should be loaded in DRAM.
|
||||||
This variable controls the DRAM allocation size in linker script
|
This variable controls the DRAM allocation size in linker script
|
||||||
@ -106,13 +106,13 @@ config C_ENV_BOOTBLOCK_SIZE
|
|||||||
|
|
||||||
config ROMSTAGE_ADDR
|
config ROMSTAGE_ADDR
|
||||||
hex
|
hex
|
||||||
default 0x7040000
|
default 0x7050000
|
||||||
help
|
help
|
||||||
Sets the address in DRAM where romstage should be loaded.
|
Sets the address in DRAM where romstage should be loaded.
|
||||||
|
|
||||||
config ROMSTAGE_SIZE
|
config ROMSTAGE_SIZE
|
||||||
hex
|
hex
|
||||||
default 0x80000
|
default 0x70000
|
||||||
help
|
help
|
||||||
Sets the size of DRAM allocation for romstage in linker script.
|
Sets the size of DRAM allocation for romstage in linker script.
|
||||||
|
|
||||||
|
@ -162,7 +162,7 @@ config CBFS_MCACHE_SIZE
|
|||||||
|
|
||||||
config C_ENV_BOOTBLOCK_SIZE
|
config C_ENV_BOOTBLOCK_SIZE
|
||||||
hex
|
hex
|
||||||
default 0x10000
|
default 0x20000
|
||||||
help
|
help
|
||||||
Sets the size of the bootblock stage that should be loaded in DRAM.
|
Sets the size of the bootblock stage that should be loaded in DRAM.
|
||||||
This variable controls the DRAM allocation size in linker script
|
This variable controls the DRAM allocation size in linker script
|
||||||
@ -170,13 +170,13 @@ config C_ENV_BOOTBLOCK_SIZE
|
|||||||
|
|
||||||
config ROMSTAGE_ADDR
|
config ROMSTAGE_ADDR
|
||||||
hex
|
hex
|
||||||
default 0x2040000
|
default 0x2050000
|
||||||
help
|
help
|
||||||
Sets the address in DRAM where romstage should be loaded.
|
Sets the address in DRAM where romstage should be loaded.
|
||||||
|
|
||||||
config ROMSTAGE_SIZE
|
config ROMSTAGE_SIZE
|
||||||
hex
|
hex
|
||||||
default 0x80000
|
default 0x70000
|
||||||
help
|
help
|
||||||
Sets the size of DRAM allocation for romstage in linker script.
|
Sets the size of DRAM allocation for romstage in linker script.
|
||||||
|
|
||||||
|
@ -195,7 +195,7 @@ config CBFS_MCACHE_SIZE
|
|||||||
|
|
||||||
config C_ENV_BOOTBLOCK_SIZE
|
config C_ENV_BOOTBLOCK_SIZE
|
||||||
hex
|
hex
|
||||||
default 0x10000
|
default 0x20000
|
||||||
help
|
help
|
||||||
Sets the size of the bootblock stage that should be loaded in DRAM.
|
Sets the size of the bootblock stage that should be loaded in DRAM.
|
||||||
This variable controls the DRAM allocation size in linker script
|
This variable controls the DRAM allocation size in linker script
|
||||||
@ -203,13 +203,13 @@ config C_ENV_BOOTBLOCK_SIZE
|
|||||||
|
|
||||||
config ROMSTAGE_ADDR
|
config ROMSTAGE_ADDR
|
||||||
hex
|
hex
|
||||||
default 0x2040000
|
default 0x2050000
|
||||||
help
|
help
|
||||||
Sets the address in DRAM where romstage should be loaded.
|
Sets the address in DRAM where romstage should be loaded.
|
||||||
|
|
||||||
config ROMSTAGE_SIZE
|
config ROMSTAGE_SIZE
|
||||||
hex
|
hex
|
||||||
default 0x80000
|
default 0x70000
|
||||||
help
|
help
|
||||||
Sets the size of DRAM allocation for romstage in linker script.
|
Sets the size of DRAM allocation for romstage in linker script.
|
||||||
|
|
||||||
|
@ -175,7 +175,7 @@ config CBFS_MCACHE_SIZE
|
|||||||
|
|
||||||
config C_ENV_BOOTBLOCK_SIZE
|
config C_ENV_BOOTBLOCK_SIZE
|
||||||
hex
|
hex
|
||||||
default 0x10000
|
default 0x20000
|
||||||
help
|
help
|
||||||
Sets the size of the bootblock stage that should be loaded in DRAM.
|
Sets the size of the bootblock stage that should be loaded in DRAM.
|
||||||
This variable controls the DRAM allocation size in linker script
|
This variable controls the DRAM allocation size in linker script
|
||||||
@ -183,13 +183,13 @@ config C_ENV_BOOTBLOCK_SIZE
|
|||||||
|
|
||||||
config ROMSTAGE_ADDR
|
config ROMSTAGE_ADDR
|
||||||
hex
|
hex
|
||||||
default 0x2060000
|
default 0x2070000
|
||||||
help
|
help
|
||||||
Sets the address in DRAM where romstage should be loaded.
|
Sets the address in DRAM where romstage should be loaded.
|
||||||
|
|
||||||
config ROMSTAGE_SIZE
|
config ROMSTAGE_SIZE
|
||||||
hex
|
hex
|
||||||
default 0x80000
|
default 0x70000
|
||||||
help
|
help
|
||||||
Sets the size of DRAM allocation for romstage in linker script.
|
Sets the size of DRAM allocation for romstage in linker script.
|
||||||
|
|
||||||
|
@ -165,7 +165,7 @@ config CBFS_MCACHE_SIZE
|
|||||||
|
|
||||||
config C_ENV_BOOTBLOCK_SIZE
|
config C_ENV_BOOTBLOCK_SIZE
|
||||||
hex
|
hex
|
||||||
default 0x10000
|
default 0x20000
|
||||||
help
|
help
|
||||||
Sets the size of the bootblock stage that should be loaded in DRAM.
|
Sets the size of the bootblock stage that should be loaded in DRAM.
|
||||||
This variable controls the DRAM allocation size in linker script
|
This variable controls the DRAM allocation size in linker script
|
||||||
@ -173,13 +173,13 @@ config C_ENV_BOOTBLOCK_SIZE
|
|||||||
|
|
||||||
config ROMSTAGE_ADDR
|
config ROMSTAGE_ADDR
|
||||||
hex
|
hex
|
||||||
default 0x2040000
|
default 0x2050000
|
||||||
help
|
help
|
||||||
Sets the address in DRAM where romstage should be loaded.
|
Sets the address in DRAM where romstage should be loaded.
|
||||||
|
|
||||||
config ROMSTAGE_SIZE
|
config ROMSTAGE_SIZE
|
||||||
hex
|
hex
|
||||||
default 0x80000
|
default 0x70000
|
||||||
help
|
help
|
||||||
Sets the size of DRAM allocation for romstage in linker script.
|
Sets the size of DRAM allocation for romstage in linker script.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user