summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/k3.inc10
-rw-r--r--conf/machine/include/omap-a15.inc4
-rw-r--r--conf/machine/include/ti33x.inc4
-rw-r--r--conf/machine/include/ti43x.inc4
4 files changed, 22 insertions, 0 deletions
diff --git a/conf/machine/include/k3.inc b/conf/machine/include/k3.inc
index 8b836ea8..c9ff553d 100644
--- a/conf/machine/include/k3.inc
+++ b/conf/machine/include/k3.inc
@@ -31,3 +31,13 @@ UBI_VOLNAME = "rootfs"
31# List common SoC features, may need to add touchscreen for specific machines 31# List common SoC features, may need to add touchscreen for specific machines
32MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet pci gpu" 32MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet pci gpu"
33# Not ready yet - dsp mmip 33# Not ready yet - dsp mmip
34
35IMAGE_FSTYPES += "tar.xz wic.xz"
36
37# Please note that booting K3 platform also requires
38# tiboot3.bin and sysfw.itb, which are provided by meta-arago
39# u-boot-k3-r5 and ti-sci-fw recipes
40IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
41WKS_FILE ?= "sdimage-bootpart.wks"
42
43do_image_wic[depends] += "u-boot:do_deploy"
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc
index cc055365..1b9f653b 100644
--- a/conf/machine/include/omap-a15.inc
+++ b/conf/machine/include/omap-a15.inc
@@ -37,3 +37,7 @@ UBI_VOLNAME = "rootfs"
37 37
38# List common SoC features, may need to add touchscreen for specific machines 38# List common SoC features, may need to add touchscreen for specific machines
39MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu mmip dsp" 39MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu mmip dsp"
40
41IMAGE_FSTYPES += "tar.xz wic.xz"
42WKS_FILE ?= "sdimage-bootpart.wks"
43IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index 6f97361f..a744cd6f 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -58,3 +58,7 @@ MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa etherne
58# Set the list of device targets for ti-pdk class recipes 58# Set the list of device targets for ti-pdk class recipes
59TI_PDK_LIMIT_SOCS = "am335x" 59TI_PDK_LIMIT_SOCS = "am335x"
60TI_PDK_LIMIT_BOARDS = "evmAM335x icev2AM335x iceAMIC110 bbbAM335x skAM335x" 60TI_PDK_LIMIT_BOARDS = "evmAM335x icev2AM335x iceAMIC110 bbbAM335x skAM335x"
61
62IMAGE_FSTYPES += "tar.xz wic.xz"
63WKS_FILE ?= "sdimage-bootpart.wks"
64IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
index a0cc9cc7..252053c6 100644
--- a/conf/machine/include/ti43x.inc
+++ b/conf/machine/include/ti43x.inc
@@ -55,3 +55,7 @@ MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa etherne
55# Set the list of device targets for ti-pdk class recipes 55# Set the list of device targets for ti-pdk class recipes
56TI_PDK_LIMIT_SOCS = "am437x" 56TI_PDK_LIMIT_SOCS = "am437x"
57TI_PDK_LIMIT_BOARDS = "evmAM437x idkAM437x skAM437x" 57TI_PDK_LIMIT_BOARDS = "evmAM437x idkAM437x skAM437x"
58
59IMAGE_FSTYPES += "tar.xz wic.xz"
60WKS_FILE ?= "sdimage-bootpart.wks"
61IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"