aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorLeon Woestenberg <leon@sidebranch.com>2011-01-27 21:03:15 +0100
committerLeon Woestenberg <leon@sidebranch.com>2011-01-27 21:03:15 +0100
commit9b5df85143a13d43ea64ae2321f6bf388c1395bd (patch)
tree8a844fdb122dd02906192cf1e6a3dad95e008792 /conf/machine
parent7298be1f35f88c4646a47a59e2ac96e5efa5b39a (diff)
downloadopenembedded-9b5df85143a13d43ea64ae2321f6bf388c1395bd.tar.gz
adb4000.conf: New machine, kernel and u-boot support.
STK ADB4000 is a development board with a SAM9G45 SODIMM CPU module. These patches are from the manufacturer (In-Circuit). Resulting kernel boots on the board. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/adb4000.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/conf/machine/adb4000.conf b/conf/machine/adb4000.conf
new file mode 100644
index 0000000000..fdc7cc26fb
--- /dev/null
+++ b/conf/machine/adb4000.conf
@@ -0,0 +1,22 @@
+#@TYPE: Machine
+#@Name: In-Circuit STK ADB4000 Starter Kit
+#@DESCRIPTION: Machine configuration for the STK ADB4000 board with AT91SAM9G45 processor
+
+include conf/machine/include/at91-2.6.30.inc
+include conf/machine/include/at91-lcd.inc
+
+PREFERRED_VERSION_linux = "2.6.33"
+
+# Has linux config file in OpenEmbedded
+#
+LINUX26_DEFCONFIG = "at91sam9g45ek_defconfig"
+
+# Supported u-boot machines
+#UBOOT_MACHINE = "at91sam9m10g45ek_dataflash_cs0_config"
+UBOOT_MACHINE = "icnova_arm9sodimm_config"
+UBOOT_ENTRYPOINT = "0x70008000"
+
+AT91BOOTSTRAP_BOARD = "at91sam9g45df at91sam9g45ek at91sam9g45nf"
+
+MACHINE_FEATURES += "usbhost"
+