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