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/kcma-d8-rdimm_16mb/config/libgfxinit_txtmode | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/coreboot/kcma-d8-rdimm_16mb') diff --git a/config/coreboot/kcma-d8-rdimm_16mb/config/libgfxinit_txtmode b/config/coreboot/kcma-d8-rdimm_16mb/config/libgfxinit_txtmode index a501619d..e5c58008 100644 --- a/config/coreboot/kcma-d8-rdimm_16mb/config/libgfxinit_txtmode +++ b/config/coreboot/kcma-d8-rdimm_16mb/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 -- cgit v1.2.1