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

2019-05-22 Thread Loys Ollivier
On Thu 11 Apr 2019 at 01:42, 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. > > Signe

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

2019-04-12 Thread Atish Patra
On 4/11/19 5:08 PM, Paul Walmsley wrote: On Thu, 11 Apr 2019, Atish Patra wrote: On 4/11/19 2:12 PM, Paul Walmsley wrote: On Thu, 11 Apr 2019, Christoph Hellwig wrote: On Thu, Apr 11, 2019 at 01:42:59AM -0700, Paul Walmsley wrote: Similar to ARM64, add support for building DTB files from DT

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

2019-04-11 Thread Christoph Hellwig
On Thu, Apr 11, 2019 at 05:08:11PM -0700, Paul Walmsley wrote: > However: the vast majority of users -- even embedded users -- will not use > a kernel with a bundled DTB. This is because it irrevocably ties that > kernel binary to one specific board type. I hope it is obvious why this > would

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

2019-04-11 Thread Paul Walmsley
On Thu, 11 Apr 2019, Atish Patra wrote: > On 4/11/19 2:12 PM, Paul Walmsley wrote: > > On Thu, 11 Apr 2019, Christoph Hellwig wrote: > > > > > On Thu, Apr 11, 2019 at 01:42:59AM -0700, Paul Walmsley wrote: > > > > Similar to ARM64, add support for building DTB files from DT source > > > > data fo

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

2019-04-11 Thread Atish Patra
On 4/11/19 2:12 PM, Paul Walmsley wrote: On Thu, 11 Apr 2019, Christoph Hellwig wrote: On Thu, Apr 11, 2019 at 01:42:59AM -0700, 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 fo

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

2019-04-11 Thread Atish Patra
On 4/11/19 4:46 AM, Christoph Hellwig wrote: On Thu, Apr 11, 2019 at 01:42:59AM -0700, 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 w

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

2019-04-11 Thread Paul Walmsley
On Thu, 11 Apr 2019, Christoph Hellwig wrote: > On Thu, Apr 11, 2019 at 01:42:59AM -0700, 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

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

2019-04-11 Thread Christoph Hellwig
On Thu, Apr 11, 2019 at 01:42:59AM -0700, 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 for