mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-04 13:04:14 +00:00
94b3e30f90
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
22 lines
388 B
Plaintext
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>
|