Re: [U-Boot] [PATCH 6/7] arm: v7R: Add support for MPU

2018-04-26 Thread Lokesh Vutla
On 4/25/2018 6:46 PM, Tom Rini wrote: > On Wed, Apr 25, 2018 at 02:44:38PM +0530, Lokesh Vutla wrote: > >> The Memory Protection Unit(MPU) allows to partition memory into regions >> and set individual protection attributes for each region. In absence >> of MPU a default map[1] will take effect.

Re: [U-Boot] [PATCH 6/7] arm: v7R: Add support for MPU

2018-04-25 Thread Tom Rini
On Wed, Apr 25, 2018 at 02:44:38PM +0530, Lokesh Vutla wrote: > The Memory Protection Unit(MPU) allows to partition memory into regions > and set individual protection attributes for each region. In absence > of MPU a default map[1] will take effect. Add support for configuring > MPU on Cortex-R,

[U-Boot] [PATCH 6/7] arm: v7R: Add support for MPU

2018-04-25 Thread Lokesh Vutla
The Memory Protection Unit(MPU) allows to partition memory into regions and set individual protection attributes for each region. In absence of MPU a default map[1] will take effect. Add support for configuring MPU on Cortex-R, by reusing the existing support for Cortex-M processor. [1]