From a225e4d5d946b85c2d0acdf12f0da94ee5d02242 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 21 Jan 2024 20:32:59 +0000 Subject: fix amd mainboard configs in a build test, canoeboot 0.1 builds, but master doesn't, and neither does lbmk. i changed a few of them when doing the crossgcc build optimisation patches. i'm just copying the configs from there. unlike in the canoeboot version of this patch, i've re-enabled microcode updates in these lbmk configs. Signed-off-by: Leah Rowe --- config/coreboot/kfsn4-dre_1mb/config/libgfxinit_txtmode | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'config/coreboot/kfsn4-dre_1mb') diff --git a/config/coreboot/kfsn4-dre_1mb/config/libgfxinit_txtmode b/config/coreboot/kfsn4-dre_1mb/config/libgfxinit_txtmode index 04ad7691..32d61412 100644 --- a/config/coreboot/kfsn4-dre_1mb/config/libgfxinit_txtmode +++ b/config/coreboot/kfsn4-dre_1mb/config/libgfxinit_txtmode @@ -21,7 +21,8 @@ CONFIG_COMPRESS_RAMSTAGE=y CONFIG_INCLUDE_CONFIG_FILE=y CONFIG_COLLECT_TIMESTAMPS=y # CONFIG_TIMESTAMPS_ON_CONSOLE is not set -# CONFIG_USE_BLOBS is not set +CONFIG_USE_BLOBS=y +# CONFIG_USE_AMD_BLOBS is not set # CONFIG_COVERAGE is not set # CONFIG_UBSAN is not set CONFIG_NO_RELOCATABLE_RAMSTAGE=y @@ -97,10 +98,12 @@ CONFIG_MAX_PHYSICAL_CPUS=2 CONFIG_HT_CHAIN_END_UNITID_BASE=0x20 CONFIG_HT_CHAIN_UNITID_BASE=0x0 CONFIG_IRQ_SLOT_COUNT=13 +CONFIG_VGA_BIOS_ID="1000,0072" CONFIG_ONBOARD_VGA_IS_PRIMARY=y CONFIG_DIMM_SPD_SIZE=256 -# CONFIG_VGA_BIOS is not set +CONFIG_VGA_BIOS=y CONFIG_MAINBOARD_SERIAL_NUMBER="123456789" +CONFIG_VGA_BIOS_FILE="/dev/null" CONFIG_C_ENV_BOOTBLOCK_SIZE=0x10000 CONFIG_MAINBOARD_SMBIOS_MANUFACTURER="ASUS" CONFIG_DEVICETREE="devicetree.cb" @@ -427,6 +430,9 @@ CONFIG_CARDBUS_PLUGIN_SUPPORT=y # CONFIG_AZALIA_PLUGIN_SUPPORT is not set CONFIG_PCIEXP_PLUGIN_SUPPORT=y # CONFIG_EARLY_PCI_BRIDGE is not set +CONFIG_VGA_BIOS_DGPU=y +CONFIG_VGA_BIOS_DGPU_FILE="/dev/null" +CONFIG_VGA_BIOS_DGPU_ID="1000,3050" # CONFIG_SOFTWARE_I2C is not set # -- cgit v1.2.1