Re: [22/26] MIPS: generic: Introduce generic DT-based board support

2017-11-20 Thread Guenter Roeck
On 11/20/2017 02:25 AM, James Hogan wrote: On Sat, Nov 18, 2017 at 07:43:25PM -0800, Guenter Roeck wrote: On Fri, Aug 26, 2016 at 04:37:21PM +0100, Paul Burton wrote: Introduce a "generic" platform, which aims to be board-agnostic by making use of device trees passed by the boot protocol

Re: [22/26] MIPS: generic: Introduce generic DT-based board support

2017-11-20 Thread Guenter Roeck
On 11/20/2017 02:25 AM, James Hogan wrote: On Sat, Nov 18, 2017 at 07:43:25PM -0800, Guenter Roeck wrote: On Fri, Aug 26, 2016 at 04:37:21PM +0100, Paul Burton wrote: Introduce a "generic" platform, which aims to be board-agnostic by making use of device trees passed by the boot protocol

Re: [22/26] MIPS: generic: Introduce generic DT-based board support

2017-11-20 Thread James Hogan
On Sat, Nov 18, 2017 at 07:43:25PM -0800, Guenter Roeck wrote: > On Fri, Aug 26, 2016 at 04:37:21PM +0100, Paul Burton wrote: > > Introduce a "generic" platform, which aims to be board-agnostic by > > making use of device trees passed by the boot protocol defined in the > > MIPS UHI (Universal

Re: [22/26] MIPS: generic: Introduce generic DT-based board support

2017-11-20 Thread James Hogan
On Sat, Nov 18, 2017 at 07:43:25PM -0800, Guenter Roeck wrote: > On Fri, Aug 26, 2016 at 04:37:21PM +0100, Paul Burton wrote: > > Introduce a "generic" platform, which aims to be board-agnostic by > > making use of device trees passed by the boot protocol defined in the > > MIPS UHI (Universal

Re: [22/26] MIPS: generic: Introduce generic DT-based board support

2017-11-18 Thread Guenter Roeck
On Fri, Aug 26, 2016 at 04:37:21PM +0100, Paul Burton wrote: > Introduce a "generic" platform, which aims to be board-agnostic by > making use of device trees passed by the boot protocol defined in the > MIPS UHI (Universal Hosting Interface) specification. Provision is made > for supporting

Re: [22/26] MIPS: generic: Introduce generic DT-based board support

2017-11-18 Thread Guenter Roeck
On Fri, Aug 26, 2016 at 04:37:21PM +0100, Paul Burton wrote: > Introduce a "generic" platform, which aims to be board-agnostic by > making use of device trees passed by the boot protocol defined in the > MIPS UHI (Universal Hosting Interface) specification. Provision is made > for supporting

[PATCH v2 22/26] MIPS: generic: Introduce generic DT-based board support

2016-08-30 Thread Paul Burton
Introduce a "generic" platform, which aims to be board-agnostic by making use of device trees passed by the boot protocol defined in the MIPS UHI (Universal Hosting Interface) specification. Provision is made for supporting boards which use a legacy boot protocol that can't be changed, but adding

[PATCH v2 22/26] MIPS: generic: Introduce generic DT-based board support

2016-08-30 Thread Paul Burton
Introduce a "generic" platform, which aims to be board-agnostic by making use of device trees passed by the boot protocol defined in the MIPS UHI (Universal Hosting Interface) specification. Provision is made for supporting boards which use a legacy boot protocol that can't be changed, but adding

[PATCH 22/26] MIPS: generic: Introduce generic DT-based board support

2016-08-26 Thread Paul Burton
Introduce a "generic" platform, which aims to be board-agnostic by making use of device trees passed by the boot protocol defined in the MIPS UHI (Universal Hosting Interface) specification. Provision is made for supporting boards which use a legacy boot protocol that can't be changed, but adding

[PATCH 22/26] MIPS: generic: Introduce generic DT-based board support

2016-08-26 Thread Paul Burton
Introduce a "generic" platform, which aims to be board-agnostic by making use of device trees passed by the boot protocol defined in the MIPS UHI (Universal Hosting Interface) specification. Provision is made for supporting boards which use a legacy boot protocol that can't be changed, but adding