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