commit | d002f3bbf0cf74488c258582e63fe707d5229443 | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Sun Dec 29 12:22:55 2019 -0600 |
committer | Samuel Holland <samuel@sholland.org> | Wed Feb 12 21:18:21 2020 -0600 |
tree | 2f4b53056f0e47bee04364332a81882228978e7c | |
parent | 38d98defd8540e8ce143b4fcd68eff0412f1ac22 [diff] |
allwinner: Reserve and map space for the SCP firmware The SCP firmware is allocated the last 16KiB of SRAM A2. This includes the SCPI shared memory area, which must be mapped as MT_DEVICE to prevent problems with cache coherency between the AP CPUs and the SCP. For simplicity, map the whole SCP region as MT_DEVICE. Signed-off-by: Samuel Holland <samuel@sholland.org> Change-Id: Ie39eb5ff281b8898a3c1d9748dc08755f528e2f8