genode/repos/base-fiasco
Norman Feske 61926ebc07 base: introduce platform_init function
The new 'init_platform' function performs the platform-specific
component-local low-level initialization. It allows for the
differentiation between core and regular components as well as
kernel-dependent peculiarities.

This patch introduces a consistent notion of a 'Platform'. Within core,
the 'Platform' contains the kernel-specific initialization. Outside
core, the platform sets up the interplay with the parent component. In
all cases, the platform is constructed while running on the initial
stack.

Issue #4784
2023-03-15 17:05:01 +01:00
..
config Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
etc base: remove SPEC variables of boards (fix #3971) 2021-01-25 13:58:09 +01:00
lib base: introduce platform_init function 2023-03-15 17:05:01 +01:00
patches fiasco: fix compilation with GCC 6 2017-05-31 13:15:57 +02:00
ports Replace SHA1 hashes of port downloads with SHA256 2018-05-30 13:36:22 +02:00
recipes/src/base-fiasco depot: update recipe hashes 2023-03-13 14:32:54 +01:00
src core: replace use of Avl_string by Dictionary 2023-03-13 14:32:53 +01:00
README base-fiasco: coding style 2020-12-09 14:02:11 +01:00

This repository contains the L4/Fiasco-specific implementation of Genode.