summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/am65xx.inc
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-05-25 13:11:31 -0500
committerRyan Eatmon <reatmon@ti.com>2023-06-06 08:24:37 -0500
commit79c2fbfeb273a5f6452a61e8c6bfe47dc078810d (patch)
tree80198feea1421a96a4c9fe7e6fdf4c8bba32291d /meta-ti-bsp/conf/machine/include/am65xx.inc
parentdf7c7e627de8e5b92ef5fa8d97e023ad4d15d9c6 (diff)
downloadmeta-ti-79c2fbfeb273a5f6452a61e8c6bfe47dc078810d.tar.gz
conf: machine: Switch all the machines over to U-Boot binman
Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/am65xx.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/am65xx.inc13
1 files changed, 5 insertions, 8 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am65xx.inc b/meta-ti-bsp/conf/machine/include/am65xx.inc
index 10d2f293..548a96f2 100644
--- a/meta-ti-bsp/conf/machine/include/am65xx.inc
+++ b/meta-ti-bsp/conf/machine/include/am65xx.inc
@@ -12,16 +12,13 @@ KERNEL_DEVICETREE = " \
12 ti/k3-am654-base-board.dtb \ 12 ti/k3-am654-base-board.dtb \
13" 13"
14 14
15# On AM65x the file tiboot3.bin comes from the bootloader not ti-sci-fw 15IMAGE_BOOT_FILES += "sysfw.itb"
16do_image_complete[mcdepends] += "mc::k3r5:virtual/bootloader:do_deploy"
17 16
18# Default sysfw.itb on AM65x is for SR2.0 17# Default sysfw.itb on AM65x is for GP
19BBMULTICONFIG += "k3r5-sr2" 18IMAGE_BOOT_FILES += "sysfw-am65x-gp-evm.itb"
20do_image_complete[mcdepends] += "mc::k3r5-sr2:ti-sci-fw:do_deploy"
21IMAGE_BOOT_FILES += "sysfw.itb sysfw-am65x_sr2-${SYSFW_SUFFIX}-evm.itb"
22 19
23# Since default sysfw.itb on AM65x is for SR2.0, add a version for SR1.0 20# Since default sysfw.itb on AM65x is for GP, add a version for HS-SE
24IMAGE_BOOT_FILES += "sysfw-am65x-${SYSFW_SUFFIX}-evm.itb" 21IMAGE_BOOT_FILES += "sysfw-am65x-hs-evm.itb"
25 22
26TFA_BOARD = "generic" 23TFA_BOARD = "generic"
27 24