aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-05-20 15:41:16 +0200
committerJames Cameron <quozl@laptop.org>2020-03-12 14:17:55 +1100
commit683f8945168c82ce0188cd9b6760a660b7a9b7b5 (patch)
tree53cf68506444fe9950ebece83f02def570242d12
parent0330c6ea0d7e7becc75e12a0c20d3044582e15f6 (diff)
downloadopenfirmware-683f8945168c82ce0188cd9b6760a660b7a9b7b5.tar.gz
olpc/via: force IASL output
We do use some faulty names, but we can't fix them because Linux drivers bind to them: dsdt.dsl(1964) : error 6033 - _HID string must be exactly 7 or 8 characters (XO15EC) dsdt.dsl(1976) : error 6136 - Non-hex letters must be upper case (15EBK)
-rw-r--r--cpu/x86/pc/olpc/via/dsdt.bth4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/x86/pc/olpc/via/dsdt.bth b/cpu/x86/pc/olpc/via/dsdt.bth
index 9c6c58c5..3171ea51 100644
--- a/cpu/x86/pc/olpc/via/dsdt.bth
+++ b/cpu/x86/pc/olpc/via/dsdt.bth
@@ -3,8 +3,8 @@ purpose: Build the ACPI tables
command: &builder &this
build-now
-" iasl -p dsdt -vi -vr -vs ../dsdt.dsl" expand$ $sh
-" iasl -p dsdt-c2only -vi -vr -vs ../dsdt-c2only.dsl" expand$ $sh
+" iasl -f -p dsdt -vi -vr -vs ../dsdt.dsl" expand$ $sh
+" iasl -f -p dsdt-c2only -vi -vr -vs ../dsdt-c2only.dsl" expand$ $sh
\ " iasl -vi -vr -vs ../fadt.dsl" expand$ $sh
\ " iasl -vi -vr -vs ../ssdt.dsl" expand$ $sh