summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-03-05 16:06:05 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-03-11 16:47:43 -0400
commitc586bd9a663c6b77478b7b38ff771f6b8360edea (patch)
tree4e080e5f861a7a1ab118e243c42a3b6d54a858d4 /conf/machine/include
parentf5b282271c7545929c47f0c9c087a9f55dc8df93 (diff)
downloadmeta-ti-c586bd9a663c6b77478b7b38ff771f6b8360edea.tar.gz
ti81x: remove platform configs, kernel, u-boot, since ti81x is not supported
* There is no support for these platforms from meta-ti. * If someone is willing to maintain them, please let us know or feel free to take it to a separate layer. * Therefore, remove SoC and machine configs, kernel, u-boot and X11 configs Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/ti814x.inc26
-rw-r--r--conf/machine/include/ti816x.inc26
2 files changed, 0 insertions, 52 deletions
diff --git a/conf/machine/include/ti814x.inc b/conf/machine/include/ti814x.inc
deleted file mode 100644
index 475a2127..00000000
--- a/conf/machine/include/ti814x.inc
+++ /dev/null
@@ -1,26 +0,0 @@
1SOC_FAMILY = "ti814x"
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 = "ti8148_evm_config_nand"
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 ttyO0"
26MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 ethernet"
diff --git a/conf/machine/include/ti816x.inc b/conf/machine/include/ti816x.inc
deleted file mode 100644
index 2fe40067..00000000
--- a/conf/machine/include/ti816x.inc
+++ /dev/null
@@ -1,26 +0,0 @@
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"