summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/am62axx.inc
diff options
context:
space:
mode:
authorSai Sree Kartheek Adivi <s-adivi@ti.com>2023-02-14 17:18:24 +0530
committerRyan Eatmon <reatmon@ti.com>2023-02-14 07:45:02 -0600
commit2bf12f5449405c6e1600775dee7e3a08f3ab623b (patch)
treece24c9e6efd851544aa8df996110c3b23a71f042 /conf/machine/include/am62axx.inc
parent937b57b6d63a4267b96f25ec15c2809f7f288f76 (diff)
downloadmeta-ti-2bf12f5449405c6e1600775dee7e3a08f3ab623b.tar.gz
am62axx-evm: Add AM62A HS-FS evm configuration
Lets add the basic AM62A configuration - Add machine conf for AM62A. - The wic images will boot on AM62A HS-FS devices by default. The sysfw image for GP and HS-SE will be packaged in the wic image as tiboot3-am62ax-gp-evm.bin and tiboot3-am62ax-hs-evm.bin respectively. - Add ti-sci-firmware overrides. - Sign ATF, OPTEE and RTOS Firmware. Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'conf/machine/include/am62axx.inc')
-rw-r--r--conf/machine/include/am62axx.inc18
1 files changed, 16 insertions, 2 deletions
diff --git a/conf/machine/include/am62axx.inc b/conf/machine/include/am62axx.inc
index 383d1c3f..6ee3accc 100644
--- a/conf/machine/include/am62axx.inc
+++ b/conf/machine/include/am62axx.inc
@@ -8,8 +8,22 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
8 8
9TFA_K3_SYSTEM_SUSPEND = "1" 9TFA_K3_SYSTEM_SUSPEND = "1"
10 10
11do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" 11# Default tiboot3.bin on AM62A is for HS-FS
12do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" 12BBMULTICONFIG = "k3r5-hs-fs"
13do_image_wic[mcdepends] = "mc::k3r5-hs-fs:ti-sci-fw:do_deploy"
14do_image_tar[mcdepends] = "mc::k3r5-hs-fs:ti-sci-fw:do_deploy"
15
16# Since default tiboot3.bin on AM62A is for HS-FS, add a version for GP
17BBMULTICONFIG += "k3r5-gp"
18IMAGE_BOOT_FILES += " tiboot3-am62ax-gp-evm.bin"
19do_image_wic[mcdepends] += "mc::k3r5-gp:ti-sci-fw:do_deploy"
20do_image_tar[mcdepends] += "mc::k3r5-gp:ti-sci-fw:do_deploy"
21
22# Since default tiboot3.bin on AM62A is for HS-FS, add a version for HS-SE
23BBMULTICONFIG += "k3r5-hs-se"
24IMAGE_BOOT_FILES += " tiboot3-am62ax-hs-evm.bin"
25do_image_wic[mcdepends] += "mc::k3r5-hs-se:ti-sci-fw:do_deploy"
26do_image_tar[mcdepends] += "mc::k3r5-hs-se:ti-sci-fw:do_deploy"
13 27
14TFA_BOARD = "lite" 28TFA_BOARD = "lite"
15OPTEEMACHINE = "k3-am62x" 29OPTEEMACHINE = "k3-am62x"