summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-04-07 20:36:35 +0000
committerRyan Eatmon <reatmon@ti.com>2023-04-10 11:21:14 -0500
commit381b997f95f1088fe5171b9d2e4cc25ab13df964 (patch)
tree90c9330d49ec0a9859f1d46b00ddf709c3d835cd /meta-ti-bsp/conf/machine/beagleplay-k3r5.conf
parentef63c5296056b426c05b31fd55a264eaa89bf138 (diff)
downloadmeta-ti-381b997f95f1088fe5171b9d2e4cc25ab13df964.tar.gz
machine: beagleplay: add new BeaglePlay platform
* Add configs for BeaglePlay Cortex-A53 and Cortex-R5F cores (am62xx SoC family) * Uses corresponding linux-bb.org and u-boot-bb.org recipes * U-boot for now uses a separate branch for BeaglePlay Cc: Robert Nelson <robertcnelson@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/beagleplay-k3r5.conf')
-rw-r--r--meta-ti-bsp/conf/machine/beagleplay-k3r5.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf b/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf
new file mode 100644
index 00000000..c40615c9
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf
@@ -0,0 +1,14 @@
1#@TYPE: Machine
2#@NAME: BeaglePlay (R5F)
3#@DESCRIPTION: Machine configuration for the BeaglePlay (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 = "am62x"
11SYSFW_CONFIG = "evm"
12SYSFW_SUFFIX = "gp"
13
14UBOOT_MACHINE = "am62x_evm_r5_defconfig"