genode/repos/libports/recipes/pkg/acpica/runtime
Alexander Boettcher 94b3e30f90 acpica: report last completed action
triggered by the "system" ROM change. With this information the consumers
of the sleep_states report can determine, when the operation is finished.

Issue #5180
2024-04-19 08:54:20 +02:00

22 lines
388 B
Plaintext

<runtime ram="10M" caps="300" binary="acpica">
<requires>
<io_mem/>
<io_port/>
<platform/>
<rom label="platform_info"/>
<rom label="system"/>
<report/>
<timer/>
</requires>
<content>
<rom label="ld.lib.so"/>
<rom label="acpica"/>
</content>
<config reset="yes" poweroff="yes" report="yes" report_period_ms="20000"
use_gpe="no" sleep="yes"/>
</runtime>