mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
platform_drv: add mmio delayer support
required after power on and function level reset Issue #3963
This commit is contained in:
committed by
Norman Feske
parent
c89864c830
commit
5f7fe7498f
@@ -262,7 +262,7 @@ proc platform_drv_config {} {
|
||||
append_if [expr [have_spec x86] && ![have_spec muen]] drv_config {
|
||||
<service name="ROM" label="acpi"> <child name="acpi_report_rom"/> </service>}
|
||||
|
||||
append_if [have_spec rpi] drv_config {
|
||||
append_if [expr [have_spec rpi] || [have_spec x86]] drv_config {
|
||||
<service name="Timer"> <any-child/> </service>}
|
||||
|
||||
append drv_config {
|
||||
|
||||
Reference in New Issue
Block a user