genode/repos/base-sel4
Stefan Kalkowski 7e1692d997 core: unify handling of boot modules
Instead of solving the problem to deliver ROM modules to core while booting
differently for the several kernels (multi-boot, elfweaver, core re-linking),
this commit unifies the approaches. It always builds core as a library, and
after all binaries are built from a run-script, the run-tool will link an
ELF image out of the core-library and all boot modules. Thereby, core can
access its ROM modules directly.

This approach now works for all kernels except Linux.

With this solution, there is no [build_dir]/bin/core binary available anymore.
For debugging purposes you will find a core binary without boot modules, but
with debug symbols under [run_dir].core.

Fix #2095
2016-11-08 15:26:27 +01:00
..
doc sel4: 3rd article - porting core to seL4 2015-05-26 09:40:02 +02:00
include/sel4 base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
lib core: unify handling of boot modules 2016-11-08 15:26:27 +01:00
mk/spec core: unify handling of boot modules 2016-11-08 15:26:27 +01:00
patches sel4: fix UART access (patch) 2016-09-14 11:53:04 +02:00
ports sel4: fix UART access (patch) 2016-09-14 11:53:04 +02:00
src core: unify handling of boot modules 2016-11-08 15:26:27 +01:00