diff options
author | Leah Rowe <leah@libreboot.org> | 2023-07-16 11:34:12 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-07-16 11:34:12 +0100 |
commit | d918139f36fd01ae1fae85a3fab89e6a7924bede (patch) | |
tree | c7a41009f4d830f7bca5fc59532aa7b7f7ec0a5a /resources/coreboot/kgpe-d16-udimm_16mb/config | |
parent | 8c7774289ca60a1144b3151344eb400a059390e0 (diff) |
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 <leah@libreboot.org>
Diffstat (limited to 'resources/coreboot/kgpe-d16-udimm_16mb/config')
-rw-r--r-- | resources/coreboot/kgpe-d16-udimm_16mb/config/libgfxinit_txtmode | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/coreboot/kgpe-d16-udimm_16mb/config/libgfxinit_txtmode b/resources/coreboot/kgpe-d16-udimm_16mb/config/libgfxinit_txtmode index 4cf6fb4b..cd302027 100644 --- a/resources/coreboot/kgpe-d16-udimm_16mb/config/libgfxinit_txtmode +++ b/resources/coreboot/kgpe-d16-udimm_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 |