diff options
author | Leah Rowe <leah@libreboot.org> | 2024-01-21 20:32:59 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-01-21 20:45:44 +0000 |
commit | a225e4d5d946b85c2d0acdf12f0da94ee5d02242 (patch) | |
tree | 2584431dcc6ca4e2d0744d35805c5d5ef0389877 /config/coreboot/kcma-d8-rdimm_16mb | |
parent | c996118294ec51e31c4485019af6c5fda66f2f99 (diff) |
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 <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/kcma-d8-rdimm_16mb')
-rw-r--r-- | config/coreboot/kcma-d8-rdimm_16mb/config/libgfxinit_txtmode | 3 |
1 files changed, 2 insertions, 1 deletions
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 |