coreboot/src
Vladimir Serbinenko 4337020b95 Remove CACHE_ROM.
With the recent improvement 3d6ffe76f8,
speedup by CACHE_ROM is reduced a lot.
On the other hand this makes coreboot run out of MTRRs depending on
system configuration, hence screwing up I/O access and cache
coherency in worst cases.

CACHE_ROM requires the user to sanity check their boot output because
the feature is brittle. The working configuration is dependent on I/O
hole size, ram size, and chipset. Because of this the current
implementation can leave a system configured in an inconsistent state
leading to unexpected results such as poor performance and/or
inconsistent cache-coherency

Remove this as a buggy feature until we figure out how to do it properly
if necessary.

Change-Id: I858d78a907bf042fcc21fdf7a2bf899e9f6b591d
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/5146
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@google.com>
2014-02-25 00:57:35 +01:00
..
arch CAR_GLOBAL: enforce compiler to check if _start != _end 2014-02-24 13:54:02 +01:00
console usbdebug: Unify console API 2014-02-20 23:29:12 +01:00
cpu Remove CACHE_ROM. 2014-02-25 00:57:35 +01:00
device device: Do not show "framebuffer graphics resolution" with native init. 2014-02-22 09:07:53 +01:00
drivers usbdebug: Unify console API 2014-02-20 23:29:12 +01:00
ec chromeec: allow override of i8042 interrupt 2014-01-30 05:36:33 +01:00
include Remove CACHE_ROM. 2014-02-25 00:57:35 +01:00
lib Remove CACHE_ROM. 2014-02-25 00:57:35 +01:00
mainboard Remove CACHE_ROM. 2014-02-25 00:57:35 +01:00
northbridge Remove CACHE_ROM. 2014-02-25 00:57:35 +01:00
soc Remove CACHE_ROM. 2014-02-25 00:57:35 +01:00
southbridge ibexpeak/thermal: set temperature target in early init. 2014-02-20 14:04:19 +01:00
superio superio/fintek: Document Fintek F71869AD code. 2014-02-13 17:14:20 +01:00
vendorcode coreboot: infrastructure for different ramstage loaders 2014-02-15 18:39:29 +01:00
Kconfig console: Add drivers/uart 2014-02-17 20:45:27 +01:00