mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
Going forward, the combined tiboot3.bin is going to be the standard. Only AM65x and J721e will still use the split boot. Set the output of U-Boot to be u-boot-spl.bin by default and override only for the two split boot platforms. This makes it easier to add new platforms and simplifies deployment logic. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
18 lines
503 B
Plaintext
18 lines
503 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: J7 EVM (R5F)
|
|
#@DESCRIPTION: Machine configuration for the TI J7 EVM (R5F core)
|
|
|
|
require conf/machine/include/k3r5.inc
|
|
|
|
SYSFW_SOC = "j721e"
|
|
SYSFW_CONFIG = "evm"
|
|
SYSFW_SUFFIX = "gp"
|
|
|
|
SPL_BINARY = "spl/u-boot-spl.${UBOOT_SUFFIX}"
|
|
SPL_SYMLINK = "u-boot-r5spl.${UBOOT_SUFFIX}"
|
|
UBOOT_BINARY = "tiboot3.${UBOOT_SUFFIX}"
|
|
UBOOT_IMAGE = "tiboot3-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
|
|
UBOOT_SYMLINK = "tiboot3-${MAINMACHINE}.${UBOOT_SUFFIX}"
|
|
|
|
UBOOT_MACHINE = "j721e_evm_r5_defconfig"
|