From f814840465358a6b5429ad20165742ac6e6e6a29 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 5 May 2020 02:41:56 +0000 Subject: 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 --- conf/multiconfig/k3r5.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 conf/multiconfig/k3r5.conf (limited to 'conf/multiconfig/k3r5.conf') 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 @@ +MAINMACHINE := "${MACHINE}" + +DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MAINMACHINE}" + +MACHINE_append = "-k3r5" -- cgit v1.2.3-54-g00ecf