Arm Community
Site
Search
User
Site
Search
User
Support forums
Architectures and Processors forum
Can I map the code/data memory as device memory
Jump...
Cancel
State
Accepted Answer
+1
person also asked this
people also asked this
Locked
Locked
Replies
3 replies
Subscribers
350 subscribers
Views
4294 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
Can I map the code/data memory as device memory
allen.zhang
over 8 years ago
For example, map the EL3 firmware memory as device memory, What we should concern? Thanks!
Parents
0
allen.zhang
over 8 years ago
in reply to
Peter Rielly
Thanks.
We have to run program as normal memory and IO range as device memory?
What about set the RO/RW/IO range as uncacheable memroy?
What about close MMU to run the el3 firmware?
Cancel
Vote up
0
Vote down
Cancel
Reply
0
allen.zhang
over 8 years ago
in reply to
Peter Rielly
Thanks.
We have to run program as normal memory and IO range as device memory?
What about set the RO/RW/IO range as uncacheable memroy?
What about close MMU to run the el3 firmware?
Cancel
Vote up
0
Vote down
Cancel
Children
0
Peter Rielly
over 8 years ago
in reply to
allen.zhang
Hi,
IO memory needs to be uncached but Device memory is always uncached so that is cool.
Instructions must be in Normal memory, which can be cached or uncached.
@EL3 with the MMU off *all* data accesses will be to Device memory and *all* instruction fetches will be to Normal memory. The address range doesn't matter.
Cancel
Vote up
0
Vote down
Cancel