coreboot/src
Uwe Hermann 0d5a6accc8 Drop per-board ram_check() calls for now.
Every board had a slightly different invokation, very often commented out
anyway. We could either decide that this is only to be used by developers
during bringup (and thus added manually to romstage.c and removed before
the board gets committed). This method seems to be preferred from what I
have heard on IRC / mailing list in the past.

Or, we add the ram_check() somewhere globally and allow the user to enable
it via menuconfig (possibly only if EXPERT is selected).

Either way, the current method of spreading the calls all over the place is
not really the way to go.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6115 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-11-22 15:57:57 +00:00
..
arch/i386 Printing coreboot debug messages on VGA console is pretty much useless, since 2010-11-22 08:09:50 +00:00
boot Rename build system variables to be more intuitive, and 2010-09-30 16:55:02 +00:00
console Workaround to get die.c to work with romcc. 2010-11-22 13:07:10 +00:00
cpu Printing coreboot debug messages on VGA console is pretty much useless, since 2010-11-22 08:09:50 +00:00
devices Printing coreboot debug messages on VGA console is pretty much useless, since 2010-11-22 08:09:50 +00:00
drivers Printing coreboot debug messages on VGA console is pretty much useless, since 2010-11-22 08:09:50 +00:00
include Printing coreboot debug messages on VGA console is pretty much useless, since 2010-11-22 08:09:50 +00:00
lib Ensure that config options hidden by r6054 have defaults, and fix MALLOCDBG() 2010-11-10 02:00:32 +00:00
mainboard Drop per-board ram_check() calls for now. 2010-11-22 15:57:57 +00:00
northbridge i855: Remove useless memctrl indirection. 2010-11-22 12:59:36 +00:00
pc80 - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1 2010-10-05 13:40:31 +00:00
southbridge Printing coreboot debug messages on VGA console is pretty much useless, since 2010-11-22 08:09:50 +00:00
superio Drop W83627THF, it's the same device as W83627THG. 2010-11-16 23:15:37 +00:00
Kconfig Ensure that config options hidden by r6054 have defaults, and fix MALLOCDBG() 2010-11-10 02:00:32 +00:00
Kconfig.deprecated_options