All of lore.kernel.org
 help / color / mirror / Atom feed
* how to mapping device memory in head.S
@ 2015-04-12 12:23 yoma sophian
  2015-04-12 19:14 ` Russell King - ARM Linux
  0 siblings, 1 reply; 3+ messages in thread
From: yoma sophian @ 2015-04-12 12:23 UTC (permalink / raw)
  To: linux-arm-kernel

hi all:
I need to map peripheral address in head.S for early usage.
And I found in arm/kernel/head.S, there is  CONFIG_DEBUG_LL for
mapping low level uart.
My questions are:
1. CONFIG_DEBUG_LL is  using short-descriptor 1st-level section
descriptor formats. Is it possible to use short-descriptor 2nd-level
small page descriptor in head.S?
2. The peripheral mapping virtual address created in head.S is need to
access even after paging_init. Is it possible to put the mapping in
the persistent mapping in head.S?

appreciate your kind help in advance,

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

end of thread, other threads:[~2015-04-13  1:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-12 12:23 how to mapping device memory in head.S yoma sophian
2015-04-12 19:14 ` Russell King - ARM Linux
2015-04-13  1:30   ` yoma sophian

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.