mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
Replace have_spec hw_x86_64_muen with have_spec muen
This commit is contained in:
parent
1e2fb9432f
commit
eec2cb34f8
@ -199,10 +199,10 @@ append_if [expr $use_usb] config {
|
||||
<content>
|
||||
<inline name="usb_drv.config">}
|
||||
|
||||
append_if [expr $use_usb && ![have_spec hw_x86_64_muen]] config {
|
||||
append_if [expr $use_usb && ![have_spec muen]] config {
|
||||
<config uhci="yes" ehci="yes" xhci="yes">}
|
||||
|
||||
append_if [expr $use_usb && [have_spec hw_x86_64_muen]] config {
|
||||
append_if [expr $use_usb && [have_spec muen]] config {
|
||||
<config uhci="no" ehci="no" xhci="yes">}
|
||||
|
||||
append_if [expr $use_usb] config {
|
||||
|
@ -30,7 +30,7 @@ proc core_link_address { } {
|
||||
proc run_boot_dir {binaries} {
|
||||
|
||||
# generate static ACPI report for platform driver on Muen
|
||||
if {[have_spec "x86_64_muen"]} {
|
||||
if {[have_spec "muen"]} {
|
||||
set fh [open "bin/acpi" "WRONLY CREAT TRUNC"]
|
||||
puts $fh "<acpi><bdf start=\"0\" count=\"16384\" base=\"0xf8000000\"/></acpi>"
|
||||
close $fh
|
||||
|
Loading…
Reference in New Issue
Block a user