mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 17:17:38 +00:00
platform_drv: replace nova specific device_pd
by using generic Pd_session::map instead for eager memory mappings of DMA memory. Issue #2209
This commit is contained in:
committed by
Christian Helmuth
parent
fe4bdde687
commit
69e71147ef
@ -54,7 +54,6 @@ proc platform_drv_build_components {} {
|
||||
lappend_if [have_platform_drv] drv_build_components drivers/platform
|
||||
lappend_if [have_spec acpi] drv_build_components drivers/acpi
|
||||
lappend_if [have_spec acpi] drv_build_components server/report_rom
|
||||
lappend_if [have_spec nova] drv_build_components drivers/platform/spec/x86/device_pd
|
||||
return $drv_build_components
|
||||
}
|
||||
|
||||
@ -69,7 +68,6 @@ proc platform_drv_boot_modules {} {
|
||||
lappend_if [have_platform_drv] drv_boot_modules platform_drv
|
||||
lappend_if [have_spec acpi] drv_boot_modules acpi_drv
|
||||
lappend_if [have_spec acpi] drv_boot_modules report_rom
|
||||
lappend_if [have_spec nova] drv_boot_modules device_pd
|
||||
lappend_if [have_spec muen] drv_boot_modules acpi
|
||||
return $drv_boot_modules
|
||||
}
|
||||
|
Reference in New Issue
Block a user