summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChirag Shilwant <c-shilwant@ti.com>2023-09-15 16:45:23 +0530
committerRyan Eatmon <reatmon@ti.com>2023-09-20 17:30:56 -0500
commit556bda07c9be9cb68c356a2c43222d7429cb5d0c (patch)
tree7012e6911aa3cf7537893a427f26253d13825064
parentb07c6fa5562ec682a46080a3f3bf12dc7e963803 (diff)
downloadmeta-ti-556bda07c9be9cb68c356a2c43222d7429cb5d0c.tar.gz
conf: machine: Add am62xxsip-evm configuration
- Add A53 and R5 machine configurations for am62xxsip-evm. - Use UBOOT_CONFIG_FRAGMENTS as am62xsip_sk_r5.config in R5 machine configuration. This will ensure we build u-boot-r5 with baseconfig as am62x_evm_r5_defconfig and config fragment as am62xsip_sk_r5.config. Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> Reviewed-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf16
-rw-r--r--meta-ti-bsp/conf/machine/am62xxsip-evm.conf13
2 files changed, 29 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf
new file mode 100644
index 00000000..0daff2b9
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf
@@ -0,0 +1,16 @@
1#@TYPE: Machine
2#@NAME: AM62XX SIP EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI AM62xx SIP EVM (R5F core)
4
5require conf/machine/include/k3r5.inc
6
7SYSFW_SOC = "am62x"
8SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "hs-fs"
10
11UBOOT_MACHINE = "am62x_evm_r5_defconfig"
12
13# UBOOT_CONFIG_FRAGMENTS holds the list of u-boot config fragments which has to be build
14# along with the base defconfig mentioned in UBOOT_MACHINE. Refer u-boot-mergeconfig.inc
15# under meta-ti-bsp/recipes-bsp/u-boot/ for more details.
16UBOOT_CONFIG_FRAGMENTS = "am62xsip_sk_r5.config"
diff --git a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
new file mode 100644
index 00000000..dc4f3b77
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
@@ -0,0 +1,13 @@
1#@TYPE: Machine
2#@NAME: AM62XX SIP EVM
3#@DESCRIPTION: Machine configuration for the TI AM62XX SIP EVM
4
5require conf/machine/include/am62xx.inc
6
7KERNEL_DEVICETREE_PREFIX = "ti/k3-am625"
8
9KERNEL_DEVICETREE = " \
10 ti/k3-am625-sk.dtb \
11"
12
13UBOOT_MACHINE = "am62x_evm_a53_defconfig"