platform_drv: add mmio delayer support

required after power on and function level reset

Issue #3963
This commit is contained in:
Alexander Boettcher
2020-12-09 10:07:05 +01:00
committed by Norman Feske
parent c89864c830
commit 5f7fe7498f
6 changed files with 50 additions and 20 deletions

View File

@ -2,7 +2,7 @@ assert_spec pci
#
# Build
#
set build_components { core init test/pci }
set build_components { core init test/pci timer }
set use_acpica_as_acpi_drv 0
@ -46,7 +46,12 @@ append config {
<default-route>
<any-service> <parent/> <any-child/> </any-service>
</default-route>
<default caps="100"/>}
<default caps="100"/>
<start name="timer">
<resource name="RAM" quantum="10M"/>
<provides><service name="Timer"/></provides>
</start>}
append_platform_drv_config
@ -64,7 +69,7 @@ install_config $config
# generic modules
set boot_modules {
core ld.lib.so init test-pci
core ld.lib.so init test-pci timer
}
# platform-specific modules