aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2010-10-01 11:11:47 +0100
committerKoen Kooi <koen@openembedded.org>2010-10-01 12:36:26 +0200
commit24e73e0ad11648dbb942be492a18f52c06308ab2 (patch)
treecc6f9ecc519c44b11e0e10f051ecd43306578a39 /conf
parentf5233f2d533e30cf3a0c15663f648d250a71a5a2 (diff)
downloadopenembedded-24e73e0ad11648dbb942be492a18f52c06308ab2.tar.gz
am389x-evm, c6a816x-evm: add first set of ti816x based machines
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/am389x-evm.conf5
-rw-r--r--conf/machine/c6a816x-evm.conf5
-rw-r--r--conf/machine/include/ti816x.inc26
3 files changed, 36 insertions, 0 deletions
diff --git a/conf/machine/am389x-evm.conf b/conf/machine/am389x-evm.conf
new file mode 100644
index 0000000000..9bfe7a7594
--- /dev/null
+++ b/conf/machine/am389x-evm.conf
@@ -0,0 +1,5 @@
+#@TYPE: Machine
+#@NAME: am389x evm
+#@DESCRIPTION: Machine configuration for the am389x evm
+
+require conf/machine/include/ti816x.inc
diff --git a/conf/machine/c6a816x-evm.conf b/conf/machine/c6a816x-evm.conf
new file mode 100644
index 0000000000..a7ab9b0860
--- /dev/null
+++ b/conf/machine/c6a816x-evm.conf
@@ -0,0 +1,5 @@
+#@TYPE: Machine
+#@NAME: c6a816x evm
+#@DESCRIPTION: Machine configuration for the c6a816x evm
+
+require conf/machine/include/ti816x.inc
diff --git a/conf/machine/include/ti816x.inc b/conf/machine/include/ti816x.inc
new file mode 100644
index 0000000000..ebf51661b6
--- /dev/null
+++ b/conf/machine/include/ti816x.inc
@@ -0,0 +1,26 @@
+TARGET_ARCH = "arm"
+SOC_FAMILY = "ti816x"
+
+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 = "ti816x_evm_config"
+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 = "-lnp -e 0x20000 -s 2048"
+SERIAL_CONSOLE = "115200 ttyS2"
+MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 ethernet"