aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2009-08-18 14:52:32 +0100
committerGraeme Gregory <dp@xora.org.uk>2009-08-18 14:52:32 +0100
commitdef77542ad81d69f129a619eb56fd59794931a0a (patch)
tree9750e5b1d1793825dc65938adf4eb62a78af8b1b /conf
parent3942e499aea0ea4b64ca53fdc06a9495bf4fd503 (diff)
parent0490edf988c3f4eaec594156d97015c0a6470578 (diff)
downloadopenembedded-def77542ad81d69f129a619eb56fd59794931a0a.tar.gz
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/da830-omapl137-evm.conf13
-rw-r--r--conf/machine/dm6467t-evm.conf7
2 files changed, 20 insertions, 0 deletions
diff --git a/conf/machine/da830-omapl137-evm.conf b/conf/machine/da830-omapl137-evm.conf
new file mode 100644
index 0000000000..c891f7a903
--- /dev/null
+++ b/conf/machine/da830-omapl137-evm.conf
@@ -0,0 +1,13 @@
+#@TYPE: Machine
+#@NAME: DA830 CPUs on a DA830/OMAPL137 EVM board
+#@DESCRIPTION: Machine configuration for the TI DA830/OMAPL137 EVM board
+
+require conf/machine/include/davinci.inc
+
+UBOOT_MACHINE = "da830_omapl137_config"
+UBOOT_ENTRYPOINT = "0xc0008000"
+UBOOT_LOADADDRESS = "0xc0008000"
+
+MACHINE_FEATURES = "kernel26 serial ethernet"
+
+SERIAL_CONSOLE = "115200 ttyS2"
diff --git a/conf/machine/dm6467t-evm.conf b/conf/machine/dm6467t-evm.conf
new file mode 100644
index 0000000000..e3bc7e691d
--- /dev/null
+++ b/conf/machine/dm6467t-evm.conf
@@ -0,0 +1,7 @@
+#@TYPE: Machine
+#@NAME: DM646x CPUs 1GHz on a Davinci HD DM6467T EVM board
+#@DESCRIPTION: Machine configuration for the TI Davinci HD DM6467T 1GHz EVM board
+
+require conf/machine/include/davinci.inc
+
+UBOOT_MACHINE = "davinci_dm6467_evm_config"