coreboot-kgpe-d16/src/northbridge/intel/nehalem
Paul Menzel 20f83d5656 intel/*/acpi: Increase range length of MCHBAR buffer to 32 kB
Linux kernel 2.6.31 reports the warning below on Intel Ivy Bridge (with
FSP).

	resource map sanity check conflict: 0xfed10000 0xfed17fff 0xfed10000 0xfed13fff pnp 00:01

Since Sandy Bridge the length of the MCHBAR is 32 kB and it is already
used that way in other places.

	$ more src/northbridge/intel/fsp_sandybridge/acpi/hostbridge.asl
	[…]
	OperationRegion (MCHB, SystemMemory, DEFAULT_MCHBAR, 0x8000)
	[…]

So instead of 16 kB specify that 32 kB are decoded in that memory
range for Intel Sandy Bridge, Ivy Bridge and Haswell.

(Linux kernel 3.10 does not warn about that.)

Change-Id: Ie7a9356d9051c807833df85e4a806e5a9498473f
Reported-by: Norwich in #coreboot on <irc.freenode.org>
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/5192
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@google.com>
Reviewed-by: Werner Zeh
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
2014-02-24 21:58:08 +01:00
..
acpi intel/*/acpi: Increase range length of MCHBAR buffer to 32 kB 2014-02-24 21:58:08 +01:00
acpi.c nehalem: Simplify acpi.c by using __SIMPLE_DEVICE__ 2014-01-23 19:39:45 +01:00
bootblock.c
chip.h
early_init.c X201: Move early nehalem S3 magic to right place. 2014-01-23 19:56:52 +01:00
fake_vbios.c
finalize.c
gma.c MTRR: Mark all prefetchable resources as WRCOMB. 2014-02-06 00:55:13 +01:00
gma.h
Kconfig
Makefile.inc nehalem: Move mrc.cache to 0xfffe0000. 2014-01-23 19:41:53 +01:00
nehalem.h nehalem: Fix SMRAM register address 2014-01-23 20:29:52 +01:00
northbridge.c
raminit.c nehalem: Make SPD address map into parameter. 2014-02-20 23:18:10 +01:00
raminit.h nehalem: Make SPD address map into parameter. 2014-02-20 23:18:10 +01:00
raminit_tables.c