aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChase Maupin <chasemaupin03@gmail.com>2011-03-30 13:08:06 -0500
committerDenys Dmytriyenko <denys@ti.com>2011-03-31 13:37:55 -0400
commitdfd3a6d048cbaa849d44ca67a8b96b2760e18694 (patch)
tree584cd98aa76d3838e167276becf7649b9b2d8278 /conf
parent8deaafa6f1e535f8f956dc64fa8f555170f9ffa2 (diff)
downloadopenembedded-dfd3a6d048cbaa849d44ca67a8b96b2760e18694.tar.gz
ti814x: Add new machine definitions
* Add new am387x-evm machine definition * Add new dm814xx-evm machine definition * Add new c6a814x-evm machine definition * New SOC_FAMILY ti814x available * Based on machine configuration files from Arago contributed by Siddharth Heroor Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/am387x-evm.conf5
-rw-r--r--conf/machine/c6a814x-evm.conf5
-rw-r--r--conf/machine/dm814x-evm.conf5
-rw-r--r--conf/machine/include/ti814x.inc26
4 files changed, 41 insertions, 0 deletions
diff --git a/conf/machine/am387x-evm.conf b/conf/machine/am387x-evm.conf
new file mode 100644
index 0000000000..ebf98890bd
--- /dev/null
+++ b/conf/machine/am387x-evm.conf
@@ -0,0 +1,5 @@
+#@TYPE: Machine
+#@NAME: AM389x evm
+#@DESCRIPTION: Machine configuration for the AM389x evm
+
+require conf/machine/include/ti814x.inc
diff --git a/conf/machine/c6a814x-evm.conf b/conf/machine/c6a814x-evm.conf
new file mode 100644
index 0000000000..b85c4894cd
--- /dev/null
+++ b/conf/machine/c6a814x-evm.conf
@@ -0,0 +1,5 @@
+#@TYPE: Machine
+#@NAME: c6a814x evm
+#@DESCRIPTION: Machine configuration for the c6a814x evm
+
+require conf/machine/include/ti814x.inc
diff --git a/conf/machine/dm814x-evm.conf b/conf/machine/dm814x-evm.conf
new file mode 100644
index 0000000000..140dcc10eb
--- /dev/null
+++ b/conf/machine/dm814x-evm.conf
@@ -0,0 +1,5 @@
+#@TYPE: Machine
+#@NAME: DM814x evm
+#@DESCRIPTION: Machine configuration for the DM814x evm
+
+require conf/machine/include/ti814x.inc
diff --git a/conf/machine/include/ti814x.inc b/conf/machine/include/ti814x.inc
new file mode 100644
index 0000000000..8fa7ee9a49
--- /dev/null
+++ b/conf/machine/include/ti814x.inc
@@ -0,0 +1,26 @@
+TARGET_ARCH = "arm"
+SOC_FAMILY = "ti814x"
+
+require conf/machine/include/tune-cortexa8.inc
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-omap3"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
+
+# Increase this everytime you change something in the kernel
+MACHINE_KERNEL_PR = "r1"
+
+KERNEL_IMAGETYPE = "uImage"
+
+UBOOT_ARCH = "arm"
+UBOOT_MACHINE = "ti8148_evm_config_nand"
+UBOOT_ENTRYPOINT = "0x80008000"
+UBOOT_LOADADDRESS = "0x80008000"
+
+# Only build u-boot
+EXTRA_IMAGEDEPENDS += "u-boot"
+
+# Ship all kernel modules
+IMAGE_FSTYPES ?= "jffs2 tar.bz2"
+EXTRA_IMAGECMD_jffs2 = "-lqn -e 128"
+SERIAL_CONSOLE = "115200 ttyO0"
+MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 ethernet"