commit | b07382069556d7673d7ace4bde465985089b160f | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Tue Aug 23 11:30:14 2022 +0200 |
committer | Peng Fan <peng.fan@nxp.com> | Tue Sep 06 09:10:41 2022 +0800 |
tree | 8dffd95d8e771c0177f3ac6ec04c2b8676cbab1a | |
parent | 5cdc6f941c21753dc51782cae33d1f6615f9af48 [diff] |
armv8: layerscape: spl: mark OCRAM as non-secure By default the OCRAM is marked as secure. While the SPL runs in EL3 and thus can access it, DMA devices cannot. Mark the whole OCRAM as non-secure. This will fix MMC and SD card boot on LS1028A when using SPL instead of TF-A. Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Peng Fan <peng.fan@nxp.com>