RE: [PATCH] [RFC] arm: Replace "multiple platforms" by "common platform"

2018-06-22 Thread Chris Brandt
On Friday, June 22, 2018, Russell King - ARM Linux wrote: > We've worked around the issues with "multi-platform" XIP/NOMMU by > using things such as "ARM_SINGLE_V7M" to cover all V7M platforms > (which must, by definition) have compatible physical layouts. > Exactly the same approach should be

RE: [PATCH] [RFC] arm: Replace "multiple platforms" by "common platform"

2018-06-22 Thread Chris Brandt
On Friday, June 22, 2018, Russell King - ARM Linux wrote: > We've worked around the issues with "multi-platform" XIP/NOMMU by > using things such as "ARM_SINGLE_V7M" to cover all V7M platforms > (which must, by definition) have compatible physical layouts. > Exactly the same approach should be

Re: [PATCH] [RFC] arm: Replace "multiple platforms" by "common platform"

2018-06-22 Thread Simon Horman
On Thu, Jun 21, 2018 at 05:59:06PM +0200, Geert Uytterhoeven wrote: > "ARM multiplatform" has actually two meanings: >   1. It groups platforms that follow the "ARM multiplatform" software > framework, >   2. It allows to build a single kernel that can be booted on multiple >      platforms.

Re: [PATCH] [RFC] arm: Replace "multiple platforms" by "common platform"

2018-06-22 Thread Simon Horman
On Thu, Jun 21, 2018 at 05:59:06PM +0200, Geert Uytterhoeven wrote: > "ARM multiplatform" has actually two meanings: >   1. It groups platforms that follow the "ARM multiplatform" software > framework, >   2. It allows to build a single kernel that can be booted on multiple >      platforms.

Re: [PATCH] [RFC] arm: Replace "multiple platforms" by "common platform"

2018-06-22 Thread Russell King - ARM Linux
On Fri, Jun 22, 2018 at 01:41:37PM +0200, Geert Uytterhoeven wrote: > Hi Russell, > > Thanks for your comments! > > On Fri, Jun 22, 2018 at 11:23 AM Russell King - ARM Linux > wrote: > > On Thu, Jun 21, 2018 at 05:59:06PM +0200, Geert Uytterhoeven wrote: > > > "ARM multiplatform" has actually

Re: [PATCH] [RFC] arm: Replace "multiple platforms" by "common platform"

2018-06-22 Thread Russell King - ARM Linux
On Fri, Jun 22, 2018 at 01:41:37PM +0200, Geert Uytterhoeven wrote: > Hi Russell, > > Thanks for your comments! > > On Fri, Jun 22, 2018 at 11:23 AM Russell King - ARM Linux > wrote: > > On Thu, Jun 21, 2018 at 05:59:06PM +0200, Geert Uytterhoeven wrote: > > > "ARM multiplatform" has actually

Re: [PATCH] [RFC] arm: Replace "multiple platforms" by "common platform"

2018-06-22 Thread Geert Uytterhoeven
Hi Russell, Thanks for your comments! On Fri, Jun 22, 2018 at 11:23 AM Russell King - ARM Linux wrote: > On Thu, Jun 21, 2018 at 05:59:06PM +0200, Geert Uytterhoeven wrote: > > "ARM multiplatform" has actually two meanings: > > 1. It groups platforms that follow the "ARM multiplatform"

Re: [PATCH] [RFC] arm: Replace "multiple platforms" by "common platform"

2018-06-22 Thread Geert Uytterhoeven
Hi Russell, Thanks for your comments! On Fri, Jun 22, 2018 at 11:23 AM Russell King - ARM Linux wrote: > On Thu, Jun 21, 2018 at 05:59:06PM +0200, Geert Uytterhoeven wrote: > > "ARM multiplatform" has actually two meanings: > > 1. It groups platforms that follow the "ARM multiplatform"

Re: [PATCH] [RFC] arm: Replace "multiple platforms" by "common platform"

2018-06-22 Thread Russell King - ARM Linux
On Thu, Jun 21, 2018 at 05:59:06PM +0200, Geert Uytterhoeven wrote: > "ARM multiplatform" has actually two meanings: >   1. It groups platforms that follow the "ARM multiplatform" software > framework, >   2. It allows to build a single kernel that can be booted on multiple >      platforms.

Re: [PATCH] [RFC] arm: Replace "multiple platforms" by "common platform"

2018-06-22 Thread Russell King - ARM Linux
On Thu, Jun 21, 2018 at 05:59:06PM +0200, Geert Uytterhoeven wrote: > "ARM multiplatform" has actually two meanings: >   1. It groups platforms that follow the "ARM multiplatform" software > framework, >   2. It allows to build a single kernel that can be booted on multiple >      platforms.

[PATCH] [RFC] arm: Replace "multiple platforms" by "common platform"

2018-06-21 Thread Geert Uytterhoeven
"ARM multiplatform" has actually two meanings:   1. It groups platforms that follow the "ARM multiplatform" software framework,   2. It allows to build a single kernel that can be booted on multiple      platforms. Currently support for XIP and/or NOMMU cannot be enabled on platforms that

[PATCH] [RFC] arm: Replace "multiple platforms" by "common platform"

2018-06-21 Thread Geert Uytterhoeven
"ARM multiplatform" has actually two meanings:   1. It groups platforms that follow the "ARM multiplatform" software framework,   2. It allows to build a single kernel that can be booted on multiple      platforms. Currently support for XIP and/or NOMMU cannot be enabled on platforms that