From 5d61bafe6eec53c2264b4d0523f3c3651038c08e Mon Sep 17 00:00:00 2001 From: Judith Mendez Date: Wed, 17 Dec 2025 17:53:14 -0600 Subject: [PATCH] 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 Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/beaglebadge-ti.conf | 21 ++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta-ti-bsp/conf/machine/beaglebadge-ti.conf 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 @@ +#@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"