summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-01-26 01:43:11 +0000
committerRyan Eatmon <reatmon@ti.com>2023-01-31 14:44:38 -0600
commitf843fa1914896358911b52eba7052ba1996a6919 (patch)
tree39069444281a91514eb60bb284fa8f0532396bba /meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf
parent0b3fa09a5f0bddcedeadc90e694aa098b7fd1733 (diff)
downloadmeta-ti-f843fa1914896358911b52eba7052ba1996a6919.tar.gz
meta-ti-bsp: add BeagleBone AI-64 support
BeagleBone AI-64 (https://beagleboard.org/ai-64) uses Texas Instruments Jacinto TDA4VM/J721e SoC. Officially BeagleBone AI-64 supports Debian Linux and builds its BSP on top of meta-ti and TI SDK, but adds custom DTBs and DTBO overlays, plus integrates other drivers and features. Let's add corresponding recipes for beagleboard.org kernel and u-boot along with the BeagleBone AI-64 machine config. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf')
-rw-r--r--meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf b/meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf
new file mode 100644
index 00000000..21b8702b
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf
@@ -0,0 +1,22 @@
1#@TYPE: Machine
2#@NAME: BeagleBone AI-64 (R5F)
3#@DESCRIPTION: Machine configuration for the BeagleBone AI-64 (R5F core)
4
5require conf/machine/include/k3r5.inc
6
7PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org"
8PREFERRED_PROVIDER_u-boot = "u-boot-bb.org"
9
10SYSFW_SOC = "j721e"
11SYSFW_CONFIG = "evm"
12SYSFW_SUFFIX = "gp"
13
14SPL_BINARY = "spl/u-boot-spl.${UBOOT_SUFFIX}"
15SPL_SYMLINK = "u-boot-r5spl.${UBOOT_SUFFIX}"
16UBOOT_BINARY = "tiboot3.${UBOOT_SUFFIX}"
17UBOOT_IMAGE = "tiboot3-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
18UBOOT_SYMLINK = "tiboot3-${MAINMACHINE}.${UBOOT_SUFFIX}"
19
20UBOOT_MACHINE = "j721e_evm_r5_defconfig"
21
22TI_SECURE_DEV_PKG_K3 = "none"