summaryrefslogtreecommitdiffstats
path: root/extras/conf/machine/include/ti816x.inc
diff options
context:
space:
mode:
Diffstat (limited to 'extras/conf/machine/include/ti816x.inc')
-rw-r--r--extras/conf/machine/include/ti816x.inc26
1 files changed, 26 insertions, 0 deletions
diff --git a/extras/conf/machine/include/ti816x.inc b/extras/conf/machine/include/ti816x.inc
new file mode 100644
index 00000000..2fe40067
--- /dev/null
+++ b/extras/conf/machine/include/ti816x.inc
@@ -0,0 +1,26 @@
1SOC_FAMILY = "ti816x"
2require conf/machine/include/soc-family.inc
3
4require conf/machine/include/tune-cortexa8.inc
5
6PREFERRED_PROVIDER_virtual/kernel = "linux-ti81xx-psp"
7PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
8
9# Increase this everytime you change something in the kernel
10MACHINE_KERNEL_PR = "r2"
11
12KERNEL_IMAGETYPE = "uImage"
13
14UBOOT_ARCH = "arm"
15UBOOT_MACHINE = "ti8168_evm_config"
16UBOOT_ENTRYPOINT = "0x80008000"
17UBOOT_LOADADDRESS = "0x80008000"
18
19# Only build u-boot
20EXTRA_IMAGEDEPENDS += "u-boot"
21
22# Ship all kernel modules
23IMAGE_FSTYPES += "jffs2 tar.bz2"
24EXTRA_IMAGECMD_jffs2 = "-lqn -e 128"
25SERIAL_CONSOLE = "115200 ttyO2"
26MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 ethernet"