aboutsummaryrefslogtreecommitdiffstats
path: root/extras/conf/machine/include/ti814x.inc
diff options
context:
space:
mode:
Diffstat (limited to 'extras/conf/machine/include/ti814x.inc')
-rw-r--r--extras/conf/machine/include/ti814x.inc26
1 files changed, 26 insertions, 0 deletions
diff --git a/extras/conf/machine/include/ti814x.inc b/extras/conf/machine/include/ti814x.inc
new file mode 100644
index 00000000..475a2127
--- /dev/null
+++ b/extras/conf/machine/include/ti814x.inc
@@ -0,0 +1,26 @@
+SOC_FAMILY = "ti814x"
+require conf/machine/include/soc-family.inc
+
+require conf/machine/include/tune-cortexa8.inc
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-ti81xx-psp"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
+
+# Increase this everytime you change something in the kernel
+MACHINE_KERNEL_PR = "r2"
+
+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"