diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-05-05 02:41:56 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-05-05 05:22:25 +0000 |
commit | f814840465358a6b5429ad20165742ac6e6e6a29 (patch) | |
tree | 7d422cc4b43da9ff25101378375ebc2f2356fd32 /conf/multiconfig | |
parent | 79e77ea1cf5b5370162b13f1f78c354d96b7b513 (diff) | |
download | meta-ti-f814840465358a6b5429ad20165742ac6e6e6a29.tar.gz |
conf, recipes-bsp: support building for K3 R5F cores via multiconfig
K3 Multicore SoC architecture defines different functional domains, each
containing specific processing cores and peripherals. Early boot is normally
handled by running bootloader and loading SYSFW on MCU Cortex-R5F core:
https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tree/board/ti/am65x/README
https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tree/board/ti/j721e/README
This change adds support for building bootloader and SYSFW ITB image for
K3 Cortex-R5F cores via multiconfig.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/multiconfig')
-rw-r--r-- | conf/multiconfig/k3r5-sr2.conf | 3 | ||||
-rw-r--r-- | conf/multiconfig/k3r5.conf | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/conf/multiconfig/k3r5-sr2.conf b/conf/multiconfig/k3r5-sr2.conf new file mode 100644 index 00000000..17082141 --- /dev/null +++ b/conf/multiconfig/k3r5-sr2.conf | |||
@@ -0,0 +1,3 @@ | |||
1 | require k3r5.conf | ||
2 | |||
3 | MACHINE_append = "-sr2" | ||
diff --git a/conf/multiconfig/k3r5.conf b/conf/multiconfig/k3r5.conf new file mode 100644 index 00000000..8c8f0c3f --- /dev/null +++ b/conf/multiconfig/k3r5.conf | |||
@@ -0,0 +1,5 @@ | |||
1 | MAINMACHINE := "${MACHINE}" | ||
2 | |||
3 | DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MAINMACHINE}" | ||
4 | |||
5 | MACHINE_append = "-k3r5" | ||