1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-31 07:50:52 +00:00

machine configs: Add SGX to MACHINE_FEATURES

* Add sgx to MACHINE_FEATURES to indicate that a particular machine supports
  sgx.
* TI chips are available in multiple variants including some that supports sgx
  while others do not.
* By adding sgx as a machine feature other layers can create generic
  packagegroups or images for a particular soc but will only include sgx
  dependencies if the particular machine has sgx support.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Franklin S. Cooper Jr
2013-02-18 22:45:16 -06:00
committed by Denys Dmytriyenko
parent 233882aa2b
commit e851afed41
13 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -43,4 +43,4 @@ PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
UBOOT_ARCH = "arm"
UBOOT_MACHINE = "am335x_evm_config"
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen"
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen sgx"
+1 -1
View File
@@ -30,7 +30,7 @@ UBOOT_ARCH = "arm"
UBOOT_MACHINE = "am3517_evm_config"
XLOAD_MACHINE = "am3517evm_config"
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen ethernet"
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen ethernet sgx"
# NOTE: there are NAND and OneNAND versions of this board...
+1 -1
View File
@@ -29,7 +29,7 @@ UBOOT_ARCH = "arm"
UBOOT_MACHINE = "omap3_evm_config"
XLOAD_MACHINE = "omap3evm_config"
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen"
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen sgx"
# NOTE: there are NAND and OneNAND versions of this board...
+2
View File
@@ -5,3 +5,5 @@
require conf/machine/include/ti814x.inc
IMAGE_FSTYPES += "ubi tar.gz"
MACHINE_FEATURES += "sgx"
+2
View File
@@ -5,3 +5,5 @@
require conf/machine/include/ti816x.inc
IMAGE_FSTYPES += "ubi tar.gz"
MACHINE_FEATURES += "sgx"
+1 -1
View File
@@ -45,7 +45,7 @@ MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
# and sdio
MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"
MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa sgx"
# For a modularized kernel we want to drag in networking, sound, rtc etc."
MACHINE_EXTRA_RRECOMMENDS = "kernel-module-smsc95xx kernel-module-snd-soc-twl4030 kernel-module-rtc-twl \
+1 -1
View File
@@ -23,4 +23,4 @@ SERIAL_CONSOLE = "115200 ttyO0"
UBOOT_MACHINE = "am335x_evm_config"
# and sdio
MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"
MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa sgx"
+2
View File
@@ -3,3 +3,5 @@
#@DESCRIPTION: Machine configuration for the c6a814x evm
require conf/machine/include/ti814x.inc
MACHINE_FEATURES += "sgx"
+2
View File
@@ -3,3 +3,5 @@
#@DESCRIPTION: Machine configuration for the c6a816x evm
require conf/machine/include/ti816x.inc
MACHINE_FEATURES += "sgx"
+2
View File
@@ -3,3 +3,5 @@
#@DESCRIPTION: Machine configuration for the DM814x evm
require conf/machine/include/ti814x.inc
MACHINE_FEATURES += "sgx"
+1 -1
View File
@@ -43,4 +43,4 @@ MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
# and sdio
MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa touchscreen"
MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa touchscreen sgx"
+1 -1
View File
@@ -30,7 +30,7 @@ UBOOT_ARCH = "arm"
UBOOT_MACHINE = "omap3_evm_config"
XLOAD_MACHINE = "omap3evm_config"
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen"
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen sgx"
# NOTE: there are NAND and OneNAND versions of this board...
+1 -1
View File
@@ -13,6 +13,6 @@ IMAGE_FSTYPES += "tar.bz2"
SERIAL_CONSOLE = "115200 ttyO2"
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
MACHINE_FEATURES = "kernel26 wifi bluetooth alsa apm ext2 screen touchscreen usbgadget usbhost vfat"
MACHINE_FEATURES = "kernel26 wifi bluetooth alsa apm ext2 screen touchscreen usbgadget usbhost vfat sgx"