mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-13 22:23:45 +00:00
sculpt_manager: add missing parent routes to runtime
In the generated runtime file the parent provides routes for IO_MEM, IO_PORT and IRQ are needed to run acpica as a child of runtime. Issue #2909
This commit is contained in:
parent
436b10729e
commit
5a182651db
@ -822,6 +822,9 @@ void Sculpt::Main::_generate_runtime_config(Xml_generator &xml) const
|
||||
gen_parent_service<Nitpicker::Session>(xml);
|
||||
gen_parent_service<Rtc::Session>(xml);
|
||||
gen_parent_service<Trace::Session>(xml);
|
||||
gen_parent_service<Io_mem_session>(xml);
|
||||
gen_parent_service<Io_port_session>(xml);
|
||||
gen_parent_service<Irq_session>(xml);
|
||||
});
|
||||
|
||||
_storage.gen_runtime_start_nodes(xml);
|
||||
|
Loading…
x
Reference in New Issue
Block a user