All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][master/scarthgap][PATCH] conf: machine: Update am62xxsip-evm for multi-BSP support
@ 2024-06-17  8:33 Chirag Shilwant
  2024-06-17 13:44 ` Ryan Eatmon
  2024-06-17 15:44 ` Denys Dmytriyenko
  0 siblings, 2 replies; 3+ messages in thread
From: Chirag Shilwant @ 2024-06-17  8:33 UTC (permalink / raw)
  To: meta-ti; +Cc: Ryan Eatmon, Gyan Gupta, Denys

Update am62xxsip-evm machine configuration to support
TI kernel 6.1 & ti-u-boot-2024.04

Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
---
 meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf | 4 ++++
 meta-ti-bsp/conf/machine/am62xxsip-evm.conf      | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf
index c35edc6e..55bc530b 100644
--- a/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf
@@ -9,3 +9,7 @@ SYSFW_CONFIG = "evm"
 SYSFW_SUFFIX = "hs-fs"
 
 UBOOT_MACHINE = "am62xsip_evm_r5_defconfig"
+
+UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_r5_defconfig"
+
+UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "am62xsip_sk_r5.config"
diff --git a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
index 38fe04c9..8104329e 100644
--- a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
@@ -14,3 +14,5 @@ KERNEL_DEVICETREE = " \
 "
 
 UBOOT_MACHINE = "am62xsip_evm_a53_defconfig"
+
+UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_a53_defconfig"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-06-17 15:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-17  8:33 [meta-ti][master/scarthgap][PATCH] conf: machine: Update am62xxsip-evm for multi-BSP support Chirag Shilwant
2024-06-17 13:44 ` Ryan Eatmon
2024-06-17 15:44 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.