commit | 1419e5b5167e6ff35882473b81741d0815c453ea | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Fri Feb 05 13:53:32 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 02 15:53:37 2021 -0500 |
tree | c1bbeee7457b47ffbe2f3ee4f802cfe8c61db362 | |
parent | 35b65dd8ef3d37a088ee9169763a4d891aed618d [diff] |
stm32mp: update MMU config before the relocation Mark the top of ram, used for relocated U-Boot as a normal memory (cacheable and executable) to avoid permission access issue when U-Boot jumps to this relocated code. When MMU is activated in pre-reloc stage; only the beginning of DDR is marked executable. This patch avoids access issue when DACR is correctly managed. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>