Thread (11 messages) flat view 11 messages, 2 authors, 2017-09-01
STALE3303d

Revision v2 of 17 in this series.

Revisions (17)
  1. rfc [diff vs current]
  2. v2 [diff vs current]
  3. v2 [diff vs current]
  4. v1 [diff vs current]
  5. v1 [diff vs current]
  6. v1 [diff vs current]
  7. v1 [diff vs current]
  8. v2 current
  9. v1 [diff vs current]
  10. v2 [diff vs current]
  11. v3 [diff vs current]
  12. v3 [diff vs current]
  13. v3 [diff vs current]
  14. v3 [diff vs current]
  15. v3 [diff vs current]
  16. v3 [diff vs current]
  17. v3 [diff vs current]

[PATCH v2 0/8] ARM: NOMMU: MPU updates

From: Vladimir Murzin <hidden>
Date: 2017-07-21 13:12:28

Hi,

This is an update of the existent MPU code which consist set of
clean-ups and enhancements. The most significant changes are in the
way how MPU settings sync-up for secondaries (PATCH 3/8), more
flexible layout for memory (PATCH 7/8) and support for XIP (PATCH
8/8). Since there is no in-tree user of MPU, support for M-class has
been added (PATCH 6/8).

There is also practical benefit of patch set:

"These MPU patches introduce a nice feature that it simplifies the
bootloader: do not need to setup the MPU, for example for coherent DMA
region, which is described in device-tree too." Andr?s Szemz?

Changelog:
           v1 -> v2
              - support for XIP (PATCH 7/8)
	      - rebased on 4.13-rc1

        RFC v2 -> v1
               - dropped RFC tag
	       - Tested-by from Andr?s
	       - rebased on 4.12-rc5

           RFC -> RFC v2
	       - fixed MPU enable for v7m (PATCH 6/7)

Thanks!

Vladimir Murzin (8):
  ARM: NOMMU: Move out MPU setup in separate module
  ARM: NOMMU: Update MPU accessors to use cp15 helpers
  ARM: NOMMU: Rework MPU to be mostly done in C
  ARM: NOMMU: Disallow MPU for XIP
  ARM: Kconfig: Kill CONFIG_VECTORS_BASE
  ARM: V7M: Add support for MPU to M-class
  ARM: NOMMU: Use more MPU regions to cover memory
  ARM: NOMMU: Support MPU in XIP configuration

 arch/arm/Kconfig                  |   9 -
 arch/arm/Kconfig-nommu            |  17 +-
 arch/arm/include/asm/cputype.h    |  10 +
 arch/arm/include/asm/mpu.h        |  24 +-
 arch/arm/include/asm/smp.h        |   2 +-
 arch/arm/include/asm/v7m.h        |  10 +
 arch/arm/kernel/asm-offsets.c     |  11 +
 arch/arm/kernel/head-nommu.S      | 138 ++++++++---
 arch/arm/kernel/smp.c             |   2 +-
 arch/arm/kernel/vmlinux-xip.lds.S |   3 +
 arch/arm/mm/Makefile              |   1 +
 arch/arm/mm/nommu.c               | 254 +-------------------
 arch/arm/mm/pmsa-v7.c             | 471 ++++++++++++++++++++++++++++++++++++++
 13 files changed, 651 insertions(+), 301 deletions(-)
 create mode 100644 arch/arm/mm/pmsa-v7.c

-- 
2.0.0
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help