coreboot/src
Kyösti Mälkki 7f189cc74e Intel Sandybridge and UMA: use mmio_resource()
With SandyBridge northbridge code, uma_memory_size was reset to
zero before variable MTRRs were set. This means MTRR setup routine
did not previously create a un-cacheable hole for uma.

Keep the behaviour that way, mmio_resource() has a prerequisuite that
the new region does not overlap with any cacheable ram_resource().

The result is not optimal setup in the number of used MTRRs, but
continue with this approach until MTRR algorithm is improved.

Change-Id: I63c8df19ad6b6350d46a3eca3055abf684b8b114
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/1373
Tested-by: build bot (Jenkins)
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com>
2012-08-01 10:58:44 +02:00
..
arch/x86 Revert "Use broadcast SIPI to startup siblings" 2012-07-31 06:46:02 +02:00
boot Implement stack overflow checking for the BSP 2012-07-24 23:29:12 +02:00
console USBDEBUG: buffer up to 8 bytes 2012-07-26 15:52:00 +02:00
cpu Intel Sandybridge: add reserved memory as resources 2012-08-01 10:57:17 +02:00
devices x86emu: Fix BSF and BSR instructions 2012-07-27 17:48:07 +02:00
drivers Revert "Use broadcast SIPI to startup siblings" 2012-07-31 06:46:02 +02:00
ec Add EC component for SMSC MEC1308/1310 2012-04-02 18:42:40 +02:00
include Intel Sandybridge: add reserved memory as resources 2012-08-01 10:57:17 +02:00
lib USBDEBUG: retry harder for slow devices 2012-07-30 20:54:24 +02:00
mainboard Revert "remove CONFIG_SERIAL_CPU_INIT" 2012-07-31 05:52:44 +02:00
northbridge Intel Sandybridge and UMA: use mmio_resource() 2012-08-01 10:58:44 +02:00
southbridge bd82x6x: Fix CONFIG_USBDEBUG 2012-07-30 20:54:12 +02:00
superio servengines/pilot superio: add attribute unused 2012-07-09 12:36:02 +02:00
vendorcode ELOG: Fix reporting of developer/recovery modes 2012-07-26 20:34:12 +02:00
Kconfig Add an option for Waiting for gdb connection if the gdb stub configuration is chosen. 2012-06-23 07:50:07 +02:00
Kconfig.deprecated_options Unify ID_SECTION_OFFSET and mark it deprecated 2012-01-18 11:21:39 +01:00