Re: [U-Boot] [RFC PATCH v2 08/18] socfpga: gen5: add new tool to create handoff dtsi files

2019-10-24 Thread Simon Goldschmidt
Am 24.10.2019 um 19:29 schrieb Dalon L Westergreen: On Thu, 2019-10-24 at 16:29 +0200, Simon Goldschmidt wrote: On Thu, Oct 24, 2019 at 4:25 PM Dalon L Westergreen < dalon.westergr...@linux.intel.com > wrote: On Wed, 2019-10-23 at 21:22 +0200, Si

Re: [U-Boot] [RFC PATCH v2 08/18] socfpga: gen5: add new tool to create handoff dtsi files

2019-10-24 Thread Dalon L Westergreen
On Thu, 2019-10-24 at 16:29 +0200, Simon Goldschmidt wrote: > On Thu, Oct 24, 2019 at 4:25 PM Dalon L Westergreen< > dalon.westergr...@linux.intel.com> wrote: > > > > On Wed, 2019-10-23 at 21:22 +0200, Simon Goldschmidt wrote: > > Am 23.10.2019 um 18:03 schrieb Dalon L Westergreen: > > > > > >

Re: [U-Boot] [RFC PATCH v2 08/18] socfpga: gen5: add new tool to create handoff dtsi files

2019-10-24 Thread Simon Goldschmidt
On Thu, Oct 24, 2019 at 4:25 PM Dalon L Westergreen wrote: > > > > On Wed, 2019-10-23 at 21:22 +0200, Simon Goldschmidt wrote: > > Am 23.10.2019 um 18:03 schrieb Dalon L Westergreen: > > > > On Tue, 2019-10-22 at 19:13 +0200, Simon Goldschmidt wrote: > > > > Dalon L Westergreen < > > dalon.westerg

Re: [U-Boot] [RFC PATCH v2 08/18] socfpga: gen5: add new tool to create handoff dtsi files

2019-10-24 Thread Dalon L Westergreen
On Wed, 2019-10-23 at 21:22 +0200, Simon Goldschmidt wrote: > Am 23.10.2019 um 18:03 schrieb Dalon L Westergreen: > > On Tue, 2019-10-22 at 19:13 +0200, Simon Goldschmidt wrote: > > > Dalon L Westergreen > > dalon.westergr...@linux.intel.com>> schrieb am Di., 22. Okt. 2019, 19:10: > > > > I ment

Re: [U-Boot] [RFC PATCH v2 08/18] socfpga: gen5: add new tool to create handoff dtsi files

2019-10-23 Thread Simon Goldschmidt
Am 23.10.2019 um 18:03 schrieb Dalon L Westergreen: On Tue, 2019-10-22 at 19:13 +0200, Simon Goldschmidt wrote: Dalon L Westergreen > schrieb am Di., 22. Okt. 2019, 19:10: I mentioned this before, it would be great to not rely on the generated file

Re: [U-Boot] [RFC PATCH v2 08/18] socfpga: gen5: add new tool to create handoff dtsi files

2019-10-23 Thread Dalon L Westergreen
On Tue, 2019-10-22 at 19:13 +0200, Simon Goldschmidt wrote: > Dalon L Westergreen schrieb am Di., 22. > Okt. 2019, 19:10: > > I mentioned this before, it would be great to not rely on the generated > > files > > and do this based purely on the handoff data generated during a quartus > > build.

Re: [U-Boot] [RFC PATCH v2 08/18] socfpga: gen5: add new tool to create handoff dtsi files

2019-10-22 Thread Simon Goldschmidt
Dalon L Westergreen schrieb am Di., 22. Okt. 2019, 19:10: > I mentioned this before, it would be great to not rely on the generated > files > and do this based purely on the handoff data generated during a quartus > build. Did you look at the python source i pointed you to? > No, not yet. But I

Re: [U-Boot] [RFC PATCH v2 08/18] socfpga: gen5: add new tool to create handoff dtsi files

2019-10-22 Thread Dalon L Westergreen
I mentioned this before, it would be great to not rely on the generated filesand do this based purely on the handoff data generated during a quartusbuild. Did you look at the python source i pointed you to? --dalon On Tue, 2019-10-15 at 22:10 +0200, Simon Goldschmidt wrote: > This new tool convert

[U-Boot] [RFC PATCH v2 08/18] socfpga: gen5: add new tool to create handoff dtsi files

2019-10-15 Thread Simon Goldschmidt
This new tool converts handoff information from quartus to "*_handoff.dtsi" devicetree files. This is in preparation to move from ad-hoc code in arch that parses the 'qts' header files to drivers parsing the same information from devicetree. Converting existing U-Boot 'qts' files is also supported