summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/am64xx.inc
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-01-20 01:40:50 +0000
committerRyan Eatmon <reatmon@ti.com>2023-01-20 15:55:32 -0600
commit7edfe014a4633e0315796aa352a59b3f057055bc (patch)
tree1d139e86d4d3097b2b21a02a3b5c24b50e013175 /meta-ti-bsp/conf/machine/include/am64xx.inc
parent1a91eaabccd846c01c9a4cebf870eb26abc6acc5 (diff)
downloadmeta-ti-7edfe014a4633e0315796aa352a59b3f057055bc.tar.gz
conf: machine: Rework do_image_wic dependencies
The WIC image for K3 depends on the TI-SCI firmware, on AM65x and J721e also the bootloader. Make this clear by only depending on firmware in the base k3.inc file, then adding the bootloader dependency in AM65x and J721e specific includes. Remove unneeded overrides from the evm level files. Remove do_image_tar dependencies as the tar files do not include the bootloader nor TI-SCI firmware, only the boot partition of the WIC file needs these. 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/conf/machine/include/am64xx.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/am64xx.inc8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am64xx.inc b/meta-ti-bsp/conf/machine/include/am64xx.inc
index f1a91991..0fd15b90 100644
--- a/meta-ti-bsp/conf/machine/include/am64xx.inc
+++ b/meta-ti-bsp/conf/machine/include/am64xx.inc
@@ -17,19 +17,17 @@ KERNEL_DEVICETREE = " \
17# Default tiboot3.bin on AM64x is for SR2.0 HS-FS 17# Default tiboot3.bin on AM64x is for SR2.0 HS-FS
18BBMULTICONFIG = "k3r5-sr2-hs-fs" 18BBMULTICONFIG = "k3r5-sr2-hs-fs"
19do_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"
20do_image_tar[mcdepends] = "mc::k3r5-sr2-hs-fs:ti-sci-fw:do_deploy" 20IMAGE_BOOT_FILES += "tiboot3-am64x_sr2-hs-fs-evm.bin"
21 21
22# Since default tiboot3.bin on AM64x is for SR2.0 HS-FS, add a version for GP 22# Since default tiboot3.bin on AM64x is for SR2.0 HS-FS, add a version for GP
23BBMULTICONFIG += "k3r5-gp" 23BBMULTICONFIG += "k3r5-gp"
24IMAGE_BOOT_FILES += "tiboot3-am64x-gp-evm.bin"
25do_image_wic[mcdepends] += "mc::k3r5-gp:ti-sci-fw:do_deploy" 24do_image_wic[mcdepends] += "mc::k3r5-gp:ti-sci-fw:do_deploy"
26do_image_tar[mcdepends] += "mc::k3r5-gp:ti-sci-fw:do_deploy" 25IMAGE_BOOT_FILES += "tiboot3-am64x-gp-evm.bin"
27 26
28# Since default tiboot3.bin on AM64x is for SR2.0 HS-FS, add a version for SR2.0 HS-SE 27# 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" 28BBMULTICONFIG += "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" 29do_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" 30IMAGE_BOOT_FILES += "tiboot3-am64x_sr2-hs-evm.bin"
33 31
34TFA_BOARD = "lite" 32TFA_BOARD = "lite"
35 33