Stefan Kalkowski
13453e3c68
hw: activate strict conversion checking in kernel
...
Fix genodelabs/genode#4753
2023-02-27 08:22:48 +01:00
Stefan Kalkowski
0212f94809
hw: eliminate -DNR_OF_CPUS, use constant instead
...
Fix genodelabs/genode#4752
2023-02-27 08:22:48 +01:00
Norman Feske
03047009b1
base: avoid implicit conversions
...
This patch is a prerequisite for compiling the code with
the warnings -Wconversion enabled.
Issue #23
2021-12-17 15:04:44 +01:00
Norman Feske
db3f86d603
base-hw: avoid double slashes in path names
2021-02-23 12:02:45 +01:00
Norman Feske
8cc2662aac
Remove support for the Muen separation kernel
...
Fixes #3995
Fixes #3994
2021-02-23 11:55:44 +01:00
Norman Feske
1ccf8a280c
base-hw: simplify board support in external repo
...
Avoid use of REP_DIR in *.mk files to simplify the use of these files as
templates for a board hosted in a separate repository.
Use REP_INC_DIR for searching headers, thereby considering headers
hosted in an external repository.
Issue #3168
2021-01-25 13:58:10 +01:00
Stefan Kalkowski
9f28f4f803
hw: avoid BASE_DIR relative path definitions
...
Fix #3728
2020-04-17 12:55:13 +02:00
Stefan Kalkowski
3e3fb63863
hw: enable Genode::raw for bootstrap
...
Ref #3531
2019-11-19 14:42:23 +01:00
Stefan Kalkowski
935abb55b7
hw: move src/lib/hw
header to src/include/hw
...
* Remove bad style of using `src/lib` as include path
Fix #3244
2019-04-01 19:33:51 +02:00
Stefan Kalkowski
67ba7b89a7
hw: separate bootstrap and core strictly
...
* Introduce Hw namespace and library files under src/lib/hw
* Introduce Bootstrap namespace
* Move all initialization logic into Bootstrap namespace
Ref #2388
2017-05-31 13:15:52 +02:00
Martin Stein
34d1b60f52
bootstrap hw: add missing base/registry.cc
...
Ref #2196
2017-03-15 12:32:24 +01:00
Stefan Kalkowski
cf943dac65
hw: bootstrap into kernel
...
Put the initialization of the cpu cores, setup of page-tables, enabling of
MMU and caches into a separate component that is only used to bootstrap
the kernel resp. core.
Ref #2092
2017-02-23 14:54:42 +01:00