coreboot-kgpe-d16/src/northbridge/intel
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
..
e7501 CBMEM northbridges: Remove references to global high_tables_base 2013-09-11 07:09:47 +02:00
e7505 lib: Make log2() available in romstage on ARM, not just x86 2014-01-13 04:03:06 +01:00
e7520 CBMEM northbridges: Remove references to global high_tables_base 2013-09-11 07:09:47 +02:00
e7525 CBMEM northbridges: Remove references to global high_tables_base 2013-09-11 07:09:47 +02:00
fsp_sandybridge intel/*/acpi: Increase range length of MCHBAR buffer to 32 kB 2014-02-24 21:58:08 +01:00
gm45 CBMEM: Unify get_top_of_ram() 2013-09-11 07:16:00 +02:00
haswell intel/*/acpi: Increase range length of MCHBAR buffer to 32 kB 2014-02-24 21:58:08 +01:00
i440bx CBMEM northbridges: Remove references to global high_tables_base 2013-09-11 07:09:47 +02:00
i440lx CBMEM northbridges: Remove references to global high_tables_base 2013-09-11 07:09:47 +02:00
i855 CBMEM northbridges: Remove references to global high_tables_base 2013-09-11 07:09:47 +02:00
i945 CBMEM intel: Define get_top_of_ram() once per chipset 2014-01-15 15:29:52 +01:00
i3100 lib: Make log2() available in romstage on ARM, not just x86 2014-01-13 04:03:06 +01:00
i5000 Coding style: punctuation cleanup [1/2]. 2013-12-23 02:12:51 +01:00
i82810 CBMEM northbridges: Remove references to global high_tables_base 2013-09-11 07:09:47 +02:00
i82830 CBFS: use cbfs_get_file_content whenever possible rather than cbfs_get_file 2014-01-12 17:41:58 +01:00
nehalem intel/*/acpi: Increase range length of MCHBAR buffer to 32 kB 2014-02-24 21:58:08 +01:00
sandybridge intel/*/acpi: Increase range length of MCHBAR buffer to 32 kB 2014-02-24 21:58:08 +01:00
sch CBMEM northbridges: Remove references to global high_tables_base 2013-09-11 07:09:47 +02:00
Kconfig Add Intel FSP northbridge support Sandybridge and Ivybridge 2013-12-04 18:45:13 +01:00
Makefile.inc Add Intel FSP northbridge support Sandybridge and Ivybridge 2013-12-04 18:45:13 +01:00