arch/x86: Remove most C_ENV_BOOTBLOCK_SIZE limits

With top-aligned bootblock this is no longer globally needed.
The default maximum is now a generous 256 KiB with couple
platforms having lower limits of 32 KiB and 64 KiB.

Change-Id: Ib1aee44908c0dcbc17978d3ee53bd05a6200410c
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47600
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
Kyösti Mälkki 2020-05-25 08:52:07 +03:00
parent 49dbbe99c2
commit e76ce871c8
25 changed files with 7 additions and 90 deletions

View File

@ -1,5 +1,4 @@
CONFIG_VENDOR_FACEBOOK=y
CONFIG_C_ENV_BOOTBLOCK_SIZE=0x6000
CONFIG_ONBOARD_SAMSUNG_MEM=y
CONFIG_CPU_MICROCODE_CBFS_LOC=0xFFF8B000
CONFIG_CPU_MICROCODE_CBFS_EXTERNAL_BINS=y

View File

@ -186,10 +186,13 @@ config HPET_ADDRESS
hex
default 0xfed00000 if !HPET_ADDRESS_OVERRIDE
# 64KiB default bootblock size
config C_ENV_BOOTBLOCK_SIZE
hex
default 0x10000
default 0x40000 if !FIXED_BOOTBLOCK_SIZE
help
This is only the default maximum of bootblock size for linking
purposes. Platforms may provide different limit and need to
specify this when FIXED_BOOTBLOCK_SIZE is selected.
config FIXED_BOOTBLOCK_SIZE
bool

View File

@ -37,10 +37,6 @@ config DCACHE_BSP_STACK_SIZE
hex
default 0x4000
config C_ENV_BOOTBLOCK_SIZE
hex
default 0x8000
config ENABLE_MRC_CACHE
bool "Use cached memory configuration"
default n

View File

@ -36,10 +36,6 @@ config DCACHE_BSP_STACK_SIZE
hex
default 0x4000
config C_ENV_BOOTBLOCK_SIZE
hex
default 0x8000
endif # CPU_AMD_PI
source "src/cpu/amd/pi/00630F01/Kconfig"

View File

@ -32,7 +32,6 @@ config DCACHE_BSP_STACK_SIZE
config C_ENV_BOOTBLOCK_SIZE
hex
default 0x4000 if BOOTBLOCK_CONSOLE
default 0x2000
default 0x10000
endif

View File

@ -10,10 +10,6 @@ config SOCKET_SPECIFIC_OPTIONS # dummy
select SSE
select SETUP_XIP_CACHE
config C_ENV_BOOTBLOCK_SIZE
hex
default 0x8000
config DCACHE_RAM_BASE
hex
default 0xfefc0000

View File

@ -22,8 +22,4 @@ config DCACHE_BSP_STACK_SIZE
hex
default 0x2000
config C_ENV_BOOTBLOCK_SIZE
hex
default 0x8000
endif

View File

@ -26,8 +26,4 @@ config MAX_CPUS
int
default 4
config C_ENV_BOOTBLOCK_SIZE
hex
default 0x4000
endif # BOARD_AOPEN_DXPLPLUSU

View File

@ -76,7 +76,7 @@ config DCACHE_RAM_SIZE
config C_ENV_BOOTBLOCK_SIZE
hex
default 0x4000
default 0x10000
config DCACHE_BSP_STACK_SIZE
hex

View File

@ -85,10 +85,6 @@ config HAVE_INTEL_FIRMWARE
bool
default n
config C_ENV_BOOTBLOCK_SIZE
hex
default 0x4000
config DCACHE_BSP_STACK_SIZE
hex
default 0x4000

View File

@ -92,10 +92,6 @@ config TPM_INIT
bool "TPM Setup in RAMSTAGE"
default n
config C_ENV_BOOTBLOCK_SIZE
hex "C Bootblock Size"
default 0x4000
config VENDORCODE_ELTAN_VBOOT_SIGNED_MANIFEST
depends on USE_VENDORCODE_ELTAN
bool

View File

@ -63,8 +63,4 @@ config SPI_FLASH_WINBOND
bool
default y
config C_ENV_BOOTBLOCK_SIZE
hex "C Bootblock Size"
default 0x4000
endif # BOARD_PORTWELL_M107

View File

@ -215,10 +215,6 @@ config VBOOT
select VBOOT_VBNV_CMOS
select VBOOT_VBNV_CMOS_BACKUP_TO_FLASH
config C_ENV_BOOTBLOCK_SIZE
hex
default 0xC000
config CBFS_SIZE
hex
default 0x200000

View File

@ -52,10 +52,6 @@ config DCACHE_BSP_STACK_SIZE
The amount of anticipated stack usage in CAR by bootblock and
other stages.
config C_ENV_BOOTBLOCK_SIZE
hex
default 0x8000
config VBOOT
select VBOOT_MUST_REQUEST_DISPLAY
select VBOOT_STARTS_IN_ROMSTAGE

View File

@ -270,10 +270,6 @@ config VBOOT
select VBOOT_VBNV_CMOS
select VBOOT_VBNV_CMOS_BACKUP_TO_FLASH
config C_ENV_BOOTBLOCK_SIZE
hex
default 0xC000
config CBFS_SIZE
hex
default 0x200000

View File

@ -157,10 +157,6 @@ config CONSOLE_UART_BASE_ADDRESS
hex "MMIO base address for UART"
default 0xd4000000
config C_ENV_BOOTBLOCK_SIZE
hex
default 0x8000
choice
prompt "Cache-as-ram implementation"
default USE_DENVERTON_NS_CAR_NEM_ENHANCED

View File

@ -183,10 +183,6 @@ config VBOOT
select VBOOT_VBNV_CMOS
select VBOOT_VBNV_CMOS_BACKUP_TO_FLASH
config C_ENV_BOOTBLOCK_SIZE
hex
default 0xC000
config CBFS_SIZE
hex
default 0x200000

View File

@ -177,10 +177,6 @@ config VBOOT
select VBOOT_VBNV_CMOS
select VBOOT_VBNV_CMOS_BACKUP_TO_FLASH
config C_ENV_BOOTBLOCK_SIZE
hex
default 0xC000
config CBFS_SIZE
hex
default 0x200000

View File

@ -183,10 +183,6 @@ config VBOOT
select VBOOT_VBNV_CMOS
select VBOOT_VBNV_CMOS_BACKUP_TO_FLASH
config C_ENV_BOOTBLOCK_SIZE
hex
default 0xC000
config CBFS_SIZE
hex
default 0x200000

View File

@ -213,10 +213,6 @@ config DCACHE_BSP_STACK_SIZE
hex
default 0x4000
config C_ENV_BOOTBLOCK_SIZE
hex
default 0x8000
#####
# Test support
#####

View File

@ -125,10 +125,6 @@ config DCACHE_BSP_STACK_SIZE
The amount of anticipated stack usage in CAR by bootblock and
other stages.
config C_ENV_BOOTBLOCK_SIZE
hex
default 0xC000
config EXCLUDE_NATIVE_SD_INTERFACE
bool
default n

View File

@ -211,10 +211,6 @@ config VBOOT
select VBOOT_VBNV_CMOS
select VBOOT_VBNV_CMOS_BACKUP_TO_FLASH
config C_ENV_BOOTBLOCK_SIZE
hex
default 0xC000
config CBFS_SIZE
hex
default 0x200000

View File

@ -103,10 +103,6 @@ config MMCONF_BASE_ADDRESS
hex
default 0x80000000
config C_ENV_BOOTBLOCK_SIZE
hex
default 0xC000
config HEAP_SIZE
hex
default 0x80000

View File

@ -68,10 +68,6 @@ config CPU_MICROCODE_CBFS_LEN
hex
default 0x7C00
config C_ENV_BOOTBLOCK_SIZE
hex
default 0xC000
config HEAP_SIZE
hex
default 0x80000

View File

@ -51,10 +51,6 @@ config CPU_MICROCODE_CBFS_LEN
hex
default 0x7C00
config C_ENV_BOOTBLOCK_SIZE
hex
default 0xC000
config HEAP_SIZE
hex
default 0x80000