coreboot-kgpe-d16/src/mainboard/intel/emeraldlake2
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
cmos.layout
devicetree.cb
dsdt.asl
early_init.c
ec.c
ec.h
gpio.c
hda_verb.c
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
onboard.h mb/google,intel: Add ChromeOS GPIOs to onboard.h 2021-11-12 11:23:00 +00:00
smihandler.c
thermal.h