genode/base-hw/include
Stefan Kalkowski 73eb7a8d4b hw: map core on demand (fix #723)
Instead of mapping all physical memory 1:1 into core/kernel's address space,
this commit limits the 1:1 mapping to the binary image, and I/O memory
regions used by the kernel only. All subsequent memory accesses of core
are done by mapping the corresponding memory on demand, and not necessarily
1:1.

This commit has several side effects:

The page table code had to be revisited completely. The kernel inserts no
longer anything into the page tables, apart from the initial translations
to have the core/kernel image available when enabling the MMU. The page
tables and higher level translation tables are no longer named Tlb, but
Translation_table instead. There is no indirection class required to define
the translation tables of a concrete SoC, the appropriated ARM specifier
is sufficient.
The ability to map core's memory the same way like it's done for all other
protection domains, makes a special treatment of core's threads (no context
area) obsolete.

Ref #567 (partly solves it)
Fix #723
Fix #1068
2014-05-07 10:37:39 +02:00
..
arm/kernel hw: clearer naming scheme in kernel API 2013-11-25 09:45:30 +01:00
base hw: map core on demand (fix #723) 2014-05-07 10:37:39 +02:00
cpu_session core: evaluate CPU session affinity argument 2013-08-13 17:08:25 +02:00
exynos5_uart/drivers hw: basic support for ODROID XU board (Fix #991) 2013-12-03 11:30:07 +01:00
irq_session hw: handle interrupts via signals 2013-11-14 19:57:30 +01:00
kernel hw: provide Kernel::update_instr_region 2014-04-14 12:28:16 +02:00
pl011/drivers Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
platform TrustZone: reenable memory protection (fix #1060) 2014-02-28 10:11:08 +01:00
signal_session hw: throw expressive exceptions in signal session 2013-10-16 09:26:11 +02:00
tl16c750/drivers Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
vm_session Extend base-hw specific vm-session (fix #738) 2013-05-10 11:16:13 +02:00