coreboot-kgpe-d16/src/northbridge/intel/haswell
Martin Roth fc706437cb Intel: Move MCRS ResourceTemplate outside of _CRS method
On Broadwell, this reduces the number of 'remarks' in the IASL build
from 222 to 3.

Fixes these remarks:
Object is not referenced (Name is within method [_CRS])

The ACPI compiler is trying to be helpful in letting us know
that we're not using various fields in the MCRS ResourceTemplate
when we define it inside of the _CRS method.  Since we're not
intending to use those objects in the method, it shouldn't be an
issue, but the warning is annoying and can mask real issues.
Moving the creation of the MCRS object to outside of the CRS
method and referencing it from there solves this problem.

This change was made for fsp_baytrail in commit 2eaa0d49
fsp_baytrail: Fix ACPI 'Object is not referenced' warnings

Change-Id: I67a1faf963d1868f4133c7747a43a511cd28a44b
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: http://review.coreboot.org/11268
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2015-10-23 22:32:11 +02:00
..
acpi Intel: Move MCRS ResourceTemplate outside of _CRS method 2015-10-23 22:32:11 +02:00
acpi.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
bootblock.c x86: Unify arch/io.h and arch/romcc_io.h 2013-03-22 00:00:09 +01:00
chip.h igd.asl rewrite 2015-05-28 08:27:10 +02:00
early_init.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
finalize.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
gma.c Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED() 2015-07-12 18:14:23 +02:00
gma.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
haswell.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
Kconfig Intel: Remove CACHE_MRC_BIN - 'selected' everywhere in Kconfig 2015-08-25 17:36:45 +00:00
Makefile.inc intel: Do not hardcode the position of mrc.cache 2015-09-07 17:40:32 +00:00
minihd.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
mrccache.c bootstate: remove need for #ifdef ENV_RAMSTAGE 2015-09-04 21:01:58 +00:00
northbridge.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
pei_data.h haswell: add option to change DqPinsInterleaved 2013-12-21 12:02:56 +01:00
ram_calc.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
raminit.c cbfs: new API and better program loading 2015-06-02 14:09:31 +02:00
raminit.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
report_platform.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00