summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-11-04 22:46:28 +0000
committerRyan Eatmon <reatmon@ti.com>2022-11-23 16:08:24 -0600
commitb8616f46278459f69ce3b13555030f855b36906c (patch)
tree662db48c1e23ed6a00f6cf4d8cf93dd4ec7d93e9 /meta-ti-bsp
parent3395cb0bcc85e31817111747b7a44c112e14916f (diff)
downloadmeta-ti-b8616f46278459f69ce3b13555030f855b36906c.tar.gz
conf: machine: am64xx: Move multi-config targets into base SoC include
The supported device types depends on the SoC, not on any specific board or EVM. Any board can be populated with any of the 3 supported AM64x types. Move these into the AM64x common include. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp')
-rw-r--r--meta-ti-bsp/conf/machine/am64xx-evm.conf12
-rw-r--r--meta-ti-bsp/conf/machine/include/am64xx.inc13
2 files changed, 13 insertions, 12 deletions
diff --git a/meta-ti-bsp/conf/machine/am64xx-evm.conf b/meta-ti-bsp/conf/machine/am64xx-evm.conf
index 67f1be5b..c6ba2a87 100644
--- a/meta-ti-bsp/conf/machine/am64xx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am64xx-evm.conf
@@ -5,15 +5,3 @@
5require conf/machine/include/am64xx.inc 5require conf/machine/include/am64xx.inc
6 6
7UBOOT_MACHINE = "am64x_evm_a53_defconfig" 7UBOOT_MACHINE = "am64x_evm_a53_defconfig"
8
9# Since default tiboot3.bin on AM64x is for SR2.0 HS-FS, add a version for GP
10BBMULTICONFIG += "k3r5-gp"
11IMAGE_BOOT_FILES += "tiboot3-am64x-gp-evm.bin"
12do_image_wic[mcdepends] += "mc::k3r5-gp:ti-sci-fw:do_deploy"
13do_image_tar[mcdepends] += "mc::k3r5-gp:ti-sci-fw:do_deploy"
14
15# Since default tiboot3.bin on AM64x is for SR2.0 HS-FS, add a version for SR2.0 HS-SE
16BBMULTICONFIG += "k3r5-sr2-hs-se"
17IMAGE_BOOT_FILES += "tiboot3-am64x_sr2-hs-evm.bin"
18do_image_wic[mcdepends] += "mc::k3r5-sr2-hs-se:ti-sci-fw:do_deploy"
19do_image_tar[mcdepends] += "mc::k3r5-sr2-hs-se:ti-sci-fw:do_deploy"
diff --git a/meta-ti-bsp/conf/machine/include/am64xx.inc b/meta-ti-bsp/conf/machine/include/am64xx.inc
index 4d26732c..055f6036 100644
--- a/meta-ti-bsp/conf/machine/include/am64xx.inc
+++ b/meta-ti-bsp/conf/machine/include/am64xx.inc
@@ -14,10 +14,23 @@ KERNEL_DEVICETREE = " \
14 ti/k3-am642-evm-nand.dtbo \ 14 ti/k3-am642-evm-nand.dtbo \
15" 15"
16 16
17# Default tiboot3.bin on AM64x is for SR2.0 HS-FS
17BBMULTICONFIG = "k3r5-sr2-hs-fs" 18BBMULTICONFIG = "k3r5-sr2-hs-fs"
18do_image_wic[mcdepends] = "mc::k3r5-sr2-hs-fs:ti-sci-fw:do_deploy" 19do_image_wic[mcdepends] = "mc::k3r5-sr2-hs-fs:ti-sci-fw:do_deploy"
19do_image_tar[mcdepends] = "mc::k3r5-sr2-hs-fs:ti-sci-fw:do_deploy" 20do_image_tar[mcdepends] = "mc::k3r5-sr2-hs-fs:ti-sci-fw:do_deploy"
20 21
22# Since default tiboot3.bin on AM64x is for SR2.0 HS-FS, add a version for GP
23BBMULTICONFIG += "k3r5-gp"
24IMAGE_BOOT_FILES += "tiboot3-am64x-gp-evm.bin"
25do_image_wic[mcdepends] += "mc::k3r5-gp:ti-sci-fw:do_deploy"
26do_image_tar[mcdepends] += "mc::k3r5-gp:ti-sci-fw:do_deploy"
27
28# Since default tiboot3.bin on AM64x is for SR2.0 HS-FS, add a version for SR2.0 HS-SE
29BBMULTICONFIG += "k3r5-sr2-hs-se"
30IMAGE_BOOT_FILES += "tiboot3-am64x_sr2-hs-evm.bin"
31do_image_wic[mcdepends] += "mc::k3r5-sr2-hs-se:ti-sci-fw:do_deploy"
32do_image_tar[mcdepends] += "mc::k3r5-sr2-hs-se:ti-sci-fw:do_deploy"
33
21TFA_BOARD = "lite" 34TFA_BOARD = "lite"
22OPTEEMACHINE = "k3-am64x" 35OPTEEMACHINE = "k3-am64x"
23OPTEEOUTPUTMACHINE = "k3" 36OPTEEOUTPUTMACHINE = "k3"