coreboot/lib
Mart Raudsepp 69d6613be1 Be silent in ram_check in non-debug loglevels
As DBE61 support now runs ram_check for non-debug purposes and has expected failures
on DBE61A, downgrade the per-address looped fail notification printk and other messages
from BIOS_ERR to BIOS_DEBUG.
Document that if something is wanted to be reported in non-debug loglevels, one should
do so in the caller based on the return value.
Tweak a debug string in ram_verify to be more descriptive.

Signed-off-by: Mart Raudsepp <mart.raudsepp@artecdesign.ee>
Acked-by: Peter Stuge <peter@stuge.se>

git-svn-id: svn://coreboot.org/repository/coreboot-v3@1047 f3766cd6-281f-0410-b1cd-43a5c92072e9
2008-11-20 12:20:35 +00:00
..
clog2.c log2 is now log2f (floor) and log2c (ceiling) and users MUST pick one or 2008-08-31 20:28:21 +00:00
compute_ip_checksum.c
console.c Not a single file is being rebuilt in v3 if build.h changes. That means 2008-11-16 22:59:52 +00:00
delay.c This now compiles and has a simple error on build to stage2. 2008-08-23 16:51:00 +00:00
elfboot.c
Kconfig Add log levels to the output. In order to use this enable EXPERT and CONSOLE_LOG_LEVEL. 2008-10-13 20:15:56 +00:00
lar.c Fix a bunch of Doxygen warnings in v3 (trivial). 2008-10-23 18:55:01 +00:00
lzma.c Fix a typo in r684 which caused compilation to fail. Trivial. 2008-05-23 19:59:43 +00:00
lzmadecode.c
lzmadecode.h
Makefile Not a single file is being rebuilt in v3 if build.h changes. That means 2008-11-16 22:59:52 +00:00
mem.c
nrv2b.c
ram.c
ramtest.c Be silent in ram_check in non-debug loglevels 2008-11-20 12:20:35 +00:00
stage2.c This patch adds some debug functions, cleans up whitespace (per indent), and adds const in a few places. 2008-11-14 16:15:33 +00:00
string.c
tables.c the multiboot map is generated too early in 2008-10-17 22:49:43 +00:00
uart8250.c
vsprintf.c
vtxprintf.c