aboutsummaryrefslogtreecommitdiffstats
path: root/cfg/intel.cfg
AgeCommit message (Collapse)Author
2023-09-25config: drop arch specific microcode configurationBruce Ashfield
CONFIG_MICROCODE_AND and CONFIG_MICROCODE_INTEL are automatically selected based on the cpu. We no longer need to explicitly set the values. See upstream commt: e6bcfdd75d53 [x86/microcode: Hide the config knob] Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-10-07meta: add SPDX License Identifier and updates 00-README with License policyYann CARDAILLAC
Signed-off-by: Yann CARDAILLAC <ycnakajsph@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2017-07-26x86: update microcode configsBruce Ashfield
As per the upstream changes, we no longer need the early microcode variant: commit fe055896c040df571e4ff56fb196d6845130057b Author: Borislav Petkov <bp@suse.de> Date: Tue Oct 20 11:54:45 2015 +0200 x86/microcode: Merge the early microcode loader Merge the early loader functionality into the driver proper. The diff is huge but logically, it is simply moving code from the _early.c files into the main driver. Signed-off-by: Borislav Petkov <bp@suse.de> Cc: Andy Lutomirski <luto@amacapital.net> Cc: Arjan van de Ven <arjan@linux.intel.com> Cc: Borislav Petkov <bp@alien8.de> Cc: Brian Gerst <brgerst@gmail.com> Cc: Dave Jones <davej@codemonkey.org.uk> Cc: Denys Vlasenko <dvlasenk@redhat.com> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Len Brown <len.brown@intel.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Tony Luck <tony.luck@intel.com> Link: http://lkml.kernel.org/r/1445334889-300-3-git-send-email-bp@alien8.de Signed-off-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-09-07CONFIG_PROCESSOR_SELECT: do not enableCalifornia Sullivan
The base ktype no longer enables EXPERT, so PROCESSOR_SELECT cannot be enabled by default. Nothing relying on PROCESSOR_SELECT is changed from default, and PROCESSOR_SELECT itself only enables a printk, so this will have no functional change on BSPs using these fragments. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-07-08cfg/intel: Add Intel Vendor Specific enablerSaul Wold
As part of the larger breaking up of x86 put the Intel Vendor Enablers in their own file Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>