commit | 63e9728a645a791271be0d358128fda34f8dd951 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Tue Dec 12 09:49:41 2017 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 10 08:05:47 2018 -0500 |
tree | 0ccf09e3d9b8c10c54861604859cdf8898458934 | |
parent | 1a4b8de07c320d4ac30815564d364b7f87140c19 [diff] |
ram: stm32: add memory mapping selection support This allows to controls the memory internal mapping at address 0x0000 0000. We can either map at 0x0000 0000 : _ main flash memory _ system flash memory _ FMC bank1 (NOR/PSRAM 1 and 2) _ embedded SRAM _ FMC/SDRAM bank1 This is needed for future STM32F469-disco board Signed-off-by: Patrice Chotard <patrice.chotard@st.com>