Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113321
b: refs/heads/master
c: 80cc9f1
h: refs/heads/master
i:
  113319: fcc734e
v: v3
  • Loading branch information
Peter Oruba authored and Ingo Molnar committed Jul 28, 2008
1 parent a5281bc commit 7fc7efe
Show file tree
Hide file tree
Showing 4 changed files with 540 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8d86f390d9bb5b39f0a315838d1616de6363e1b9
refs/heads/master: 80cc9f1020f49c9e5b50898c102fd444de70a0a3
21 changes: 17 additions & 4 deletions trunk/arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -786,10 +786,12 @@ config MICROCODE
select FW_LOADER
---help---
If you say Y here, you will be able to update the microcode on
Intel processors in the IA32 family, e.g. Pentium Pro, Pentium II,
Pentium III, Pentium 4, Xeon etc. You will obviously need the
actual microcode binary data itself which is not shipped with the
Linux kernel.
certain Intel and AMD processors. The Intel support is for the
IA32 family, e.g. Pentium Pro, Pentium II, Pentium III,
Pentium 4, Xeon etc. The AMD support is for family 0x10 and
0x11 processors, e.g. Opteron, Phenom and Turion 64 Ultra.
You will obviously need the actual microcode binary data itself
which is not shipped with the Linux kernel.

This option selects the general module only, you need to select
at least one vendor specific module as well.
Expand All @@ -813,6 +815,17 @@ config MICROCODE_INTEL
This driver is only available as a module: the module
will be called microcode_intel.

config MICROCODE_AMD
tristate "AMD microcode patch loading support"
depends on MICROCODE
select FW_LOADER
--help---
If you select this option, microcode patch loading support for AMD
processors will be enabled.

This driver is only available as a module: the module
will be called microcode_amd.

config MICROCODE_OLD_INTERFACE
def_bool y
depends on MICROCODE
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/x86/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ obj-$(CONFIG_X86_MSR) += msr.o
obj-$(CONFIG_X86_CPUID) += cpuid.o
obj-$(CONFIG_MICROCODE) += microcode.o
obj-$(CONFIG_MICROCODE_INTEL) += microcode_intel.o
obj-$(CONFIG_MICROCODE_AMD) += microcode_amd.o
obj-$(CONFIG_PCI) += early-quirks.o
apm-y := apm_32.o
obj-$(CONFIG_APM) += apm.o
Expand Down
Loading

0 comments on commit 7fc7efe

Please sign in to comment.