diff options
| author | Patrice Chotard <[email protected]> | 2021-07-19 11:21:51 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-07-28 19:30:22 -0400 |
| commit | 268f6ac1f95c1734e7eea369e93062e52c4aa04a (patch) | |
| tree | 0ec302db5e1a97b04eb51f5cabbc174380488181 /scripts/basic | |
| parent | 558e699d156ebe7f0b51e05a2e38f35fbaa78b0f (diff) | |
arm64: Update memcpy_{from, to}io() helpers
At early U-Boot stage, before relocation, MMU is not yet configured
and disabled. DDR may not be configured with the correct memory
attributes (can be configured in MT_DEVICE instead of MT_MEMORY).
In this case, usage of memcpy_{from, to}io() may leads to synchronous
abort in AARCH64 in case the normal memory address is not 64Bits aligned.
To avoid such situation, forbid usage of normal memory cast to (u64 *) in
case MMU is not enabled.
Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Patrick Delaunay <[email protected]>
Cc: [email protected]
Signed-off-by: Patrick Delaunay <[email protected]>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions
