summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp
diff options
context:
space:
mode:
authorAniket Limaye <a-limaye@ti.com>2024-06-10 18:16:57 +0530
committerRyan Eatmon <reatmon@ti.com>2024-06-18 11:28:47 -0500
commitf8ae46b1f9bc1b22966ed8318072f3f2b3e6cbe4 (patch)
tree07fccaf805440dbbc4bc2c30769f6fddab1e2fbe /meta-ti-bsp
parent1d070daf6ee9b7748aeb0a4d9028a393e94f444b (diff)
downloadmeta-ti-f8ae46b1f9bc1b22966ed8318072f3f2b3e6cbe4.tar.gz
conf: machine: add j721e-sk machine-configuration
As of commit [1] there will be a separate defconfig to build u-boot for j721e-evm and j721e-sk. Hence, introduce new yocto machine configs for j721e-sk. [1]: https://source.denx.de/u-boot/u-boot/-/commit/c9507f07a1d6c92bd1f73fd64384f8c5994be9c2 Signed-off-by: Aniket Limaye <a-limaye@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp')
-rw-r--r--meta-ti-bsp/conf/machine/j721e-sk-k3r5.conf11
-rw-r--r--meta-ti-bsp/conf/machine/j721e-sk.conf16
2 files changed, 27 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/j721e-sk-k3r5.conf b/meta-ti-bsp/conf/machine/j721e-sk-k3r5.conf
new file mode 100644
index 00000000..45eaabb6
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/j721e-sk-k3r5.conf
@@ -0,0 +1,11 @@
1#@TYPE: Machine
2#@NAME: J721e SK (R5F)
3#@DESCRIPTION: Machine configuration for the TI J721e SK (R5F core)
4
5require conf/machine/include/k3r5.inc
6
7SYSFW_SOC = "j721e"
8SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "gp"
10
11UBOOT_MACHINE = "j721e_sk_r5_defconfig"
diff --git a/meta-ti-bsp/conf/machine/j721e-sk.conf b/meta-ti-bsp/conf/machine/j721e-sk.conf
new file mode 100644
index 00000000..a7a9578d
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/j721e-sk.conf
@@ -0,0 +1,16 @@
1#@TYPE: Machine
2#@NAME: J721e SK
3#@DESCRIPTION: Machine configuration for the TI J721e SK
4
5require conf/machine/include/j721e.inc
6
7KERNEL_DEVICETREE_PREFIX = " \
8 ti/k3-j721e-sk \
9 ti/k3-fpdlink \
10"
11
12KERNEL_DEVICETREE = " \
13 ti/k3-j721e-sk.dtb \
14"
15
16UBOOT_MACHINE = "j721e_sk_a72_config"