coreboot-kgpe-d16/src/mainboard/intel/strago
Elyes HAOUAS 28fa297901 IASL: Ignore IASL's "Missing dependency" warning
IASL compiler check for usage of _CRS, _DIS, _PRS, and _SRS objects:
 1) If _PRS is present, must have _CRS and _SRS
 2) If _SRS is present, must have _PRS (_PRS requires _CRS and _SRS)
 3) If _DIS is present, must have _SRS (_SRS requires _PRS, _PRS requires _CRS and _SRS)
 4) If _SRS is present, probably should have a _DIS (Remark only)
IASL will issue a warning for each missing dependency.
Ignore this warnings for existing ASL code and issue a message when the build is complete.

Change-Id: I28b437194f08232727623009372327fec15215dd
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59880
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-by: Martin Roth <martinroth@google.com>
2022-01-28 16:34:23 +00:00
..
acpi
acpi_tables.c
board_info.txt
chromeos.c mb/google,intel: Add ChromeOS GPIOs to onboard.h 2021-11-12 11:23:00 +00:00
chromeos.fmd
cmos.layout
com_init.c
devicetree.cb
dsdt.asl
ec.c ChromeOS: Fix <vc/google/chromeos/chromeos.h> 2021-11-09 00:14:46 +00:00
ec.h
gpio.c
irqroute.c
irqroute.h
Kconfig IASL: Ignore IASL's "Missing dependency" warning 2022-01-28 16:34:23 +00:00
Kconfig.name
mainboard.c ChromeOS: Refactor ACPI CNVS generation 2021-12-23 21:18:25 +00:00
Makefile.inc intel/strago: Fix some CHROMEOS guards 2021-11-11 06:22:19 +00:00
onboard.h mb/google,intel: Add ChromeOS GPIOs to onboard.h 2021-11-12 11:23:00 +00:00
ramstage.c
romstage.c
smihandler.c
w25q64.c