genode/base-foc/lib/mk/arm
Christian Prochaska cb01f75a9d foc-arndale: use same context area location
Currently, on the Arndale platform, core uses a different thread context
area base address than the other tasks (0x20000000 vs. 0x40000000). This
is problematic, because core calculates the location of the UTCB area of a
new thread relatively to core's own thread context area base. So, the UTCB
area of non-core threads ends up in a virtual address range which is
outside of the task's thread context area and not marked as used in the
task's RM session.

With this patch, the same thread context area base address gets used in
core and in the other tasks.

Fixes #779.
2013-06-25 11:10:58 +02:00
..
base-common.mk Merge base libraries into a single library 2013-02-19 14:45:55 +01:00
base.mk foc-arndale: use same context area location 2013-06-25 11:10:58 +02:00
platform.inc Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
syscall.mk Merge base libraries into a single library 2013-02-19 14:45:55 +01:00