summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnshul Dalal <anshuld@ti.com>2025-03-21 19:14:42 +0530
committerRyan Eatmon <reatmon@ti.com>2025-03-25 14:49:52 -0500
commit05bea3ee345397297f356b10916cd0248dbdbb93 (patch)
treea057d8bdd15b6e6753fe211b4a03136d8bd19a48
parent6e615bbee08b82f2eff2fdb225c1187fcf858361 (diff)
downloadmeta-ti-05bea3ee345397297f356b10916cd0248dbdbb93.tar.gz
conf: machine: am62: Add FIT_CONF_DEFAULT_DTB
FIT_CONF_DEFAULT_DTB config specifies the default dtb file for the FIT image when multiple ones are provided[1]. Since the variable is not set in current machine configs, the default is set to the first dtb read during FIT image creation which doesn't give us direct control over the default configuration. Therefore this patch adds default dtbs for am62 evms. [1]: https://docs.yoctoproject.org/ref-manual/variables.html#term-FIT_CONF_DEFAULT_DTB Signed-off-by: Anshul Dalal <anshuld@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/am62axx-evm.conf2
-rw-r--r--meta-ti-bsp/conf/machine/am62pxx-evm.conf2
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-evm.conf2
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-lp-evm.conf2
-rw-r--r--meta-ti-bsp/conf/machine/am62xxsip-evm.conf2
5 files changed, 10 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am62axx-evm.conf b/meta-ti-bsp/conf/machine/am62axx-evm.conf
index a5d41856..faeb34a9 100644
--- a/meta-ti-bsp/conf/machine/am62axx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62axx-evm.conf
@@ -20,4 +20,6 @@ KERNEL_DEVICETREE = " \
20 ti/k3-am62x-sk-hdmi-audio.dtbo \ 20 ti/k3-am62x-sk-hdmi-audio.dtbo \
21" 21"
22 22
23FIT_CONF_DEFAULT_DTB = "ti/k3-am62a7-sk.dtb"
24
23UBOOT_MACHINE = "am62ax_evm_a53_defconfig" 25UBOOT_MACHINE = "am62ax_evm_a53_defconfig"
diff --git a/meta-ti-bsp/conf/machine/am62pxx-evm.conf b/meta-ti-bsp/conf/machine/am62pxx-evm.conf
index bb3c34a3..09f0d1fb 100644
--- a/meta-ti-bsp/conf/machine/am62pxx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62pxx-evm.conf
@@ -21,6 +21,8 @@ KERNEL_DEVICETREE = " \
21 ti/k3-am62x-sk-hdmi-audio.dtbo \ 21 ti/k3-am62x-sk-hdmi-audio.dtbo \
22" 22"
23 23
24FIT_CONF_DEFAULT_DTB = "ti/k3-am62p5-sk.dtb"
25
24UBOOT_MACHINE = "am62px_evm_a53_defconfig" 26UBOOT_MACHINE = "am62px_evm_a53_defconfig"
25 27
26# UBOOT_CONFIG_FRAGMENTS holds the list of u-boot config fragments which has to be build 28# UBOOT_CONFIG_FRAGMENTS holds the list of u-boot config fragments which has to be build
diff --git a/meta-ti-bsp/conf/machine/am62xx-evm.conf b/meta-ti-bsp/conf/machine/am62xx-evm.conf
index bf2b4a6b..c826439b 100644
--- a/meta-ti-bsp/conf/machine/am62xx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-evm.conf
@@ -31,4 +31,6 @@ KERNEL_DEVICETREE = " \
31 ti/k3-am62x-sk-hdmi-audio.dtbo \ 31 ti/k3-am62x-sk-hdmi-audio.dtbo \
32" 32"
33 33
34FIT_CONF_DEFAULT_DTB = "ti/k3-am625-sk.dtb"
35
34UBOOT_MACHINE = "am62x_evm_a53_defconfig" 36UBOOT_MACHINE = "am62x_evm_a53_defconfig"
diff --git a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
index 5a332b58..32d9eb31 100644
--- a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
@@ -22,4 +22,6 @@ KERNEL_DEVICETREE = " \
22 ti/k3-am62x-sk-hdmi-audio.dtbo \ 22 ti/k3-am62x-sk-hdmi-audio.dtbo \
23" 23"
24 24
25FIT_CONF_DEFAULT_DTB = "ti/k3-am62-lp-sk.dtb"
26
25UBOOT_MACHINE = "am62x_lpsk_a53_defconfig" 27UBOOT_MACHINE = "am62x_lpsk_a53_defconfig"
diff --git a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
index 8104329e..2ca2cbdb 100644
--- a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
@@ -13,6 +13,8 @@ KERNEL_DEVICETREE = " \
13 ti/k3-am625-sk.dtb \ 13 ti/k3-am625-sk.dtb \
14" 14"
15 15
16FIT_CONF_DEFAULT_DTB = "ti/k3-am625-sk.dtb"
17
16UBOOT_MACHINE = "am62xsip_evm_a53_defconfig" 18UBOOT_MACHINE = "am62xsip_evm_a53_defconfig"
17 19
18UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_a53_defconfig" 20UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_a53_defconfig"