diff options
Diffstat (limited to 'conf/machine')
| -rw-r--r-- | conf/machine/j7-hs-evm-k3r5-sr1-1.conf | 11 | ||||
| -rw-r--r-- | conf/machine/j7-hs-evm.conf | 8 |
2 files changed, 19 insertions, 0 deletions
diff --git a/conf/machine/j7-hs-evm-k3r5-sr1-1.conf b/conf/machine/j7-hs-evm-k3r5-sr1-1.conf new file mode 100644 index 00000000..73f5afd6 --- /dev/null +++ b/conf/machine/j7-hs-evm-k3r5-sr1-1.conf | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: J7 SR1.1 HS EVM (R5F) | ||
| 3 | #@DESCRIPTION: Machine configuration for the TI J7 SR1.1 HS EVM (R5F core) | ||
| 4 | |||
| 5 | # Booting SR1.1 requires different SYSFW, the rest is handled at runtime | ||
| 6 | |||
| 7 | require conf/machine/j7-hs-evm-k3r5.conf | ||
| 8 | SOC_FAMILY:append = ":k3r5-sr1-1" | ||
| 9 | |||
| 10 | SYSFW_SOC = "j721e_sr1_1" | ||
| 11 | SYSFW_SYMLINK = "sysfw.itb" | ||
diff --git a/conf/machine/j7-hs-evm.conf b/conf/machine/j7-hs-evm.conf index 70e14754..ab0fa474 100644 --- a/conf/machine/j7-hs-evm.conf +++ b/conf/machine/j7-hs-evm.conf | |||
| @@ -19,4 +19,12 @@ SPL_BINARYNAME = "tispl.bin" | |||
| 19 | UBOOT_BINARY = "u-boot.img_HS" | 19 | UBOOT_BINARY = "u-boot.img_HS" |
| 20 | IMAGE_BOOT_FILES = "${UBOOT_BINARY}" | 20 | IMAGE_BOOT_FILES = "${UBOOT_BINARY}" |
| 21 | 21 | ||
| 22 | BBMULTICONFIG += "k3r5-sr1-1" | ||
| 23 | |||
| 24 | # Use default IMAGE_BOOT_FILES_LEGACY files | ||
| 25 | # Since default sysfw.itb on J7 is for SR1.1, add a version for SR1.0 | ||
| 26 | IMAGE_BOOT_FILES += "sysfw-j7-hs-evm.itb" | ||
| 27 | do_image_wic[mcdepends] += "mc::k3r5-sr1-1:ti-sci-fw:do_deploy" | ||
| 28 | do_image_tar[mcdepends] += "mc::k3r5-sr1-1:ti-sci-fw:do_deploy" | ||
| 29 | |||
| 22 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}" | 30 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}" |
