From 08e7df9d5d93225d263b29c38ba7d4d9945f6dfc Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 11 Oct 2022 10:23:27 -0600 Subject: [PATCH] configs: Add skyrim config with binaries We've seen failures because the binaries were not being built into the image. In particular, the APCB is modified by the coreboot build process, so if the APCB isn't built correctly to support the correct number of SPDs, the build can fail. The mendocino FSP binaries are not yet pushed, so the build is currently pointing at the cezanne binaries. The mendocino FSP will be pushed when the mendocino chips are released for sale. Signed-off-by: Martin Roth Change-Id: I31d11c5327416f4339930373c447531ae9f79d28 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68320 Tested-by: build bot (Jenkins) Reviewed-by: Jon Murphy --- configs/config.google_skyrim.with_binaries | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 configs/config.google_skyrim.with_binaries diff --git a/configs/config.google_skyrim.with_binaries b/configs/config.google_skyrim.with_binaries new file mode 100644 index 0000000000..d0227af4f3 --- /dev/null +++ b/configs/config.google_skyrim.with_binaries @@ -0,0 +1,29 @@ +CONFIG_TIMESTAMPS_ON_CONSOLE=y +CONFIG_USE_AMD_BLOBS=y +CONFIG_VENDOR_GOOGLE=y +CONFIG_VGA_BIOS_ID="1002,1506" +CONFIG_AMD_FWM_POSITION_INDEX=3 +CONFIG_VGA_BIOS=y +CONFIG_CONSOLE_POST=y +CONFIG_BOARD_GOOGLE_SKYRIM=y +CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x20000 +CONFIG_SPL_TABLE_FILE="3rdparty/amd_blobs/mendocino/PSP/TypeId0x55_SplTableBl_MDN.sbin" +CONFIG_VGA_BIOS_FILE="3rdparty/amd_blobs/mendocino/MdnGenericVbios.bin" +CONFIG_FSP_M_FILE="3rdparty/amd_blobs/cezanne/CEZANNE_M.fd" +CONFIG_FSP_S_FILE="3rdparty/amd_blobs/cezanne/CEZANNE_S.fd" +CONFIG_ASYNC_FILE_LOADING=y +CONFIG_PSP_SOFTFUSE_BITS="34 28" +CONFIG_UART_PCI_ADDR=0x0 +CONFIG_RUN_FSP_GOP=y +CONFIG_SUBSYSTEM_VENDOR_ID=0x0000 +CONFIG_SUBSYSTEM_DEVICE_ID=0x0000 +CONFIG_I2C_TRANSFER_TIMEOUT_US=500000 +CONFIG_DISPLAY_HOBS=y +CONFIG_DISPLAY_UPD_DATA=y +CONFIG_ADD_FSP_BINARIES=y +CONFIG_POST_IO_PORT=0x80 +CONFIG_PAYLOAD_NONE=y +CONFIG_DISPLAY_FSP_CALLS_AND_STATUS=y +CONFIG_DISPLAY_FSP_HEADER=y +CONFIG_FATAL_ASSERTS=y +CONFIG_DEBUG_SMI=y