summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/am62axx-evm-k3r5-hs-se.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp/conf/machine/am62axx-evm-k3r5-hs-se.conf')
-rw-r--r--meta-ti-bsp/conf/machine/am62axx-evm-k3r5-hs-se.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am62axx-evm-k3r5-hs-se.conf b/meta-ti-bsp/conf/machine/am62axx-evm-k3r5-hs-se.conf
new file mode 100644
index 00000000..c7cb0681
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/am62axx-evm-k3r5-hs-se.conf
@@ -0,0 +1,22 @@
1#@TYPE: Machine
2#@NAME: AM62A HS-SE EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI AM62A HS-SE EVM (R5F core)
4
5# Booting HS-SE requires different SYSFW, the rest is handled at runtime
6
7require conf/machine/include/k3r5.inc
8SOC_FAMILY:append = ":k3r5-hs-se"
9
10SYSFW_SOC = "am62ax"
11SYSFW_CONFIG = "evm"
12SYSFW_SUFFIX = "hs"
13
14SYSFW_TIBOOT3_SYMLINK = ""
15SYSFW_SYMLINK = ""
16
17UBOOT_MACHINE = "am62ax_evm_r5_defconfig"
18
19SPL_BINARY = ""
20UBOOT_BINARY = "u-boot-spl.${UBOOT_SUFFIX}"
21UBOOT_IMAGE = "u-boot-r5spl-hs-se-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
22UBOOT_SYMLINK = "u-boot-r5spl-hs-se.${UBOOT_SUFFIX}"