Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit a744f794 authored by Matt Wagantall's avatar Matt Wagantall
Browse files

ARM: Don't dump ioremapped memory with show_data()



Memory-mapped IO address spaces cannot be safely dumped at will.
Some addresses may not be available (clocked, powered) at all times,
and may result in hangs or bus decode errors if accessed. Other
registers that are accessible may have read side-effects, and dumping
them may have adverse affects on stability or the functionality of
the affected peripheral.

Be safe, and skip dumping such addresses altogether.

Change-Id: I4cfa75f027ededf841a0240715af0db385857cbe
Signed-off-by: default avatarMatt Wagantall <mattw@codeaurora.org>
parent 707fd824
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