mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 18:06:50 +00:00
ahci & exynos5: use platform driver in AHCI test
This commit is contained in:
parent
0c7c285079
commit
c93e770316
@ -12,6 +12,7 @@ set build_components { core init drivers/timer drivers/ahci test/block }
|
||||
lappend_if [have_spec x86_32] build_components drivers/pci
|
||||
lappend_if [have_spec acpi] build_components drivers/acpi
|
||||
lappend_if [have_spec pci] build_components drivers/pci/device_pd
|
||||
lappend_if [have_spec exynos5] build_components drivers/platform
|
||||
|
||||
build $build_components
|
||||
|
||||
@ -40,6 +41,12 @@ set config {
|
||||
<any-service> <parent/> <any-child/> </any-service>
|
||||
</default-route>}
|
||||
|
||||
append_if [have_spec exynos5] config {
|
||||
<start name="platform_drv">
|
||||
<resource name="RAM" quantum="1M"/>
|
||||
<provides><service name="Regulator"/></provides>
|
||||
</start> }
|
||||
|
||||
append_if [have_spec acpi] config {
|
||||
<start name="acpi">
|
||||
<resource name="RAM" quantum="4M"/>
|
||||
@ -105,6 +112,7 @@ set boot_modules { core init timer ahci test-block }
|
||||
|
||||
append_if [have_spec x86_32] boot_modules { pci_drv acpi_drv }
|
||||
append_if [have_spec nova] boot_modules pci_device_pd
|
||||
append_if [have_spec exynos5] boot_modules platform_drv
|
||||
|
||||
build_boot_image $boot_modules
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user