summaryrefslogtreecommitdiff
path: root/disk/part.c
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2018-02-28 17:15:00 +0100
committerTom Rini <trini@konsulko.com>2018-03-13 21:45:37 -0400
commitf5bd13ed57730fd6e0de274aa52e4faef79871e9 (patch)
treed70d6691602db2aca4f2f6c8aab3a6c855ff0f42 /disk/part.c
parent227cefe02c77d1aeebc9a4993635ff62d48a0f6f (diff)
mach-stm32: Use default memory map as background region
On linux kernel side, on STM32F7 and STM32H7 SoCs, DMA requires uncachable regions. These regions are defined in DT. Since kernel linux v4.15, on ARMv7-M Cortex, kernel is able to configure MPU regions depending on DT settings. As kernel is able to configure MPU, this allows to remove MPU region settings in bootloader. On Cortex M processors, MPU allows to use a default memory map. (see B3.5.4 MPU Control Register, MPU_CTRL in https://developer.arm.com/products/architecture/m-profile/docs/ddi0403/latest/armv7-m-architecture-reference-manual) Use the default memory map as background region for all STM32 SoCs family with an additional MPU region corresponding to the SDRAM area. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'disk/part.c')
0 files changed, 0 insertions, 0 deletions