summaryrefslogtreecommitdiffstats
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-17 13:44:25 -0500
commitbbb2029f8461bb8b9a592aefad52743c076332c1 (patch)
tree0d0126d9583d7a340030fc769af4f5348d5a5490
parent6efc41de6036c99549f4720ac8fab3dda154e970 (diff)
downloadmeta-ti-bbb2029f8461bb8b9a592aefad52743c076332c1.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>
-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"