summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJudith Mendez <jm@ti.com>2025-12-17 17:53:14 -0600
committerRyan Eatmon <reatmon@ti.com>2025-12-18 18:42:38 -0600
commit5d61bafe6eec53c2264b4d0523f3c3651038c08e (patch)
tree530ea26d71e69a3ea3d66a7142d0792cb6fa00a6
parentda65de7886ce6572c9c4fe7224039c40192a6c5e (diff)
downloadmeta-ti-5d61bafe6eec53c2264b4d0523f3c3651038c08e.tar.gz
beaglebadge-ti: Add support for BeagleBadge
Add support for the BeagleBadge which is an AM62L based device that requires new build configuration for U-Boot and TF-A sources. Signed-off-by: Judith Mendez <jm@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/beaglebadge-ti.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/beaglebadge-ti.conf b/meta-ti-bsp/conf/machine/beaglebadge-ti.conf
new file mode 100644
index 00000000..d62730ed
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/beaglebadge-ti.conf
@@ -0,0 +1,21 @@
1#@TYPE: Machine
2#@NAME: AM62L Badge
3#@DESCRIPTION: Machine configuration for the TI AM62L Badge
4
5require conf/machine/include/am62lxx.inc
6
7IMAGE_FSTYPES += "ubifs ubi"
8
9MKUBIFS_ARGS ?= "-F -m 4096 -e 258048 -c 8500"
10
11UBINIZE_ARGS ?= "-m 4096 -p 256KiB -s 1024 -O 1024"
12
13KERNEL_DEVICETREE_PREFIX = " \
14 ti/k3-am62l3-badge \
15"
16
17KERNEL_DEVICETREE = ""
18
19UBOOT_MACHINE = "am62lx_badge_defconfig"
20
21TFA_BOARD = "am62l-badge"