The SPL_TABLE_FILE and SPL_RW_AB_TABLE_FILE Kconfig options provide a way to override the default SPL file configured in the SoC's fw.cfg file by passing the '--spl-table' parameter to amdfwtool which will then use the override instead of the SPL file from the fw.cfg file. When SPL*_TABLE_FILE is an empty string, the corresponding add_opt_prefix call in the makefile will result in no '--spl-table' parameter being passed to amdfwtool, so it'll use the default SPL file from fw.cfg. In order to not pass an SPL override by default, remove the default from the SPL_TABLE_FILE in the SoC's Kconfig. The SoC default pointed to the same SPL file as in fw.cfg file anyway. Now only when a mainboard sets this option to point to a file, that file will be used as an override. This override is used to include a special SPL file needed for the verstage on PSP case on the Chromebooks. Since SPL_TABLE_FILE is an empty string by default, neither the SPL_TABLE_FILE Kconfig option nor it being evaluated in the Makefile need to be guarded by HAVE_SPL_FILE, so remove the dependency in the Kconfig and the ifeq in the Makefile. Before this patch, the HAVE_SPL_FILE option controlled two things that shouldn't be controlled by the same Kconfig option: Only when HAVE_SPL_FILE was set to y, the SPL_TABLE_FILE override was taken into account, and it also controls if spl_fuse.c got added to the build which when added will send the SPL fusing command to the PSP. So the case of needing an SPL file override, but not updating the SPL fuses wasn't supported before. The SPL file in the amdfw part will be used by the PSP bootloader for the anti-rollback feature which makes sure that the SPL file version isn't lower than what is in the SPL fuses. For this the SPL file needs to be present in the PSP directory table. The SPL version check happens way before we're running code on the x86 cores. The SPL fusing PSP command that can be sent by coreboot will tell the PSP to update the SPL fuses so that the fused minimal SPL version will be updated to the current SPL version. Since the former HAVE_SPL_FILE option now only controls if the SPL fusing command will be sent to the PSP mailbox, rename it to PERFORM_SPL_FUSING to clarify what this will do and update the help text correctly describe what this does. TEST=With INCLUDE_CONFIG_FILE set to n, timeless builds for both Birman with Phoenix APU and Skyrim result in identical binaries. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I6cec1f1b285fe48e81a961414fbc9978fa1003cc Reviewed-on: https://review.coreboot.org/c/coreboot/+/78178 Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
535 lines
15 KiB
Plaintext
535 lines
15 KiB
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config SOC_AMD_REMBRANDT_BASE
|
|
bool
|
|
select ACPI_SOC_NVS
|
|
select ADD_FSP_BINARIES if USE_AMD_BLOBS
|
|
select ARCH_X86
|
|
select BOOT_DEVICE_SUPPORTS_WRITES if BOOT_DEVICE_SPI_FLASH
|
|
select CACHE_MRC_SETTINGS
|
|
select DRIVERS_USB_ACPI
|
|
select DRIVERS_USB_PCI_XHCI
|
|
select FSP_COMPRESS_FSP_M_LZMA if !ASYNC_FILE_LOADING
|
|
select FSP_COMPRESS_FSP_M_LZ4 if ASYNC_FILE_LOADING
|
|
select FSP_COMPRESS_FSP_S_LZ4
|
|
select GENERIC_GPIO_LIB
|
|
select HAVE_ACPI_TABLES
|
|
select HAVE_CF9_RESET
|
|
select HAVE_EM100_SUPPORT
|
|
select HAVE_FSP_GOP
|
|
select HAVE_SMI_HANDLER
|
|
select IDT_IN_EVERY_STAGE
|
|
select PARALLEL_MP_AP_WORK
|
|
select PLATFORM_USES_FSP2_0
|
|
select PROVIDES_ROM_SHARING
|
|
select PSP_INCLUDES_HSP
|
|
select PSP_SUPPORTS_EFS2_RELATIVE_ADDR if VBOOT_STARTS_BEFORE_BOOTBLOCK
|
|
select PSP_VERSTAGE_CCP_DMA if VBOOT_STARTS_BEFORE_BOOTBLOCK
|
|
select RESET_VECTOR_IN_RAM
|
|
select RTC
|
|
select SOC_AMD_COMMON
|
|
select SOC_AMD_COMMON_BLOCK_ACP_GEN2
|
|
select SOC_AMD_COMMON_BLOCK_ACPI
|
|
select SOC_AMD_COMMON_BLOCK_ACPIMMIO
|
|
select SOC_AMD_COMMON_BLOCK_ACPIMMIO_PM_IO_ACCESS
|
|
select SOC_AMD_COMMON_BLOCK_ACPI_ALIB
|
|
select SOC_AMD_COMMON_BLOCK_ACPI_CPPC
|
|
select SOC_AMD_COMMON_BLOCK_ACPI_CPU_POWER_STATE
|
|
select SOC_AMD_COMMON_BLOCK_ACPI_GPIO
|
|
select SOC_AMD_COMMON_BLOCK_ACPI_IVRS
|
|
select SOC_AMD_COMMON_BLOCK_AOAC
|
|
select SOC_AMD_COMMON_BLOCK_APOB
|
|
select SOC_AMD_COMMON_BLOCK_APOB_HASH
|
|
select SOC_AMD_COMMON_BLOCK_BANKED_GPIOS
|
|
select SOC_AMD_COMMON_BLOCK_CPUFREQ_FAM17H_19H
|
|
select SOC_AMD_COMMON_BLOCK_CPU_SYNC_PSP_ADDR_MSR
|
|
select SOC_AMD_COMMON_BLOCK_DATA_FABRIC
|
|
select SOC_AMD_COMMON_BLOCK_DATA_FABRIC_DOMAIN
|
|
select SOC_AMD_COMMON_BLOCK_DATA_FABRIC_NP_REGION
|
|
select SOC_AMD_COMMON_BLOCK_ESPI_EXTENDED_DECODE_RANGES
|
|
select SOC_AMD_COMMON_BLOCK_GRAPHICS
|
|
select SOC_AMD_COMMON_BLOCK_HAS_ESPI
|
|
select SOC_AMD_COMMON_BLOCK_HAS_ESPI_ALERT_ENABLE
|
|
select SOC_AMD_COMMON_BLOCK_I2C
|
|
select SOC_AMD_COMMON_BLOCK_I23C_PAD_CTRL
|
|
select SOC_AMD_COMMON_BLOCK_IOMMU
|
|
select SOC_AMD_COMMON_BLOCK_LPC
|
|
select SOC_AMD_COMMON_BLOCK_LPC_SPI_DMA
|
|
select SOC_AMD_COMMON_BLOCK_MCAX
|
|
select SOC_AMD_COMMON_BLOCK_NONCAR
|
|
select SOC_AMD_COMMON_BLOCK_PCI
|
|
select SOC_AMD_COMMON_BLOCK_PCI_MMCONF
|
|
select SOC_AMD_COMMON_BLOCK_PCIE_GPP_DRIVER
|
|
select SOC_AMD_COMMON_BLOCK_PCIE_CLK_REQ
|
|
select SOC_AMD_COMMON_BLOCK_PM
|
|
select SOC_AMD_COMMON_BLOCK_PM_CHIPSET_STATE_SAVE
|
|
select SOC_AMD_COMMON_BLOCK_PSP_GEN2
|
|
select SOC_AMD_COMMON_BLOCK_RESET
|
|
select SOC_AMD_COMMON_BLOCK_SMBUS
|
|
select SOC_AMD_COMMON_BLOCK_SMI
|
|
select SOC_AMD_COMMON_BLOCK_SMM
|
|
select SOC_AMD_COMMON_BLOCK_SMU
|
|
select SOC_AMD_COMMON_BLOCK_SMU_SX_ENTRY
|
|
select SOC_AMD_COMMON_BLOCK_SPI
|
|
select SOC_AMD_COMMON_BLOCK_STB
|
|
select SOC_AMD_COMMON_BLOCK_SVI3
|
|
select SOC_AMD_COMMON_BLOCK_TSC
|
|
select SOC_AMD_COMMON_BLOCK_UART
|
|
select SOC_AMD_COMMON_BLOCK_UCODE
|
|
select SOC_AMD_COMMON_BLOCK_XHCI
|
|
select SOC_AMD_COMMON_FSP_CCX_CPPC_HOB
|
|
select SOC_AMD_COMMON_FSP_DMI_TABLES
|
|
select SOC_AMD_COMMON_FSP_PCI
|
|
select SOC_AMD_COMMON_FSP_PRELOAD_FSPS
|
|
select SSE2
|
|
select UDK_2017_BINDING
|
|
select USE_DDR5
|
|
select USE_FSP_NOTIFY_PHASE_POST_PCI_ENUM
|
|
select USE_FSP_NOTIFY_PHASE_READY_TO_BOOT
|
|
select USE_FSP_NOTIFY_PHASE_END_OF_FIRMWARE
|
|
select VBOOT_DEFINE_WIDEVINE_COUNTERS if VBOOT_STARTS_BEFORE_BOOTBLOCK
|
|
select VBOOT_MUST_REQUEST_DISPLAY if VBOOT
|
|
select VBOOT_X86_SHA256_ACCELERATION if VBOOT
|
|
select X86_AMD_FIXED_MTRRS
|
|
select X86_INIT_NEED_1_SIPI
|
|
|
|
config SOC_AMD_MENDOCINO
|
|
bool
|
|
select SOC_AMD_REMBRANDT_BASE
|
|
help
|
|
AMD Mendocino support
|
|
|
|
config SOC_AMD_REMBRANDT
|
|
bool
|
|
select SOC_AMD_REMBRANDT_BASE
|
|
help
|
|
AMD Rembrandt support
|
|
|
|
|
|
if SOC_AMD_REMBRANDT_BASE
|
|
|
|
config CHIPSET_DEVICETREE
|
|
string
|
|
default "soc/amd/mendocino/chipset_mendocino.cb" if SOC_AMD_MENDOCINO
|
|
default "soc/amd/mendocino/chipset_rembrandt.cb"
|
|
|
|
config FSP_M_FILE
|
|
string "FSP-M (memory init) binary path and filename"
|
|
depends on ADD_FSP_BINARIES
|
|
default "3rdparty/amd_blobs/mendocino/MENDOCINO_M.fd" if SOC_AMD_MENDOCINO
|
|
help
|
|
The path and filename of the FSP-M binary for this platform.
|
|
|
|
config FSP_S_FILE
|
|
string "FSP-S (silicon init) binary path and filename"
|
|
depends on ADD_FSP_BINARIES
|
|
default "3rdparty/amd_blobs/mendocino/MENDOCINO_S.fd" if SOC_AMD_MENDOCINO
|
|
help
|
|
The path and filename of the FSP-S binary for this platform.
|
|
|
|
config EARLY_RESERVED_DRAM_BASE
|
|
hex
|
|
default 0x2000000
|
|
help
|
|
This variable defines the base address of the DRAM which is reserved
|
|
for usage by coreboot in early stages (i.e. before ramstage is up).
|
|
This memory gets reserved in BIOS tables to ensure that the OS does
|
|
not use it, thus preventing corruption of OS memory in case of S3
|
|
resume.
|
|
|
|
config EARLYRAM_BSP_STACK_SIZE
|
|
hex
|
|
default 0x1000
|
|
|
|
config PSP_APOB_DRAM_ADDRESS
|
|
hex
|
|
default 0x2001000
|
|
help
|
|
Location in DRAM where the PSP will copy the AGESA PSP Output
|
|
Block.
|
|
|
|
config PSP_APOB_DRAM_SIZE
|
|
hex
|
|
default 0x1E000
|
|
|
|
config PSP_SHAREDMEM_BASE
|
|
hex
|
|
default 0x201F000 if VBOOT
|
|
default 0x0
|
|
help
|
|
This variable defines the base address in DRAM memory where PSP copies
|
|
the vboot workbuf. This is used in the linker script to have a static
|
|
allocation for the buffer as well as for adding relevant entries in
|
|
the BIOS directory table for the PSP.
|
|
|
|
config PSP_SHAREDMEM_SIZE
|
|
hex
|
|
default 0x8000 if VBOOT
|
|
default 0x0
|
|
help
|
|
Sets the maximum size for the PSP to pass the vboot workbuf and
|
|
any logs or timestamps back to coreboot. This will be copied
|
|
into main memory by the PSP and will be available when the x86 is
|
|
started. The workbuf's base depends on the address of the reset
|
|
vector.
|
|
|
|
config PRE_X86_CBMEM_CONSOLE_SIZE
|
|
hex
|
|
default 0x1000
|
|
help
|
|
Size of the CBMEM console used in PSP verstage.
|
|
|
|
config PRERAM_CBMEM_CONSOLE_SIZE
|
|
hex
|
|
default 0x1600
|
|
help
|
|
Increase this value if preram cbmem console is getting truncated
|
|
|
|
config CBFS_MCACHE_SIZE
|
|
hex
|
|
default 0x3800 if VBOOT_STARTS_BEFORE_BOOTBLOCK
|
|
|
|
config C_ENV_BOOTBLOCK_SIZE
|
|
hex
|
|
default 0x10000
|
|
help
|
|
Sets the size of the bootblock stage that should be loaded in DRAM.
|
|
This variable controls the DRAM allocation size in linker script
|
|
for bootblock stage.
|
|
|
|
config ROMSTAGE_ADDR
|
|
hex
|
|
default 0x2040000
|
|
help
|
|
Sets the address in DRAM where romstage should be loaded.
|
|
|
|
config ROMSTAGE_SIZE
|
|
hex
|
|
default 0x80000
|
|
help
|
|
Sets the size of DRAM allocation for romstage in linker script.
|
|
|
|
config FSP_M_ADDR
|
|
hex
|
|
default 0x20C0000
|
|
help
|
|
Sets the address in DRAM where FSP-M should be loaded. cbfstool
|
|
performs relocation of FSP-M to this address.
|
|
|
|
config FSP_M_SIZE
|
|
hex
|
|
default 0xC0000
|
|
help
|
|
Sets the size of DRAM allocation for FSP-M in linker script.
|
|
|
|
config FSP_TEMP_RAM_SIZE
|
|
hex
|
|
default 0x40000
|
|
help
|
|
The amount of coreboot-allocated heap and stack usage by the FSP.
|
|
|
|
config VERSTAGE_ADDR
|
|
hex
|
|
depends on VBOOT_SEPARATE_VERSTAGE
|
|
default 0x2180000
|
|
help
|
|
Sets the address in DRAM where verstage should be loaded if running
|
|
as a separate stage on x86.
|
|
|
|
config VERSTAGE_SIZE
|
|
hex
|
|
depends on VBOOT_SEPARATE_VERSTAGE
|
|
default 0x80000
|
|
help
|
|
Sets the size of DRAM allocation for verstage in linker script if
|
|
running as a separate stage on x86.
|
|
|
|
config ASYNC_FILE_LOADING
|
|
bool "Loads files from SPI asynchronously"
|
|
select COOP_MULTITASKING
|
|
select SOC_AMD_COMMON_BLOCK_LPC_SPI_DMA
|
|
select CBFS_PRELOAD
|
|
help
|
|
When enabled, the platform will use the LPC SPI DMA controller to
|
|
asynchronously load contents from the SPI ROM. This will improve
|
|
boot time because the CPUs can be performing useful work while the
|
|
SPI contents are being preloaded.
|
|
|
|
config CBFS_CACHE_SIZE
|
|
hex
|
|
default 0x40000 if CBFS_PRELOAD || SOC_AMD_COMMON_BLOCK_LPC_SPI_DMA
|
|
|
|
config RO_REGION_ONLY
|
|
string
|
|
depends on VBOOT_SLOTS_RW_AB || VBOOT_SLOTS_RW_A
|
|
default "apu/amdfw"
|
|
|
|
config ECAM_MMCONF_BASE_ADDRESS
|
|
default 0xF8000000
|
|
|
|
config ECAM_MMCONF_BUS_NUMBER
|
|
default 64
|
|
|
|
config MAX_CPUS
|
|
int
|
|
default 8 if SOC_AMD_MENDOCINO
|
|
default 16
|
|
help
|
|
Maximum number of threads the platform can have.
|
|
|
|
config VGA_BIOS_ID
|
|
string
|
|
default "1002,1506" if SOC_AMD_MENDOCINO
|
|
help
|
|
The default VGA BIOS PCI vendor/device ID of the GPU and VBIOS.
|
|
|
|
config VGA_BIOS_FILE
|
|
string
|
|
default "3rdparty/amd_blobs/mendocino/MdnGenericVbios.bin" if SOC_AMD_MENDOCINO
|
|
|
|
config CONSOLE_UART_BASE_ADDRESS
|
|
depends on CONSOLE_SERIAL && AMD_SOC_CONSOLE_UART
|
|
hex
|
|
default 0xfedc9000 if UART_FOR_CONSOLE = 0
|
|
default 0xfedca000 if UART_FOR_CONSOLE = 1
|
|
default 0xfedce000 if UART_FOR_CONSOLE = 2
|
|
default 0xfedcf000 if UART_FOR_CONSOLE = 3
|
|
default 0xfedd1000 if UART_FOR_CONSOLE = 4
|
|
|
|
config SMM_TSEG_SIZE
|
|
hex
|
|
default 0x800000 if HAVE_SMI_HANDLER
|
|
default 0x0
|
|
|
|
config SMM_RESERVED_SIZE
|
|
hex
|
|
default 0x180000
|
|
|
|
config SMM_MODULE_STACK_SIZE
|
|
hex
|
|
default 0x800
|
|
|
|
config ACPI_BERT
|
|
bool "Build ACPI BERT Table"
|
|
default y
|
|
depends on HAVE_ACPI_TABLES
|
|
help
|
|
Report Machine Check errors identified in POST to the OS in an
|
|
ACPI Boot Error Record Table.
|
|
|
|
config ACPI_BERT_SIZE
|
|
hex
|
|
default 0x4000 if ACPI_BERT
|
|
default 0x0
|
|
help
|
|
Specify the amount of DRAM reserved for gathering the data used to
|
|
generate the ACPI table.
|
|
|
|
config DRIVERS_I2C_DESIGNWARE_CLOCK_MHZ
|
|
int
|
|
default 150
|
|
|
|
config DISABLE_SPI_FLASH_ROM_SHARING
|
|
def_bool n
|
|
help
|
|
Instruct the chipset to not honor the EGPIO67_SPI_ROM_REQ pin
|
|
which indicates a board level ROM transaction request. This
|
|
removes arbitration with board and assumes the chipset controls
|
|
the SPI flash bus entirely.
|
|
|
|
config DISABLE_KEYBOARD_RESET_PIN
|
|
bool
|
|
help
|
|
Instruct the SoC to not to reset based on the state of GPIO_21, KBDRST_L.
|
|
|
|
config FEATURE_DYNAMIC_DPTC
|
|
bool
|
|
depends on SOC_AMD_COMMON_BLOCK_ACPI_DPTC
|
|
help
|
|
Selected by mainboards that implement support for ALIB
|
|
to enable dynamic DPTC.
|
|
|
|
config FEATURE_TABLET_MODE_DPTC
|
|
bool
|
|
depends on SOC_AMD_COMMON_BLOCK_ACPI_DPTC
|
|
help
|
|
Selected by mainboards that implement support for ALIB to
|
|
switch default and tablet mode.
|
|
|
|
menu "PSP Configuration Options"
|
|
|
|
config AMDFW_CONFIG_FILE
|
|
string "AMD PSP Firmware config file"
|
|
default "src/soc/amd/mendocino/fw.cfg"
|
|
help
|
|
Specify the path/location of AMD PSP Firmware config file.
|
|
|
|
config PSP_DISABLE_POSTCODES
|
|
bool "Disable PSP post codes"
|
|
help
|
|
Disables the output of port80 post codes from PSP.
|
|
|
|
config PSP_POSTCODES_ON_ESPI
|
|
bool "Use eSPI bus for PSP post codes"
|
|
default y
|
|
depends on !PSP_DISABLE_POSTCODES
|
|
help
|
|
Select to send PSP port80 post codes on eSPI bus.
|
|
If not selected, PSP port80 codes will be sent on LPC bus.
|
|
|
|
config PSP_LOAD_MP2_FW
|
|
bool
|
|
default n
|
|
help
|
|
Include the MP2 firmwares and configuration into the PSP build.
|
|
|
|
If unsure, answer 'n'
|
|
|
|
config PSP_UNLOCK_SECURE_DEBUG
|
|
bool "Unlock secure debug"
|
|
default y
|
|
help
|
|
Select this item to enable secure debug options in PSP.
|
|
|
|
config HAVE_PSP_WHITELIST_FILE
|
|
bool "Include a debug whitelist file in PSP build"
|
|
default n
|
|
help
|
|
Support secured unlock prior to reset using a whitelisted
|
|
serial number. This feature requires a signed whitelist image
|
|
and bootloader from AMD.
|
|
|
|
If unsure, answer 'n'
|
|
|
|
config PSP_WHITELIST_FILE
|
|
string "Debug whitelist file path"
|
|
depends on HAVE_PSP_WHITELIST_FILE
|
|
default "site-local/3rdparty/amd_blobs/mendocino/PSP/wtl-mdn.sbin"
|
|
|
|
config PERFORM_SPL_FUSING
|
|
bool "Send SPL fuse command to PSP"
|
|
default n
|
|
help
|
|
Send the Security Patch Level (SPL) fusing command to the PSP in
|
|
order to update the minimum SPL version to be written to the SoC's
|
|
fuse bits. This will prevent using any embedded firmware components
|
|
with lower SPL version.
|
|
|
|
If unsure, answer 'n'
|
|
|
|
config SPL_TABLE_FILE
|
|
string "SPL table file override"
|
|
help
|
|
Provide a mainboard-specific Security Patch Level (SPL) table file
|
|
override. The SPL file is required to support PSP FW anti-rollback
|
|
and needs to be created by AMD. The default SPL file specified in the
|
|
SoC's fw.cfg is in the corresponding folder of the amd_blobs submodule
|
|
and applies to all boards that use the SoC without verstage on PSP.
|
|
In the verstage on PSP case, a different SPL file is specific as an
|
|
override via this Kconfig option.
|
|
|
|
config HAVE_SPL_RW_AB_FILE
|
|
bool "Have a separate mainboard-specific SPL file in RW A/B partitions"
|
|
default n
|
|
depends on VBOOT_SLOTS_RW_AB
|
|
help
|
|
Have separate mainboard-specific Security Patch Level (SPL) table
|
|
file for the RW A/B FMAP partitions.
|
|
|
|
config SPL_RW_AB_TABLE_FILE
|
|
string "Separate SPL table file override for RW A/B partitions"
|
|
|
|
config PSP_SOFTFUSE_BITS
|
|
string "PSP Soft Fuse bits to enable"
|
|
default "34 28 6"
|
|
help
|
|
Space separated list of Soft Fuse bits to enable.
|
|
Bit 0: Enable secure debug (Set by PSP_UNLOCK_SECURE_DEBUG)
|
|
Bit 7: Disable PSP postcodes on Renoir and newer chips only
|
|
(Set by PSP_DISABLE_PORT80)
|
|
Bit 15: PSP debug output destination:
|
|
0=SoC MMIO UART, 1=IO port 0x3F8
|
|
Bit 29: Disable MP2 firmware loading (Set by PSP_LOAD_MP2_FW)
|
|
|
|
See #55758 (NDA) for additional bit definitions.
|
|
|
|
config PSP_VERSTAGE_FILE
|
|
string "Specify the PSP_verstage file path"
|
|
depends on VBOOT_STARTS_BEFORE_BOOTBLOCK
|
|
default "\$(obj)/psp_verstage.bin"
|
|
help
|
|
Add psp_verstage file to the build & PSP Directory Table
|
|
|
|
config PSP_VERSTAGE_SIGNING_TOKEN
|
|
string "Specify the PSP_verstage Signature Token file path"
|
|
depends on VBOOT_STARTS_BEFORE_BOOTBLOCK
|
|
default ""
|
|
help
|
|
Add psp_verstage signature token to the build & PSP Directory Table
|
|
|
|
endmenu
|
|
|
|
config VBOOT
|
|
select VBOOT_VBNV_CMOS
|
|
select VBOOT_VBNV_CMOS_BACKUP_TO_FLASH
|
|
|
|
config VBOOT_STARTS_BEFORE_BOOTBLOCK
|
|
def_bool n
|
|
depends on VBOOT
|
|
select ARCH_VERSTAGE_ARMV7
|
|
help
|
|
Runs verstage on the PSP. Only available on
|
|
certain ChromeOS branded parts from AMD.
|
|
|
|
config VBOOT_HASH_BLOCK_SIZE
|
|
hex
|
|
default 0x9000
|
|
depends on VBOOT_STARTS_BEFORE_BOOTBLOCK
|
|
help
|
|
Because the bulk of the time in psp_verstage to hash the RO cbfs is
|
|
spent in the overhead of doing svc calls, increasing the hash block
|
|
size significantly cuts the verstage hashing time as seen below.
|
|
|
|
4k takes 180ms
|
|
16k takes 44ms
|
|
32k takes 33.7ms
|
|
36k takes 32.5ms
|
|
There's actually still room for an even bigger stack, but we've
|
|
reached a point of diminishing returns.
|
|
|
|
config CMOS_RECOVERY_BYTE
|
|
hex
|
|
default 0x51
|
|
depends on VBOOT_STARTS_BEFORE_BOOTBLOCK
|
|
help
|
|
If the workbuf is not passed from the PSP to coreboot, set the
|
|
recovery flag and reboot. The PSP will read this byte, mark the
|
|
recovery request in VBNV, and reset the system into recovery mode.
|
|
|
|
This is the byte before the default first byte used by VBNV
|
|
(0x26 + 0x0E - 1)
|
|
|
|
if VBOOT_SLOTS_RW_A && VBOOT_STARTS_BEFORE_BOOTBLOCK
|
|
|
|
config RWA_REGION_ONLY
|
|
string
|
|
default "apu/amdfw_a apu/amdfw_a_body"
|
|
help
|
|
Add a space-delimited list of filenames that should only be in the
|
|
RW-A section.
|
|
|
|
endif # VBOOT_SLOTS_RW_A && VBOOT_STARTS_BEFORE_BOOTBLOCK
|
|
|
|
if VBOOT_SLOTS_RW_AB && VBOOT_STARTS_BEFORE_BOOTBLOCK
|
|
|
|
config RWB_REGION_ONLY
|
|
string
|
|
default "apu/amdfw_b apu/amdfw_b_body"
|
|
help
|
|
Add a space-delimited list of filenames that should only be in the
|
|
RW-B section.
|
|
|
|
endif # VBOOT_SLOTS_RW_AB && VBOOT_STARTS_BEFORE_BOOTBLOCK
|
|
|
|
endif # SOC_AMD_REMBRANDT_BASE
|