summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2021-04-01 05:57:34 +0000
committerPraneeth Bajjuri <praneeth@ti.com>2021-03-31 21:44:57 -0500
commit6d4a13deb0ce2398e032c6a4d7035bbf953375ab (patch)
tree5fa27f92e45f6a703929b4afbd0828ed57fac067 /conf
parentfbbeea534411c449779b918a57b50c65559feb8a (diff)
downloadmeta-ti-6d4a13deb0ce2398e032c6a4d7035bbf953375ab.tar.gz
conf/machine: am64xx: Consolidate image configuration to SoC include
IMAGE type and dependencies can easily be centralized to SoC include file. This is necessary to make sure that we don't do the duplication and having multiple places to fix up. Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/am64xx-evm.conf5
-rw-r--r--conf/machine/am64xx-sk.conf5
-rw-r--r--conf/machine/include/am64xx.inc4
3 files changed, 4 insertions, 10 deletions
diff --git a/conf/machine/am64xx-evm.conf b/conf/machine/am64xx-evm.conf
index 788b15ab..c6ba2a87 100644
--- a/conf/machine/am64xx-evm.conf
+++ b/conf/machine/am64xx-evm.conf
@@ -4,9 +4,4 @@
4 4
5require conf/machine/include/am64xx.inc 5require conf/machine/include/am64xx.inc
6 6
7IMAGE_BOOT_FILES = "tispl.bin u-boot.img"
8
9UBOOT_MACHINE = "am64x_evm_a53_defconfig" 7UBOOT_MACHINE = "am64x_evm_a53_defconfig"
10
11do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
12do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
diff --git a/conf/machine/am64xx-sk.conf b/conf/machine/am64xx-sk.conf
index 70c9c4f6..445ff723 100644
--- a/conf/machine/am64xx-sk.conf
+++ b/conf/machine/am64xx-sk.conf
@@ -4,13 +4,8 @@
4 4
5require conf/machine/include/am64xx.inc 5require conf/machine/include/am64xx.inc
6 6
7IMAGE_BOOT_FILES = "tispl.bin u-boot.img"
8
9UBOOT_MACHINE = "am64x_sk_a53_defconfig" 7UBOOT_MACHINE = "am64x_sk_a53_defconfig"
10 8
11do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
12do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
13
14KERNEL_DEVICETREE = " \ 9KERNEL_DEVICETREE = " \
15 ti/k3-am642-sk.dtb \ 10 ti/k3-am642-sk.dtb \
16" 11"
diff --git a/conf/machine/include/am64xx.inc b/conf/machine/include/am64xx.inc
index 20441d8a..56d01502 100644
--- a/conf/machine/include/am64xx.inc
+++ b/conf/machine/include/am64xx.inc
@@ -10,6 +10,10 @@ KERNEL_DEVICETREE = " \
10 ti/k3-am642-evm.dtb \ 10 ti/k3-am642-evm.dtb \
11" 11"
12 12
13IMAGE_BOOT_FILES = "tispl.bin u-boot.img"
14do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
15do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
16
13TFA_BOARD = "lite" 17TFA_BOARD = "lite"
14OPTEEMACHINE = "k3-am65x" 18OPTEEMACHINE = "k3-am65x"
15OPTEEOUTPUTMACHINE = "k3" 19OPTEEOUTPUTMACHINE = "k3"