hw: fix capability accounting of kernel/core

The recently implemented capability resource trading scheme unfortunately
broke the automated capability memory upgrade mechanism needed by base-hw
kernel/core. This commit splits the capability memory upgrade mechanism
from the PD session ram_quota upgrade, and moves that functionality
into a separate Pd_session::Native_pd interface.

Ref #2398
This commit is contained in:
Stefan Kalkowski
2017-06-13 14:54:08 +02:00
committed by Christian Helmuth
parent 6f8dc9054a
commit a004462096
24 changed files with 233 additions and 110 deletions

View File

@@ -20,7 +20,6 @@ SRC_CC += stack_area.cc \
pager.cc \
pager_object.cc \
pd_assign_pci.cc \
pd_upgrade_ram_quota.cc \
native_cpu_component.cc \
rpc_cap_factory.cc \
platform.cc \