Skip to content
Commit 0a31181c authored by Kamlesh Gurudasani's avatar Kamlesh Gurudasani Committed by Tom Rini
Browse files

configs: am62: move stack and heap to HSM RAM



On high security devices, ROM enables firewalls to protect the OCSRAM
region access during bootup. Only after TIFS has started (and had
time to disable the OCSRAM firewall region) will we have write access to
the region.

This means we will need to move the stack & heap from OCSRAM to HSM RAM
and reduce the size of BSS and the SPL to allow it to fit properly.

To protect us from overflowing our ~256k of HSM SRAM, add limits and
check during the wakeup SPL build.

Signed-off-by: default avatarKamlesh Gurudasani <kamlesh@ti.com>
parent 40e6d7b5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment