Re: [PATCH v3 1/5] arch: riscv: add support for building DTB files from DT source data

2019-06-09 Thread Christoph Hellwig
On Sat, Jun 08, 2019 at 10:50:14PM -0700, Paul Walmsley wrote: > Once there are SoC variants that have different CPU cores, but with the > remaining chip integration the same, I think it would make sense to move > the CONFIG_SOC_ stuff out from ARM, RISC-V, etc., into something that's > not CPU

Re: [PATCH v3 1/5] arch: riscv: add support for building DTB files from DT source data

2019-06-08 Thread Paul Walmsley
On Sat, 8 Jun 2019, Palmer Dabbelt wrote: > On Thu, 06 Jun 2019 22:12:05 PDT (-0700), Paul Walmsley wrote: > > On Tue, 4 Jun 2019, Loys Ollivier wrote: > > > > > Always build it ? > > > Any particular reason to drop ARCH_SIFIVE ? > > > > Palmer had some reservations about it, so I dropped it

Re: [PATCH v3 1/5] arch: riscv: add support for building DTB files from DT source data

2019-06-08 Thread Palmer Dabbelt
On Thu, 06 Jun 2019 22:12:05 PDT (-0700), Paul Walmsley wrote: On Tue, 4 Jun 2019, Loys Ollivier wrote: Always build it ? Any particular reason to drop ARCH_SIFIVE ? Palmer had some reservations about it, so I dropped it for now. But then as I was thinking about it, I remembered that I also

Re: [PATCH v3 1/5] arch: riscv: add support for building DTB files from DT source data

2019-06-07 Thread Loys Ollivier
On Thu 06 Jun 2019 at 22:12, Paul Walmsley wrote: > On Tue, 4 Jun 2019, Loys Ollivier wrote: > >> Always build it ? >> Any particular reason to drop ARCH_SIFIVE ? > > Palmer had some reservations about it, so I dropped it for now. But then > as I was thinking about it, I remembered that I also

Re: [PATCH v3 1/5] arch: riscv: add support for building DTB files from DT source data

2019-06-06 Thread Paul Walmsley
On Tue, 4 Jun 2019, Loys Ollivier wrote: > Always build it ? > Any particular reason to drop ARCH_SIFIVE ? Palmer had some reservations about it, so I dropped it for now. But then as I was thinking about it, I remembered that I also had some reservations about it, years ago: that everyone

Re: [PATCH v3 1/5] arch: riscv: add support for building DTB files from DT source data

2019-06-04 Thread Loys Ollivier
On Sun 02 Jun 2019 at 01:04, Paul Walmsley wrote: > Similar to ARM64, add support for building DTB files from DT source > data for RISC-V boards. > > This patch starts with the infrastructure needed for SiFive boards. > Boards from other vendors would add support here in a similar form. > >

[PATCH v3 1/5] arch: riscv: add support for building DTB files from DT source data

2019-06-02 Thread Paul Walmsley
Similar to ARM64, add support for building DTB files from DT source data for RISC-V boards. This patch starts with the infrastructure needed for SiFive boards. Boards from other vendors would add support here in a similar form. Signed-off-by: Paul Walmsley Signed-off-by: Paul Walmsley Cc: