public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* ARM A53 and initial MMU mapping for EL0/1/2/3 ?
@ 2022-02-08 22:05 Joakim Tjernlund
  2022-02-09  0:33 ` Andre Przywara
  0 siblings, 1 reply; 21+ messages in thread
From: Joakim Tjernlund @ 2022-02-08 22:05 UTC (permalink / raw)
  To: u-boot@lists.denx.de

Trying to figure out how I should map the MMU for normal RAM so it acessible
from all ELx security states.
So far I have this mem_map: 

		/* memory mapped RAM. 32MB  */
		.virt = 0x60000000UL,
		.phys = 0x60000000UL,
		.size = 0x02000000UL,
		.attrs = PTE_BLOCK_MEMTYPE(MT_NORMAL) | PTE_BLOCK_INNER_SHARE

but starting to doubt that is correct, can someone suggest what to put in the .attrs field?

 Jocke

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2022-03-18 12:22 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-08 22:05 ARM A53 and initial MMU mapping for EL0/1/2/3 ? Joakim Tjernlund
2022-02-09  0:33 ` Andre Przywara
2022-02-09  8:35   ` Joakim Tjernlund
2022-02-09 10:45     ` Andre Przywara
2022-02-09 12:03       ` Joakim Tjernlund
2022-02-10 10:22         ` Andre Przywara
2022-02-10 21:58           ` Joakim Tjernlund
2022-02-10 22:43             ` Andre Przywara
2022-02-11  0:22               ` Joakim Tjernlund
2022-02-11  1:26                 ` Andre Przywara
2022-02-11 14:00                   ` Joakim Tjernlund
2022-02-11 17:00                     ` Joakim Tjernlund
2022-02-17 15:13                       ` Andre Przywara
2022-02-17 16:05                         ` Joakim Tjernlund
2022-03-16 20:28                         ` Joakim Tjernlund
2022-03-17  0:32                           ` Andre Przywara
2022-03-18 12:22                             ` Joakim Tjernlund
2022-02-09 13:05       ` Michael Walle
2022-02-09 13:13         ` Andre Przywara
2022-02-09 18:07           ` Joakim Tjernlund
2022-02-10 10:13             ` Andre Przywara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox