platform_drv: skip assign device if iommu missing
Avoid red messages in the log on machines with no IOMMU, which recurring confuse people. Issue #2801
This commit is contained in:
committed by
Christian Helmuth
parent
24e6b677bd
commit
501d82b99f
@@ -37,7 +37,7 @@ proc run_boot_dir {binaries} {
|
||||
# generate static ACPI report for platform driver on Muen
|
||||
if {[have_spec "muen"]} {
|
||||
set fh [open "bin/acpi" "WRONLY CREAT TRUNC"]
|
||||
puts $fh "<acpi><bdf start=\"0\" count=\"16384\" base=\"0xf8000000\"/></acpi>"
|
||||
puts $fh "<acpi><bdf start=\"0\" count=\"16384\" base=\"0xf8000000\"/><drhd/></acpi>"
|
||||
close $fh
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user