summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/am62xx-evm-k3r5-gp.conf
diff options
context:
space:
mode:
authorChirag Shilwant <c-shilwant@ti.com>2023-03-20 04:12:03 +0000
committerRyan Eatmon <reatmon@ti.com>2023-03-20 16:45:07 -0500
commit12bb9e20cafbab6ef835313c380116090684601e (patch)
tree56bed443ef6d36e6d17caa72f88c69679e9ea310 /meta-ti-bsp/conf/machine/am62xx-evm-k3r5-gp.conf
parent55febdf04f102dfbfc5fee665e14395bcd5fde75 (diff)
downloadmeta-ti-12bb9e20cafbab6ef835313c380116090684601e.tar.gz
machine: Add AM62x HS-SE evm configuration
Lets add the basic AM62x HS-SE configuration. - Add machine conf for AM62x HS-SE. - The wic images will boot on AM62x GP devices by default. - To boot on AM62x HS-SE, simply switch out the SYSFW image: $ cd /mnt/sd-card/boot $ mv tiboot3-am62x-hs-evm.bin tiboot3.bin - Add ti-sci-firmware overrides. - Add support to sign ATF and OPTEE. Signed-off-by: Chirag Shilwant <c-shilwant@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/am62xx-evm-k3r5-gp.conf')
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-evm-k3r5-gp.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5-gp.conf b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5-gp.conf
new file mode 100644
index 00000000..d9867bc7
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5-gp.conf
@@ -0,0 +1,14 @@
1#@TYPE: Machine
2#@NAME: AM62XX EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI AM62xx EVM (R5F core)
4
5require conf/machine/include/k3r5.inc
6
7SYSFW_SOC = "am62x"
8SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "gp"
10
11UBOOT_MACHINE = "am62x_evm_r5_defconfig"
12
13UBOOT_BINARY = "u-boot-spl.${UBOOT_SUFFIX}"
14UBOOT_IMAGE = "u-boot-r5spl-gp-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"