added the olpc target and support
[coreboot.git] / src / mainboard / olpc / rev_a / mainboard.c
1 #include <console/console.h>
2 #include <device/device.h>
3 #include <device/pci.h>
4 #include <device/pci_ids.h>
5 #include <device/pci_ops.h>
6 #include <arch/io.h>
7 #include "chip.h"
8
9 struct chip_operations mainboard_olpc_rev_a_ops = {
10         CHIP_NAME("olpc rev_a mainboard ")
11 };
12