commit | 0b3f789ad1a60a437410b2420118325a94f292f3 | [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 | c8f787760ede974ec24407cc66966571384db606 [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>