summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf
diff options
context:
space:
mode:
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"