Add support for Intel Sandybridge CPU
[coreboot.git] / src / cpu / intel / socket_rPGA989 / socket_rPGA989.c
1 #include <device/device.h>
2 #include "chip.h"
3
4 struct chip_operations cpu_intel_socket_rPGA989_ops = {
5         CHIP_NAME("Socket rPGA989 CPU")
6 };