genode/base-hw
Martin Stein 54610247ad hw: don't communicate main-thread UTCB via SP
When using the initial SP of a main thread for the UTCB
startup-argument, fork_trampoline in libc_noux gets broken.
The function expects the SP to be initialized already in contrast
to the _start function in crt0.s that is called for processes that
are not forked. As the main-thread UTCB is located at the same virtual
address for every PD anyways, we can circumvent this problem by
defining it statically.

ref #964
2013-12-03 08:33:24 +01:00
..
doc Merge panda_a2 and panda SPEC (fix #505, fix #506) 2012-11-23 12:20:27 +01:00
include hw: don't communicate main-thread UTCB via SP 2013-12-03 08:33:24 +01:00
lib/mk hw: clearer naming scheme in kernel API 2013-11-25 09:45:30 +01:00
mk rpi: Change link address to support larger images 2013-11-25 09:46:09 +01:00
run hw: adjust expected serial start-message in run 2013-11-25 09:46:08 +01:00
src hw: don't communicate main-thread UTCB via SP 2013-12-03 08:33:24 +01:00