diff mbox series

[meta-ti,scarthgap,v3,1/2] beaglebadge-ti: Add support for BeagleBadge

Message ID 20251217235315.1333746-2-jm@ti.com
State Under Review
Delegated to: Ryan Eatmon
Headers show
Series Add support for BeagleBadge | expand

Commit Message

Judith Mendez Dec. 17, 2025, 11:53 p.m. UTC
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>
---
Changes since v2:
- Fix commit header
---
 meta-ti-bsp/conf/machine/beaglebadge-ti.conf | 22 ++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 meta-ti-bsp/conf/machine/beaglebadge-ti.conf
diff mbox series

Patch

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..ff870c92
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/beaglebadge-ti.conf
@@ -0,0 +1,22 @@ 
+#@TYPE: Machine
+#@NAME: AM62L Badge
+#@DESCRIPTION: Machine configuration for the TI AM62L Badge
+
+require conf/machine/include/am62lxx.inc
+
+IMAGE_FSTYPES += "ubifs ubi"
+
+MKUBIFS_ARGS ?= "-F -m 4096 -e 258048 -c 8500"
+
+UBINIZE_ARGS ?= "-m 4096 -p 256KiB -s 1024 -O 1024"
+
+KERNEL_DEVICETREE_PREFIX = " \
+    ti/k3-am62l3-badge \
+"
+
+KERNEL_DEVICETREE = ""
+
+UBOOT_MACHINE = "am62lx_badge_defconfig"
+
+TFA_BOARD = "am62l-badge"
+