[openwrt/openwrt] x86: enable microcode loading for Intel and AMD

LEDE Commits lede-commits at lists.infradead.org
Sun Mar 4 11:09:11 PST 2018


wigyori pushed a commit to openwrt/openwrt.git, branch lede-17.01:
https://git.lede-project.org/f7a6b6724a63fede2856f5af7cdb31606d8316b1

commit f7a6b6724a63fede2856f5af7cdb31606d8316b1
Author: Zoltan HERPAI <wigyori at uid0.hu>
AuthorDate: Sun Feb 25 22:13:26 2018 +0100

    x86: enable microcode loading for Intel and AMD
    
    Signed-off-by: Zoltan HERPAI <wigyori at uid0.hu>
---
 target/linux/x86/config-4.4 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/target/linux/x86/config-4.4 b/target/linux/x86/config-4.4
index b441679..d85d188 100644
--- a/target/linux/x86/config-4.4
+++ b/target/linux/x86/config-4.4
@@ -284,7 +284,10 @@ CONFIG_M486=y
 # CONFIG_MFD_INTEL_LPSS_PCI is not set
 # CONFIG_MGEODEGX1 is not set
 # CONFIG_MGEODE_LX is not set
-# CONFIG_MICROCODE is not set
+CONFIG_MICROCODE=y
+CONFIG_MICROCODE_AMD=y
+CONFIG_MICROCODE_INTEL=y
+CONFIG_MICROCODE_OLD_INTERFACE=y
 # CONFIG_MK6 is not set
 # CONFIG_MK7 is not set
 # CONFIG_MK8 is not set



More information about the lede-commits mailing list