mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
00ac4afb9f
tested on T460p, X201, T470p by periodically checking and reporting. Issue #4631
22 lines
362 B
Plaintext
22 lines
362 B
Plaintext
<runtime ram="6M" caps="200" binary="acpica">
|
|
|
|
<requires>
|
|
<io_mem/>
|
|
<io_port/>
|
|
<irq/>
|
|
<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"/>
|
|
|
|
</runtime>
|