public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] armv7m: add memory protection unit support
@ 2017-05-03 23:38 Vikas Manocha
  2017-05-03 23:38 ` [U-Boot] [PATCH 1/4] armv7m: correct mpu region size define for 8MB size Vikas Manocha
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Vikas Manocha @ 2017-05-03 23:38 UTC (permalink / raw)
  To: u-boot

This patchset adds memory protection unit support(MPU) support & configures it
for stm32f4 & stm32f7.

Vikas Manocha (4):
  armv7m: correct mpu region size define for 8MB size
  armv7m: add MPU configuration support
  stm32: use armv7m MPU configuration support
  stm32f7: configure mpu valid for f7 family

 arch/arm/cpu/armv7m/Makefile      |  2 +-
 arch/arm/cpu/armv7m/mpu.c         | 82 +++++++++++++++++++++++++++++++++++++++
 arch/arm/include/asm/armv7m.h     | 19 ---------
 arch/arm/include/asm/armv7m_mpu.h | 67 ++++++++++++++++++++++++++++++++
 arch/arm/mach-stm32/stm32f4/soc.c | 16 ++++----
 arch/arm/mach-stm32/stm32f7/soc.c | 63 ++++++++----------------------
 6 files changed, 176 insertions(+), 73 deletions(-)
 create mode 100644 arch/arm/cpu/armv7m/mpu.c
 create mode 100644 arch/arm/include/asm/armv7m_mpu.h

-- 
1.9.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-05-12 17:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-03 23:38 [U-Boot] [PATCH 0/4] armv7m: add memory protection unit support Vikas Manocha
2017-05-03 23:38 ` [U-Boot] [PATCH 1/4] armv7m: correct mpu region size define for 8MB size Vikas Manocha
2017-05-12 17:20   ` [U-Boot] [U-Boot, " Tom Rini
2017-05-03 23:38 ` [U-Boot] [PATCH 2/4] armv7m: add MPU configuration support Vikas Manocha
2017-05-12 17:20   ` [U-Boot] [U-Boot,2/4] " Tom Rini
2017-05-03 23:38 ` [U-Boot] [PATCH 3/4] stm32: use armv7m " Vikas Manocha
2017-05-12 17:20   ` [U-Boot] [U-Boot, " Tom Rini
2017-05-03 23:38 ` [U-Boot] [PATCH 4/4] stm32f7: configure mpu valid for f7 family Vikas Manocha
2017-05-12 17:20   ` [U-Boot] [U-Boot, " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox