diff options
Diffstat (limited to 'meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf | 22 |
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 | |||
5 | require conf/machine/include/k3r5.inc | ||
6 | |||
7 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org" | ||
8 | PREFERRED_PROVIDER_u-boot = "u-boot-bb.org" | ||
9 | |||
10 | SYSFW_SOC = "j721e" | ||
11 | SYSFW_CONFIG = "evm" | ||
12 | SYSFW_SUFFIX = "gp" | ||
13 | |||
14 | SPL_BINARY = "spl/u-boot-spl.${UBOOT_SUFFIX}" | ||
15 | SPL_SYMLINK = "u-boot-r5spl.${UBOOT_SUFFIX}" | ||
16 | UBOOT_BINARY = "tiboot3.${UBOOT_SUFFIX}" | ||
17 | UBOOT_IMAGE = "tiboot3-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" | ||
18 | UBOOT_SYMLINK = "tiboot3-${MAINMACHINE}.${UBOOT_SUFFIX}" | ||
19 | |||
20 | UBOOT_MACHINE = "j721e_evm_r5_defconfig" | ||
21 | |||
22 | TI_SECURE_DEV_PKG_K3 = "none" | ||