Add support for Intel Sandybridge CPU
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Tue, 3 Apr 2012 22:09:50 +0000 (00:09 +0200)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 5 Apr 2012 19:10:25 +0000 (21:10 +0200)
commit5c55463f500528b69c47a06da22339fa85d70b7e
treed36dfe145f135afa5453f6dd4fdbb32f14be5ef5
parent00636b0daefc3c499990744226a0e1a316d71731
Add support for Intel Sandybridge CPU

Change-Id: I9f37e291c00c0640c6600d8fdd6dcc13c3e5b8d5
Signed-off-by: Duncan Laurie <dlaurie@google.com>
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/855
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
19 files changed:
src/cpu/intel/Kconfig
src/cpu/intel/Makefile.inc
src/cpu/intel/microcode/update-microcodes.sh
src/cpu/intel/model_206ax/Kconfig [new file with mode: 0644]
src/cpu/intel/model_206ax/Makefile.inc [new file with mode: 0644]
src/cpu/intel/model_206ax/acpi.c [new file with mode: 0644]
src/cpu/intel/model_206ax/acpi/cpu.asl [new file with mode: 0644]
src/cpu/intel/model_206ax/bootblock.c [new file with mode: 0644]
src/cpu/intel/model_206ax/cache_as_ram.inc [new file with mode: 0644]
src/cpu/intel/model_206ax/chip.h [new file with mode: 0644]
src/cpu/intel/model_206ax/finalize.c [new file with mode: 0644]
src/cpu/intel/model_206ax/microcode-m12206a7_00000025.h [new file with mode: 0644]
src/cpu/intel/model_206ax/model_206ax.h [new file with mode: 0644]
src/cpu/intel/model_206ax/model_206ax_init.c [new file with mode: 0644]
src/cpu/intel/model_206ax/x06_microcode.h [new file with mode: 0644]
src/cpu/intel/socket_rPGA989/Kconfig [new file with mode: 0644]
src/cpu/intel/socket_rPGA989/Makefile.inc [new file with mode: 0644]
src/cpu/intel/socket_rPGA989/chip.h [new file with mode: 0644]
src/cpu/intel/socket_rPGA989/socket_rPGA989.c [new file with mode: 0644]