From d918139f36fd01ae1fae85a3fab89e6a7924bede Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 16 Jul 2023 11:34:12 +0100 Subject: coreboot/fam15h: re-enable microcode updates this was taken from old libreboot. the last libreboot revisions that had these boards were under the old policy. i left microcode disabled at first, because the old coreboot 4.11 behaviour was to always insert microcode regardless, so old libreboot patched out microcode from the coreboot build system however, 4.11_branch appears to actually honour microcode configuration, so i do actually need to make sure it's enabled in configs Signed-off-by: Leah Rowe --- resources/coreboot/kgpe-d16-rdimm_16mb/config/libgfxinit_txtmode | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'resources/coreboot/kgpe-d16-rdimm_16mb') diff --git a/resources/coreboot/kgpe-d16-rdimm_16mb/config/libgfxinit_txtmode b/resources/coreboot/kgpe-d16-rdimm_16mb/config/libgfxinit_txtmode index 4cf6fb4b..cd302027 100644 --- a/resources/coreboot/kgpe-d16-rdimm_16mb/config/libgfxinit_txtmode +++ b/resources/coreboot/kgpe-d16-rdimm_16mb/config/libgfxinit_txtmode @@ -294,10 +294,10 @@ CONFIG_SMP=y CONFIG_SSE=y CONFIG_SUPPORT_CPU_UCODE_IN_CBFS=y # CONFIG_USES_MICROCODE_HEADER_FILES is not set -# CONFIG_CPU_MICROCODE_CBFS_DEFAULT_BINS is not set -# CONFIG_CPU_MICROCODE_CBFS_EXTERNAL_BINS is not set -# CONFIG_CPU_MICROCODE_CBFS_EXTERNAL_HEADER is not set -CONFIG_CPU_MICROCODE_CBFS_NONE=y +CONFIG_USE_CPU_MICROCODE_CBFS_BINS=y +CONFIG_CPU_MICROCODE_CBFS_DEFAULT_BINS=y +# CONFIG_CPU_MICROCODE_CBFS_NONE is not set +CONFIG_CPU_MICROCODE_MULTIPLE_FILES=y # # Northbridge -- cgit v1.2.1