genode/repos/base-hw
Norman Feske d44ec53cd3 core: tie Platform_thread to Platform_pd
This patch tightens the coupling of the 'Platform_thread' objects
with their corresponding 'Platform_pd' objects by specifying the
'Platform_pd' as constructor argument, keeping the relationship
as a reference (instead of a pointer), and constraining the
lifetime of 'Platform_pd' objects to the lifetime of the PD.

It thereby clears the way to simplify the thread creation since all
PD-related information (like quota budgets) are now known at the
construction time of the 'Platform_thread'.

The return value of 'Platform_thread::start' has been removed because it
is not evaluated by 'Cpu_thread_component'.

Related to #5256
2024-07-02 11:59:16 +02:00
..
board base-hw: move imx53-specifics to imx repository 2024-06-20 13:25:06 +02:00
etc base: remove SPEC variables of boards (fix #3971) 2021-01-25 13:58:09 +01:00
include base-hw: handle cap-slab exhaust in Thread::start 2024-07-02 11:59:16 +02:00
lib/mk base-hw: remove cortex spec directories 2024-07-02 11:59:16 +02:00
recipes base-hw: remove cortex spec directories 2024-07-02 11:59:16 +02:00
run hw: replace double_list implementation 2024-02-26 08:59:09 +01:00
src core: tie Platform_thread to Platform_pd 2024-07-02 11:59:16 +02:00