commit | ad998d2eee95e840fcedb3a71b642381e724fc5b | [log] [tgz] |
---|---|---|
author | Vignesh Raghavendra <vigneshr@ti.com> | Sun Jul 02 14:46:54 2023 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 21 13:13:50 2023 -0400 |
tree | e610ac972d9445fd4c73d273ddbfb1d4b573b2d9 | |
parent | 92981320af27294553f76eb01ad73f7d859cc9ea [diff] |
arm: mach-k3: am62a7_init: Open up FSS_DAT_REG3 firewall On security enforced (HS-SE) devices ROM firewalls OSPI data region3 that is present in above 64bit region. Open this up in bootloader to allow Linux to access OSPI flashes in mmap mode. Without this kernel will crash when accessing this region due to firewall violations on HS-SE devices. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>