commit | cb71a30857db25ccfa96c144f434a370814e74a7 | [log] [tgz] |
---|---|---|
author | Chris Packham <judge.packham@gmail.com> | Fri Oct 27 13:44:11 2023 +1300 |
committer | Stefan Roese <sr@denx.de> | Wed Jan 10 09:38:55 2024 +0100 |
tree | d1c6395877a50dd9ded1d11dd75e78736bd03772 | |
parent | 344667db6450de838bd83f0f57e177e6d4744d89 [diff] |
arm: mvebu: AC5: Use finer grained memory map The ATF implementation for AC5/AC5X ends up with bl31 living in some internal SRAM. This is in the middle of the large MMIO region that we were using. Adjust this to be finer grained blocks based on the address map from the AC5X Family Control and Management Subsystem Functional Datasheet. Signed-off-by: Chris Packham <judge.packham@gmail.com>