-
- Downloads
x86, microcode: Move to a proper location
We've grown a bunch of microcode loader files all prefixed with "microcode_". They should be under cpu/ because this is strictly CPU-related functionality so do that and drop the prefix since they're in their own directory now which gives that prefix. :) While at it, drop MICROCODE_INTEL_LIB config item and stash the functionality under CONFIG_MICROCODE_INTEL as it was its only user. Signed-off-by:Borislav Petkov <bp@suse.de> Tested-by:
Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>
Showing
- arch/x86/Kconfig 0 additions, 4 deletionsarch/x86/Kconfig
- arch/x86/kernel/Makefile 0 additions, 9 deletionsarch/x86/kernel/Makefile
- arch/x86/kernel/cpu/Makefile 1 addition, 0 deletionsarch/x86/kernel/cpu/Makefile
- arch/x86/kernel/cpu/microcode/Makefile 7 additions, 0 deletionsarch/x86/kernel/cpu/microcode/Makefile
- arch/x86/kernel/cpu/microcode/amd.c 0 additions, 0 deletionsarch/x86/kernel/cpu/microcode/amd.c
- arch/x86/kernel/cpu/microcode/amd_early.c 0 additions, 0 deletionsarch/x86/kernel/cpu/microcode/amd_early.c
- arch/x86/kernel/cpu/microcode/core.c 0 additions, 0 deletionsarch/x86/kernel/cpu/microcode/core.c
- arch/x86/kernel/cpu/microcode/core_early.c 0 additions, 0 deletionsarch/x86/kernel/cpu/microcode/core_early.c
- arch/x86/kernel/cpu/microcode/intel.c 0 additions, 0 deletionsarch/x86/kernel/cpu/microcode/intel.c
- arch/x86/kernel/cpu/microcode/intel_early.c 0 additions, 0 deletionsarch/x86/kernel/cpu/microcode/intel_early.c
- arch/x86/kernel/cpu/microcode/intel_lib.c 0 additions, 0 deletionsarch/x86/kernel/cpu/microcode/intel_lib.c
Loading
Please register or sign in to comment