summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2014-08-26 20:59:58 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-08-29 12:36:41 -0400
commite13e44b1d682efc386f47a072634d8ebed1fed21 (patch)
tree989a39b63f5e1ef0aa7158450323029ed8b96774 /conf
parentd2c40099cd219493e4a6d9a6218f88f1b9f3f8fb (diff)
downloadmeta-ti-e13e44b1d682efc386f47a072634d8ebed1fed21.tar.gz
machine: clean up MACHINE_FEATURES for omap5, dra7, am57
* Enable "sgx" feature on all - the driver may still be missing, but GLES is available from omap5-sgx-ddk-linux package * Enable "touchscreen" feature only on dra7 and am57 - not available on omap5 Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/am57xx-evm.conf6
-rw-r--r--conf/machine/dra7xx-evm.conf6
-rw-r--r--conf/machine/include/omap-a15.inc5
-rw-r--r--conf/machine/omap5-evm.conf4
4 files changed, 8 insertions, 13 deletions
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf
index 0beed60b..25b1647f 100644
--- a/conf/machine/am57xx-evm.conf
+++ b/conf/machine/am57xx-evm.conf
@@ -4,6 +4,8 @@
4 4
5require conf/machine/include/dra7xx.inc 5require conf/machine/include/dra7xx.inc
6 6
7MACHINE_FEATURES += "touchscreen"
8
7IMAGE_FSTYPES += "ubi tar.gz" 9IMAGE_FSTYPES += "ubi tar.gz"
8 10
9SERIAL_CONSOLE = "115200 ttyO2" 11SERIAL_CONSOLE = "115200 ttyO2"
@@ -30,7 +32,3 @@ MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3836"
30# UBI: sub-page size: 512 32# UBI: sub-page size: 512
31# UBI: VID header offset: 2048 (aligned 2048) 33# UBI: VID header offset: 2048 (aligned 2048)
32UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" 34UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048"
33
34# Currently removing the sgx machine feature because there is no SGX package
35# available for omap5
36MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen"
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf
index 7069b44b..ba7b4405 100644
--- a/conf/machine/dra7xx-evm.conf
+++ b/conf/machine/dra7xx-evm.conf
@@ -4,6 +4,8 @@
4 4
5require conf/machine/include/dra7xx.inc 5require conf/machine/include/dra7xx.inc
6 6
7MACHINE_FEATURES += "touchscreen"
8
7IMAGE_FSTYPES += "ubi tar.gz" 9IMAGE_FSTYPES += "ubi tar.gz"
8 10
9SERIAL_CONSOLE = "115200 ttyO0" 11SERIAL_CONSOLE = "115200 ttyO0"
@@ -30,7 +32,3 @@ MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3836"
30# UBI: sub-page size: 512 32# UBI: sub-page size: 512
31# UBI: VID header offset: 2048 (aligned 2048) 33# UBI: VID header offset: 2048 (aligned 2048)
32UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" 34UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048"
33
34# Currently removing the sgx machine feature because there is no SGX package
35# available for omap5
36MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen"
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc
index 3fef64e1..d7ddb62c 100644
--- a/conf/machine/include/omap-a15.inc
+++ b/conf/machine/include/omap-a15.inc
@@ -5,7 +5,7 @@ DEFAULTTUNE ?= "cortexa15thf-neon"
5require conf/machine/include/tune-cortexa15.inc 5require conf/machine/include/tune-cortexa15.inc
6 6
7# Increase this everytime you change something in the kernel 7# Increase this everytime you change something in the kernel
8MACHINE_KERNEL_PR = "r4" 8MACHINE_KERNEL_PR = "r5"
9 9
10PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" 10PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
11PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" 11PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
@@ -29,3 +29,6 @@ GUI_MACHINE_CLASS = "smallscreen"
29# Use the expected value of the ubifs filesystem's volume name in the kernel 29# Use the expected value of the ubifs filesystem's volume name in the kernel
30# and u-boot. 30# and u-boot.
31UBI_VOLNAME = "rootfs" 31UBI_VOLNAME = "rootfs"
32
33# List common SoC features, may need to add touchscreen for specific machines
34MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx"
diff --git a/conf/machine/omap5-evm.conf b/conf/machine/omap5-evm.conf
index ba60e7cf..d21abc18 100644
--- a/conf/machine/omap5-evm.conf
+++ b/conf/machine/omap5-evm.conf
@@ -30,7 +30,3 @@ MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3836"
30UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" 30UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048"
31 31
32UBOOT_MACHINE = "omap5_uevm_config" 32UBOOT_MACHINE = "omap5_uevm_config"
33
34# Currently removing the sgx machine feature because there is no SGX package
35# available for omap5
36MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen"