summaryrefslogtreecommitdiff
path: root/src/mainboard/advantech/som_gx533c/chip.h
diff options
context:
space:
mode:
authorRichard Smith <smithbone@gmail.com>2006-04-01 04:10:44 +0000
committerRichard Smith <smithbone@gmail.com>2006-04-01 04:10:44 +0000
commitffb7d8a31ae899f611235cd0a7f3579d34cd8cde (patch)
tree100617ca726a7c8babc6d418496117e4e6f66277 /src/mainboard/advantech/som_gx533c/chip.h
parent4b539d78abaae60d0e9e71f53b2e4103b6f33a65 (diff)
downloadcoreboot-ffb7d8a31ae899f611235cd0a7f3579d34cd8cde.tar.xz
- Adds support for the Advantech eval board. Configuration was produced
on a SOM-DB2301 baseboard with a SOM-2354 cpu module. - Also does a slight tweak to the ram test code to make it more obvious when it fails. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2231 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/advantech/som_gx533c/chip.h')
-rw-r--r--src/mainboard/advantech/som_gx533c/chip.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/advantech/som_gx533c/chip.h b/src/mainboard/advantech/som_gx533c/chip.h
new file mode 100644
index 0000000000..45e8068522
--- /dev/null
+++ b/src/mainboard/advantech/som_gx533c/chip.h
@@ -0,0 +1,5 @@
+extern struct chip_operations mainboard_advantech_som_gx533c_ops;
+
+struct mainboard_advantech_som_gx533c_config {
+ int nothing;
+};