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

For example, map the EL3 firmware memory as device memory, What we should concern? Thanks!

Parents
  • 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.
Reply
  • 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.
Children
No data