aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/socket_BGA956/socket_BGA956.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/socket_BGA956/socket_BGA956.c')
-rw-r--r--src/cpu/intel/socket_BGA956/socket_BGA956.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cpu/intel/socket_BGA956/socket_BGA956.c b/src/cpu/intel/socket_BGA956/socket_BGA956.c
new file mode 100644
index 0000000000..53667c1bce
--- /dev/null
+++ b/src/cpu/intel/socket_BGA956/socket_BGA956.c
@@ -0,0 +1,6 @@
+#include <device/device.h>
+#include "chip.h"
+
+struct chip_operations cpu_intel_socket_BGA956_ops = {
+ CHIP_NAME("Socket BGA956 CPU")
+};