]> git.dujemihanovic.xyz Git - u-boot.git/commit
configs: am62a: move stack and heap to HSM RAM
authorBryan Brattlof <bb@ti.com>
Sat, 24 Dec 2022 01:15:22 +0000 (19:15 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 10 Jan 2023 20:39:07 +0000 (15:39 -0500)
commit940b7128c9d14225b1ce05c586b2023fcbb50454
tree04e85ff5774327b152ecd55d4d6a11ad4dec551a
parentd12561211d4cfcd5e141c1c07e2e53e34a103553
configs: am62a: move stack and heap to HSM RAM

Texas Instruments has begun enabling security setting on the SoCs they
produce to instruct ROM and TIFS to begin protecting the Security
Management Subsystem (SMS) from other binaries we load into the chip by
default.

One way ROM does this is by enabling firewalls to protect the OCSRAM
region it's using 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.

Signed-off-by: Bryan Brattlof <bb@ti.com>
configs/am62ax_evm_r5_defconfig