base-linux: add ARM support

This patch introduces a new platform 'linux_arm' for building and running
Genode/Linux on an ARM device.

Known limitations:

- libc 'setjmp()'/'longjmp()' doesn't currently save/restore floating
  point registers

Fixes #746.
This commit is contained in:
Christian Prochaska
2013-05-24 11:04:42 +02:00
committed by Norman Feske
parent 314d5c0975
commit 4a9b1c6aab
20 changed files with 350 additions and 11 deletions

View File

@@ -20,6 +20,7 @@ usage:
@echo
@echo " <platform> can be:"
@echo " 'linux_x86'"
@echo " 'linux_arm'"
@echo " 'fiasco_x86'"
@echo " 'pistachio_x86'"
@echo " 'okl4_x86'"