From: Vikas Manocha <vikas.manocha@st.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/4] armv7m: add memory protection unit support
Date: Wed, 3 May 2017 16:38:53 -0700 [thread overview]
Message-ID: <1493854737-4961-1-git-send-email-vikas.manocha@st.com> (raw)
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
next reply other threads:[~2017-05-03 23:38 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-03 23:38 Vikas Manocha [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1493854737-4961-1-git-send-email-vikas.manocha@st.com \
--to=vikas.manocha@st.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox