Makefile.inc: Remove workaround ACPI warnings
No boards now have a missing dependency so remove the workaround. Change-Id: I787f6aa588175ba620a068918c42edc9d257c3ef Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69514 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
35e09ec8ae
commit
457f77be37
17
Makefile.inc
17
Makefile.inc
@ -265,26 +265,9 @@ endef
|
||||
# ResourceTemplate is the correct code.
|
||||
# As it's valid ASL, disable the warning.
|
||||
EMPTY_RESOURCE_TEMPLATE_WARNING = 3150
|
||||
# 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)
|
||||
# A warning will be issued for each of these cases.
|
||||
# For existing ASL code, ignore this warnings
|
||||
IASL_MISSING_DEPENDENCY = 3141
|
||||
|
||||
IASL_WARNINGS_LIST = $(EMPTY_RESOURCE_TEMPLATE_WARNING)
|
||||
|
||||
ifeq ($(CONFIG_IGNORE_IASL_MISSING_DEPENDENCY),y)
|
||||
IASL_WARNINGS_LIST += $(IASL_MISSING_DEPENDENCY)
|
||||
build_complete::
|
||||
printf "*** WARNING: The ASL code for this platform is incomplete. Please fix it. ***\n"
|
||||
printf "*** If _PRS is present, must have _CRS and _SRS ***\n"
|
||||
printf "*** If _SRS is present, must have _PRS and _CRS ***\n"
|
||||
printf "*** If _DIS is present, must have _SRS, _PRS and _CRS ***\n"
|
||||
endif
|
||||
|
||||
IGNORED_IASL_WARNINGS = $(addprefix -vw , $(IASL_WARNINGS_LIST))
|
||||
|
||||
define asl_template
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
if BOARD_ACER_G43T_AM3
|
||||
|
||||
config IGNORE_IASL_MISSING_DEPENDENCY
|
||||
def_bool y
|
||||
|
||||
config BOARD_SPECIFIC_OPTIONS
|
||||
def_bool y
|
||||
select CPU_INTEL_SOCKET_LGA775
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
if BOARD_ASROCK_H81M_HDS
|
||||
|
||||
config IGNORE_IASL_MISSING_DEPENDENCY
|
||||
def_bool y
|
||||
|
||||
config BOARD_SPECIFIC_OPTIONS
|
||||
def_bool y
|
||||
select BOARD_ROMSIZE_KB_4096
|
||||
|
@ -14,9 +14,6 @@ config BOARD_ASUS_H61_SERIES
|
||||
|
||||
if BOARD_ASUS_H61_SERIES
|
||||
|
||||
config IGNORE_IASL_MISSING_DEPENDENCY
|
||||
def_bool y
|
||||
|
||||
config MAINBOARD_DIR
|
||||
default "asus/h61-series"
|
||||
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
if BOARD_ASUS_P5QPL_AM || BOARD_ASUS_P5G41T_M_LX
|
||||
|
||||
config IGNORE_IASL_MISSING_DEPENDENCY
|
||||
def_bool y
|
||||
|
||||
config BOARD_SPECIFIC_OPTIONS
|
||||
def_bool y
|
||||
select CPU_INTEL_SOCKET_LGA775
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
if BOARD_FOXCONN_D41S
|
||||
|
||||
config IGNORE_IASL_MISSING_DEPENDENCY
|
||||
def_bool y
|
||||
|
||||
config BOARD_SPECIFIC_OPTIONS
|
||||
def_bool y
|
||||
select CPU_INTEL_SOCKET_FCBGA559
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
if BOARD_FOXCONN_G41S_K || BOARD_FOXCONN_G41M
|
||||
|
||||
config IGNORE_IASL_MISSING_DEPENDENCY
|
||||
def_bool y
|
||||
|
||||
config BOARD_SPECIFIC_OPTIONS
|
||||
def_bool y
|
||||
select CPU_INTEL_SOCKET_LGA775
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
if BOARD_GIGABYTE_GA_D510UD
|
||||
|
||||
config IGNORE_IASL_MISSING_DEPENDENCY
|
||||
def_bool y
|
||||
|
||||
config BOARD_SPECIFIC_OPTIONS
|
||||
def_bool y
|
||||
select BOARD_ROMSIZE_KB_512
|
||||
|
@ -1,8 +1,5 @@
|
||||
if BOARD_INTEL_DCP847SKE
|
||||
|
||||
config IGNORE_IASL_MISSING_DEPENDENCY
|
||||
def_bool y
|
||||
|
||||
config BOARD_SPECIFIC_OPTIONS
|
||||
def_bool y
|
||||
select BOARD_ROMSIZE_KB_8192
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
if BOARD_INTEL_DG41WV
|
||||
|
||||
config IGNORE_IASL_MISSING_DEPENDENCY
|
||||
def_bool y
|
||||
|
||||
config BOARD_SPECIFIC_OPTIONS
|
||||
def_bool y
|
||||
select CPU_INTEL_SOCKET_LGA775
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
if BOARD_INTEL_DG43GT
|
||||
|
||||
config IGNORE_IASL_MISSING_DEPENDENCY
|
||||
def_bool y
|
||||
|
||||
config BOARD_SPECIFIC_OPTIONS
|
||||
def_bool y
|
||||
select CPU_INTEL_SOCKET_LGA775
|
||||
|
@ -1,8 +1,5 @@
|
||||
if BOARD_INTEL_EMERALDLAKE2
|
||||
|
||||
config IGNORE_IASL_MISSING_DEPENDENCY
|
||||
def_bool y
|
||||
|
||||
config BOARD_SPECIFIC_OPTIONS
|
||||
def_bool y
|
||||
select NORTHBRIDGE_INTEL_SANDYBRIDGE
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
if BOARD_SUPERMICRO_X10SLM_PLUS_F
|
||||
|
||||
config IGNORE_IASL_MISSING_DEPENDENCY
|
||||
def_bool y
|
||||
|
||||
config BOARD_SPECIFIC_OPTIONS
|
||||
def_bool y
|
||||
select BOARD_ROMSIZE_KB_16384
|
||||
|
@ -1,8 +1,5 @@
|
||||
if BOARD_SUPERMICRO_X9SCL
|
||||
|
||||
config IGNORE_IASL_MISSING_DEPENDENCY
|
||||
def_bool y
|
||||
|
||||
config BOARD_SPECIFIC_OPTIONS
|
||||
def_bool y
|
||||
select BOARD_ROMSIZE_KB_8192
|
||||
|
Loading…
x
Reference in New Issue
Block a user