* [PATCH v1 0/1] qcom: Rename QCS9100 defconfig to Lemans defconfig
@ 2026-04-17 9:39 Aswin Murugan
2026-04-17 9:39 ` [PATCH v1 1/1] configs: Rename qcs9100 defconfig to lemans defconfig Aswin Murugan
0 siblings, 1 reply; 5+ messages in thread
From: Aswin Murugan @ 2026-04-17 9:39 UTC (permalink / raw)
To: casey.connolly, neil.armstrong, sumit.garg, trini, quic_varada,
balaji.selvanathan, dlechner, aswin.murugan, u-boot-qcom, u-boot
This patch renames the existing qcom_qcs9100_defconfig to
qcom_lemans_defconfig and updates the defconfig to select the
Lemans EVK device tree instead of the QCS9100 Ride R3 DTS.
This change depends on the patch [1], which introduces the Lemans EVK
override DTS
[1] https://lore.kernel.org/u-boot/20260415052659.507928-1-sumit.garg@kernel.org/
Aswin Murugan (1):
configs: Rename qcs9100 defconfig to lemans defconfig
configs/{qcom_qcs9100_defconfig => qcom_lemans_defconfig} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename configs/{qcom_qcs9100_defconfig => qcom_lemans_defconfig} (91%)
--
2.34.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v1 1/1] configs: Rename qcs9100 defconfig to lemans defconfig
2026-04-17 9:39 [PATCH v1 0/1] qcom: Rename QCS9100 defconfig to Lemans defconfig Aswin Murugan
@ 2026-04-17 9:39 ` Aswin Murugan
2026-04-17 9:50 ` Heinrich Schuchardt
0 siblings, 1 reply; 5+ messages in thread
From: Aswin Murugan @ 2026-04-17 9:39 UTC (permalink / raw)
To: casey.connolly, neil.armstrong, sumit.garg, trini, quic_varada,
balaji.selvanathan, dlechner, aswin.murugan, u-boot-qcom, u-boot
Rename qcom_qcs9100_defconfig to qcom_lemans_defconfig
and update the defconfig to select lemans-evk DTS instead
of qcs9100-ride-r3.
Signed-off-by: Aswin Murugan <aswin.murugan@oss.qualcomm.com>
---
configs/{qcom_qcs9100_defconfig => qcom_lemans_defconfig} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename configs/{qcom_qcs9100_defconfig => qcom_lemans_defconfig} (91%)
diff --git a/configs/qcom_qcs9100_defconfig b/configs/qcom_lemans_defconfig
similarity index 91%
rename from configs/qcom_qcs9100_defconfig
rename to configs/qcom_lemans_defconfig
index 082106157bb..ad40d5206c0 100644
--- a/configs/qcom_qcs9100_defconfig
+++ b/configs/qcom_lemans_defconfig
@@ -9,7 +9,7 @@
CONFIG_TEXT_BASE=0xaf000000
CONFIG_REMAKE_ELF=y
CONFIG_FASTBOOT_BUF_ADDR=0xdb300000
-CONFIG_DEFAULT_DEVICE_TREE="qcom/qcs9100-ride-r3"
+CONFIG_DEFAULT_DEVICE_TREE="qcom/lemans-evk"
CONFIG_ENV_IS_IN_SCSI=y
CONFIG_ENV_SCSI_PART_UUID="71cb9cd0-acf1-b6cb-ad91-be9572fe11a9"
# CONFIG_ENV_IS_DEFAULT is not set
--
2.34.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH v1 1/1] configs: Rename qcs9100 defconfig to lemans defconfig
2026-04-17 9:39 ` [PATCH v1 1/1] configs: Rename qcs9100 defconfig to lemans defconfig Aswin Murugan
@ 2026-04-17 9:50 ` Heinrich Schuchardt
2026-04-17 10:20 ` Aswin Murugan
0 siblings, 1 reply; 5+ messages in thread
From: Heinrich Schuchardt @ 2026-04-17 9:50 UTC (permalink / raw)
To: Aswin Murugan
Cc: casey.connolly, neil.armstrong, sumit.garg, trini, quic_varada,
balaji.selvanathan, dlechner, u-boot-qcom, u-boot
On 4/17/26 11:39, Aswin Murugan wrote:
> Rename qcom_qcs9100_defconfig to qcom_lemans_defconfig
> and update the defconfig to select lemans-evk DTS instead
> of qcs9100-ride-r3.
>
> Signed-off-by: Aswin Murugan <aswin.murugan@oss.qualcomm.com>
Why do you want to delete qcom_qcs9100_defconfig instead of simply
creating a new defconfig for the different board?
Best regards
Heinrich
> ---
> configs/{qcom_qcs9100_defconfig => qcom_lemans_defconfig} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename configs/{qcom_qcs9100_defconfig => qcom_lemans_defconfig} (91%)
>
> diff --git a/configs/qcom_qcs9100_defconfig b/configs/qcom_lemans_defconfig
> similarity index 91%
> rename from configs/qcom_qcs9100_defconfig
> rename to configs/qcom_lemans_defconfig
> index 082106157bb..ad40d5206c0 100644
> --- a/configs/qcom_qcs9100_defconfig
> +++ b/configs/qcom_lemans_defconfig
> @@ -9,7 +9,7 @@
> CONFIG_TEXT_BASE=0xaf000000
> CONFIG_REMAKE_ELF=y
> CONFIG_FASTBOOT_BUF_ADDR=0xdb300000
> -CONFIG_DEFAULT_DEVICE_TREE="qcom/qcs9100-ride-r3"
> +CONFIG_DEFAULT_DEVICE_TREE="qcom/lemans-evk"
> CONFIG_ENV_IS_IN_SCSI=y
> CONFIG_ENV_SCSI_PART_UUID="71cb9cd0-acf1-b6cb-ad91-be9572fe11a9"
> # CONFIG_ENV_IS_DEFAULT is not set
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v1 1/1] configs: Rename qcs9100 defconfig to lemans defconfig
2026-04-17 9:50 ` Heinrich Schuchardt
@ 2026-04-17 10:20 ` Aswin Murugan
2026-05-01 6:42 ` Sumit Garg
0 siblings, 1 reply; 5+ messages in thread
From: Aswin Murugan @ 2026-04-17 10:20 UTC (permalink / raw)
To: Heinrich Schuchardt
Cc: casey.connolly, neil.armstrong, sumit.garg, trini, quic_varada,
balaji.selvanathan, dlechner, u-boot-qcom, u-boot
On 4/17/2026 3:20 PM, Heinrich Schuchardt wrote:
> On 4/17/26 11:39, Aswin Murugan wrote:
>> Rename qcom_qcs9100_defconfig to qcom_lemans_defconfig
>> and update the defconfig to select lemans-evk DTS instead
>> of qcs9100-ride-r3.
>>
>> Signed-off-by: Aswin Murugan <aswin.murugan@oss.qualcomm.com>
>
> Why do you want to delete qcom_qcs9100_defconfig instead of simply
> creating a new defconfig for the different board?
>
> Best regards
>
> Heinrich
>
>> ---
>> configs/{qcom_qcs9100_defconfig => qcom_lemans_defconfig} | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>> rename configs/{qcom_qcs9100_defconfig => qcom_lemans_defconfig} (91%)
>>
>> diff --git a/configs/qcom_qcs9100_defconfig
>> b/configs/qcom_lemans_defconfig
>> similarity index 91%
>> rename from configs/qcom_qcs9100_defconfig
>> rename to configs/qcom_lemans_defconfig
>> index 082106157bb..ad40d5206c0 100644
>> --- a/configs/qcom_qcs9100_defconfig
>> +++ b/configs/qcom_lemans_defconfig
>> @@ -9,7 +9,7 @@
>> CONFIG_TEXT_BASE=0xaf000000
>> CONFIG_REMAKE_ELF=y
>> CONFIG_FASTBOOT_BUF_ADDR=0xdb300000
>> -CONFIG_DEFAULT_DEVICE_TREE="qcom/qcs9100-ride-r3"
>> +CONFIG_DEFAULT_DEVICE_TREE="qcom/lemans-evk"
>> CONFIG_ENV_IS_IN_SCSI=y
>> CONFIG_ENV_SCSI_PART_UUID="71cb9cd0-acf1-b6cb-ad91-be9572fe11a9"
>> # CONFIG_ENV_IS_DEFAULT is not set
>
Hi Heinrich,
Lemans EVK is an open evaluation board based on the QCS9100 SoC and is
intended to be the default reference platform for the QCS9100 family.
Renaming the existing defconfig
aligns with the naming of SoC & avoids maintaining two identical
defconfigs for same SoC.
Regards,
Aswin M
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v1 1/1] configs: Rename qcs9100 defconfig to lemans defconfig
2026-04-17 10:20 ` Aswin Murugan
@ 2026-05-01 6:42 ` Sumit Garg
0 siblings, 0 replies; 5+ messages in thread
From: Sumit Garg @ 2026-05-01 6:42 UTC (permalink / raw)
To: Aswin Murugan
Cc: Heinrich Schuchardt, casey.connolly, neil.armstrong, trini,
quic_varada, balaji.selvanathan, dlechner, u-boot-qcom, u-boot
On Fri, Apr 17, 2026 at 03:50:47PM +0530, Aswin Murugan wrote:
>
> On 4/17/2026 3:20 PM, Heinrich Schuchardt wrote:
> > On 4/17/26 11:39, Aswin Murugan wrote:
> > > Rename qcom_qcs9100_defconfig to qcom_lemans_defconfig
> > > and update the defconfig to select lemans-evk DTS instead
> > > of qcs9100-ride-r3.
> > >
> > > Signed-off-by: Aswin Murugan <aswin.murugan@oss.qualcomm.com>
> >
> > Why do you want to delete qcom_qcs9100_defconfig instead of simply
> > creating a new defconfig for the different board?
> >
> > Best regards
> >
> > Heinrich
> >
> > > ---
> > > configs/{qcom_qcs9100_defconfig => qcom_lemans_defconfig} | 2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
> > > rename configs/{qcom_qcs9100_defconfig => qcom_lemans_defconfig} (91%)
> > >
> > > diff --git a/configs/qcom_qcs9100_defconfig
> > > b/configs/qcom_lemans_defconfig
> > > similarity index 91%
> > > rename from configs/qcom_qcs9100_defconfig
> > > rename to configs/qcom_lemans_defconfig
> > > index 082106157bb..ad40d5206c0 100644
> > > --- a/configs/qcom_qcs9100_defconfig
> > > +++ b/configs/qcom_lemans_defconfig
> > > @@ -9,7 +9,7 @@
> > > CONFIG_TEXT_BASE=0xaf000000
> > > CONFIG_REMAKE_ELF=y
> > > CONFIG_FASTBOOT_BUF_ADDR=0xdb300000
> > > -CONFIG_DEFAULT_DEVICE_TREE="qcom/qcs9100-ride-r3"
> > > +CONFIG_DEFAULT_DEVICE_TREE="qcom/lemans-evk"
> > > CONFIG_ENV_IS_IN_SCSI=y
> > > CONFIG_ENV_SCSI_PART_UUID="71cb9cd0-acf1-b6cb-ad91-be9572fe11a9"
> > > # CONFIG_ENV_IS_DEFAULT is not set
> >
> Hi Heinrich,
>
> Lemans EVK is an open evaluation board based on the QCS9100 SoC and is
> intended to be the default reference platform for the QCS9100 family.
> Renaming the existing defconfig
>
> aligns with the naming of SoC & avoids maintaining two identical defconfigs
> for same SoC.
>
Please capture this reasoning as part of the commit message.
-Sumit
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-05-01 6:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-17 9:39 [PATCH v1 0/1] qcom: Rename QCS9100 defconfig to Lemans defconfig Aswin Murugan
2026-04-17 9:39 ` [PATCH v1 1/1] configs: Rename qcs9100 defconfig to lemans defconfig Aswin Murugan
2026-04-17 9:50 ` Heinrich Schuchardt
2026-04-17 10:20 ` Aswin Murugan
2026-05-01 6:42 ` Sumit Garg
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.