genode/repos/gems
Stefan Kalkowski 06edc0d52b base: extend PD session with managing_system call
Introduce the managing_system privilege for components like the
platform_driver to allow it to call system management functionality
that is reserved by kernel or special firmware, e.g., ARM Trusted Firmware.

The former RAM resource configuration attribute `constrain_phys`,
which enabled to constrain the region of physical RAM to be used,
gets replaced by the new, broader managing_system configuration
attribute of a `start` node. It gets enforced by the sandbox library.

Ref #3816
2020-08-25 11:50:11 +02:00
..
include Remove dithering from menu_view, themed decorator 2020-08-25 11:50:11 +02:00
lib aes_cbc_4k: import file for include directories 2020-08-25 11:50:09 +02:00
recipes base: extend PD session with managing_system call 2020-08-25 11:50:11 +02:00
run base: extend PD session with managing_system call 2020-08-25 11:50:11 +02:00
src sculpt: remove part_block upon failure 2020-08-25 11:50:11 +02:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

This directory is a source-code repository containing Genode-specific
services and applications. In contrast to the components that come with
the 'os' repository, programs contained in 'gems' are able to leverage
the functionalities provided by higher-level repositories such as 'libports'.
To use the 'gems' repository, make sure to also add those repositories to your
build configuraion.