Re: [PATCH v2 00/32] Qualcomm generic board support

2024-01-18 Thread Ramon Fried
On Tue, Jan 9, 2024 at 1:33 PM Caleb Connolly wrote: > > > > On 09/01/2024 06:07, Sumit Garg wrote: > > On Fri, 5 Jan 2024 at 19:15, Caleb Connolly > > wrote: > >> > >> > >> > >> On 05/01/2024 13:14, Sumit Garg wrote: > >>> Hi Caleb, > >> > >> Hi Sumit, > >> > >> [snip] > >> > --- > I

Re: [PATCH v2 00/32] Qualcomm generic board support

2024-01-16 Thread Sumit Garg
On Fri, 22 Dec 2023 at 12:36, Sumit Garg wrote: > > On Thu, 21 Dec 2023 at 21:08, Caleb Connolly > wrote: > > > > > > > > On 20/12/2023 13:07, Sumit Garg wrote: > > > Hi Caleb, > > > > Hi Sumit, > > > > [...] > > > > >> > > >> == Upstream DT == > > >> > > >> All Qualcomm boards have had their de

Re: [PATCH v2 00/32] Qualcomm generic board support

2024-01-11 Thread Sumit Garg
On Tue, 9 Jan 2024 at 17:03, Caleb Connolly wrote: > > > > On 09/01/2024 06:07, Sumit Garg wrote: > > On Fri, 5 Jan 2024 at 19:15, Caleb Connolly > > wrote: > >> > >> > >> > >> On 05/01/2024 13:14, Sumit Garg wrote: > >>> Hi Caleb, > >> > >> Hi Sumit, > >> > >> [snip] > >> > --- > I ha

Re: [PATCH v2 00/32] Qualcomm generic board support

2024-01-09 Thread Caleb Connolly
On 09/01/2024 06:07, Sumit Garg wrote: > On Fri, 5 Jan 2024 at 19:15, Caleb Connolly wrote: >> >> >> >> On 05/01/2024 13:14, Sumit Garg wrote: >>> Hi Caleb, >> >> Hi Sumit, >> >> [snip] >> --- I have tested this series on the Dragonboard410c, Dragonboard820c, and >>> >>> This series f

Re: [PATCH v2 00/32] Qualcomm generic board support

2024-01-08 Thread Sumit Garg
On Fri, 5 Jan 2024 at 19:15, Caleb Connolly wrote: > > > > On 05/01/2024 13:14, Sumit Garg wrote: > > Hi Caleb, > > Hi Sumit, > > [snip] > > >> --- > >> I have tested this series on the Dragonboard410c, Dragonboard820c, and > > > > This series fails to boot (without any U-Boot console print) on >

Re: [PATCH v2 00/32] Qualcomm generic board support

2024-01-05 Thread Caleb Connolly
On 05/01/2024 13:14, Sumit Garg wrote: > Hi Caleb, Hi Sumit, [snip] >> --- >> I have tested this series on the Dragonboard410c, Dragonboard820c, and > > This series fails to boot (without any U-Boot console print) on > db410c. I even added below pinctrl change but without any success: Are y

Re: [PATCH v2 00/32] Qualcomm generic board support

2024-01-05 Thread Sumit Garg
Hi Caleb, On Tue, 19 Dec 2023 at 21:34, Caleb Connolly wrote: > > Historically, Qualcomm boards in U-Boot have all had their own > board/qualcomm/xyz directory, their own CONFIG_TARGET_XYZ option, their > own hardcoded sysmap-xyz.c file, and their own U-Boot specific > devicetree with little/no c

Re: [PATCH v2 00/32] Qualcomm generic board support

2023-12-21 Thread Sumit Garg
On Thu, 21 Dec 2023 at 21:08, Caleb Connolly wrote: > > > > On 20/12/2023 13:07, Sumit Garg wrote: > > Hi Caleb, > > Hi Sumit, > > [...] > > >> > >> == Upstream DT == > >> > >> All Qualcomm boards have had their devicetree files replaced with the > >> upstream versions. Previous patch series made

Re: [PATCH v2 00/32] Qualcomm generic board support

2023-12-21 Thread Caleb Connolly
On 20/12/2023 13:07, Sumit Garg wrote: > Hi Caleb, Hi Sumit, [...] >> >> == Upstream DT == >> >> All Qualcomm boards have had their devicetree files replaced with the >> upstream versions. Previous patch series made the necessary driver >> adjustments to fully support the upstream DT format.

Re: [PATCH v2 00/32] Qualcomm generic board support

2023-12-21 Thread Caleb Connolly
On 20/12/2023 04:46, Simon Glass wrote: > Hi Caleb, > > On Tue, 19 Dec 2023 at 09:04, Caleb Connolly > wrote: >> > [..] > >> == DT loading == >> >> Previously, boards used the FDT blob embedded into U-Boot (via >> OF_SEPARATE). However, most Qualcomm boards run U-Boot as a secondary >> bootl

Re: [PATCH v2 00/32] Qualcomm generic board support

2023-12-20 Thread Sumit Garg
Hi Caleb, On Tue, 19 Dec 2023 at 21:34, Caleb Connolly wrote: > > Historically, Qualcomm boards in U-Boot have all had their own > board/qualcomm/xyz directory, their own CONFIG_TARGET_XYZ option, their > own hardcoded sysmap-xyz.c file, and their own U-Boot specific > devicetree with little/no c

Re: [PATCH v2 00/32] Qualcomm generic board support

2023-12-19 Thread Simon Glass
Hi Caleb, On Tue, 19 Dec 2023 at 09:04, Caleb Connolly wrote: > [..] > == DT loading == > > Previously, boards used the FDT blob embedded into U-Boot (via > OF_SEPARATE). However, most Qualcomm boards run U-Boot as a secondary > bootloader, so we can instead rely on the first-stage bootloader to

[PATCH v2 00/32] Qualcomm generic board support

2023-12-19 Thread Caleb Connolly
Historically, Qualcomm boards in U-Boot have all had their own board/qualcomm/xyz directory, their own CONFIG_TARGET_XYZ option, their own hardcoded sysmap-xyz.c file, and their own U-Boot specific devicetree with little/no compatibility with upstream DT. This series makes a few final prepatory ch