Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
am64xr5: change DDR MPU settings to Normal, Cacheable
The default MPU memory map of the am64xr5 runtime marks the DDR memory as non-sharable device memory. However device memory is designed for memory-mapped peripherals, so doesn't allow execution even if we explicitly mark it as execute enabled. To be more customer friendly, change this memory region to be cacheable normal memory (which really it is). Issue: eng/toolchain/bb-runtimes#53 (cherry picked from commit 02e7a90)
- Loading branch information