aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/socket_rPGA989/chip.h
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2012-04-04 00:09:50 +0200
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-04-05 21:10:25 +0200
commit5c55463f500528b69c47a06da22339fa85d70b7e (patch)
treed36dfe145f135afa5453f6dd4fdbb32f14be5ef5 /src/cpu/intel/socket_rPGA989/chip.h
parent00636b0daefc3c499990744226a0e1a316d71731 (diff)
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>
Diffstat (limited to 'src/cpu/intel/socket_rPGA989/chip.h')
-rw-r--r--src/cpu/intel/socket_rPGA989/chip.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cpu/intel/socket_rPGA989/chip.h b/src/cpu/intel/socket_rPGA989/chip.h
new file mode 100644
index 0000000000..f843e74738
--- /dev/null
+++ b/src/cpu/intel/socket_rPGA989/chip.h
@@ -0,0 +1,4 @@
+extern struct chip_operations cpu_intel_socket_rPGA989_ops;
+
+struct cpu_intel_socket_rPGA989_config {
+};