coreboot-kgpe-d16/src/southbridge/intel/lynxpoint/acpi
Duncan Laurie 1a25c9cdfd lynxpoint: Fix SerialIO ACPI compile issue with recent IASL
The SerialIO DwordIo() definition is fixed up before returning
it in the serialio device _CRS method, so the values that are set
in the raw ASL are not actually used.

However modern versions of IASL do not like that the RangeLength is
set to zero and will fail to compile.  Set this value to 1 to make
IASL stop complaining, but the real value is still fixed up in _CRS
so this has no real effect on the end result.

Change-Id: Iceb888e54dd4d627c12d078915108a11f45b1a2d
Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-on: http://review.coreboot.org/5182
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2014-04-09 13:59:16 +02:00
..
audio.asl lynxpoint: Fix LPT-LP PME_B0 bit offset in ACPI _PRW objects 2013-12-03 01:29:01 +01:00
globalnvs.asl lynxpoint: export mem console pointer in ACPI 2013-11-25 23:09:57 +01:00
irqlinks.asl haswell: Add initial support for Haswell platforms 2013-03-14 01:44:40 +01:00
lpc.asl lynxpoint: Add ACPI Method to enable GPIO as wake source 2013-11-25 23:45:23 +01:00
lpt_lp.asl lynxpoint: Add ACPI Method to enable GPIO as wake source 2013-11-25 23:45:23 +01:00
pch.asl lynxpoint: Add ACPI Method to enable GPIO as wake source 2013-11-25 23:45:23 +01:00
pcie.asl haswell: Add initial support for Haswell platforms 2013-03-14 01:44:40 +01:00
pcie_port.asl haswell: Add initial support for Haswell platforms 2013-03-14 01:44:40 +01:00
sata.asl haswell: Add initial support for Haswell platforms 2013-03-14 01:44:40 +01:00
serialio.asl lynxpoint: Fix SerialIO ACPI compile issue with recent IASL 2014-04-09 13:59:16 +02:00
sleepstates.asl haswell: Add initial support for Haswell platforms 2013-03-14 01:44:40 +01:00
smbus.asl haswell: Add initial support for Haswell platforms 2013-03-14 01:44:40 +01:00
usb.asl lynxpoint: XHCI: Don't put device in D3 in _PS0 Method 2013-12-21 23:55:02 +01:00