coreboot/src
Martin Roth c5fb1a2ea8 google/rambi: Fix IASL warnings _CRS must return a value
The Touchpad and Touchscreen _CRS methods do not return an interrupt
value if the I2c busses that the devices are on are not in PCI mode.

Previously they didn't return any value if they weren't in PCI mode.
This patch has them return an empty resource template.

Fixes these warnings:
dsdt.aml 2813: Method (_CRS)
Warning  3115 -          ^ Not all control paths return a value (_CRS)
dsdt.aml 2813: Method (_CRS)
Warning  3107 -          ^ Reserved method must return a value
(Buffer required for _CRS)

dsdt.aml 2832: Method (_CRS)
Warning  3115 -          ^ Not all control paths return a value (_CRS)
dsdt.aml 2832: Method (_CRS)
Warning  3107 -          ^ Reserved method must return a value
(Buffer required for _CRS)

Change-Id: I02a29e56a513ec34a98534fb4a8d51df3b70a522
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/12519
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2015-11-24 22:41:57 +01:00
..
acpi tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
arch Unify OBJCOPY arguments throughout various x86 stages 2015-11-24 14:48:22 +01:00
commonlib commonlib/cbmem_id.h: Add CBMEM_ID_HOB_POINTER to CBMEM_ID_TO_NAME_TABLE 2015-11-23 21:10:28 +01:00
console console: Add help for serial IO port selection 2015-11-21 03:42:33 +01:00
cpu FSP 1.0: Fix CAR issues - broken timestamps and console 2015-11-24 21:21:43 +01:00
device x86emu: Remove XFree86 CVS tags 2015-11-20 20:43:54 +01:00
drivers fsp1_0: Update Kconfig for symbols not depending on FSP binary 2015-11-23 18:49:54 +01:00
ec ec/quanta/ene_kb3940q: Fix ACPI Notice 2015-11-24 22:40:12 +01:00
include southbridge/amd/sr5650: Add IOMMU support 2015-11-23 23:02:16 +01:00
lib lib/timestamp.c: only log "Timestamp table full" once 2015-11-24 21:01:25 +01:00
mainboard google/rambi: Fix IASL warnings _CRS must return a value 2015-11-24 22:41:57 +01:00
northbridge northbridge/amd/amdmct/mct_ddr3: Add CC6 setup information messages 2015-11-24 19:50:11 +01:00
soc intel/soc/baytrail: Move MCRS ResourceTemplate out of _CRS method 2015-11-24 22:37:40 +01:00
southbridge AMD/bettong: Add UART support 2015-11-24 20:57:47 +01:00
superio superio/smsc/mec1308: Fix IASL warnings 2015-11-24 22:30:19 +01:00
vendorcode chromeos: Fix Kconfig TPM warnings on systems with no LPC TPM 2015-11-21 03:40:31 +01:00
Kconfig IASL: Enable warnings as errors 2015-11-23 18:48:58 +01:00