genode/repos/base-sel4/src/core
Norman Feske 62b1c55399 Integrate CAP session into PD session
This patch integrates the functionality of the former CAP session into
the PD session and unifies the approch of supplementing the generic PD
session with kernel-specific functionality. The latter is achieved by
the new 'Native_pd' interface. The kernel-specific interface can be
obtained via the Pd_session::native_pd accessor function. The
kernel-specific interfaces are named Nova_native_pd, Foc_native_pd, and
Linux_native_pd.

The latter change allowed for to deduplication of the
pd_session_component code among the various base platforms.

To retain API compatibility, we keep the 'Cap_session' and
'Cap_connection' around. But those classes have become mere wrappers
around the PD session interface.

Issue #1841
2016-03-07 12:34:44 +01:00
..
include Integrate CAP session into PD session 2016-03-07 12:34:44 +01:00
boot_modules.s sel4: move core to a libaray, add boot_modules.s 2015-05-26 09:39:59 +02:00
capability_space.cc Integrate CAP session into PD session 2016-03-07 12:34:44 +01:00
context_area.cc sel4: update to version 2.1 2016-02-26 11:36:55 +01:00
core_rm_session.cc base: redesign object pool using lambda interface 2015-09-09 15:14:28 +02:00
cpu_session_support.cc sel4: core skeleton 2015-05-26 09:39:57 +02:00
io_mem_session_support.cc sel4: core skeleton 2015-05-26 09:39:57 +02:00
irq_session_component.cc sel4: core skeleton 2015-05-26 09:39:57 +02:00
pager.cc sel4: update to version 2.1 2016-02-26 11:36:55 +01:00
platform.cc sel4: update to version 2.1 2016-02-26 11:36:55 +01:00
platform_pd.cc sel4: update to version 2.1 2016-02-26 11:36:55 +01:00
platform_thread.cc sel4: update to version 2.1 2016-02-26 11:36:55 +01:00
ram_session_support.cc sel4: update to version 2.1 2016-02-26 11:36:55 +01:00
rm_session_support.cc sel4: implementation of Rm_client::unmap 2015-05-26 09:40:01 +02:00
rpc_cap_factory.cc Integrate CAP session into PD session 2016-03-07 12:34:44 +01:00
target.mk sel4: link core to different address 2015-05-26 09:40:00 +02:00
thread_start.cc sel4: update to version 2.1 2016-02-26 11:36:55 +01:00