BIOS_SPEW is log level 9. There is nothing beyound that line.
(Thus the patch is trivial) Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3149 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
5671787b9e
commit
e989be26e6
@ -34,8 +34,8 @@ option ROM_SIZE=512*1024-36*1024
|
||||
# option ROM_SIZE=256*1024-36*1024
|
||||
option FALLBACK_SIZE=ROM_SIZE
|
||||
|
||||
option DEFAULT_CONSOLE_LOGLEVEL = 11
|
||||
option MAXIMUM_CONSOLE_LOGLEVEL = 11
|
||||
option DEFAULT_CONSOLE_LOGLEVEL = 9
|
||||
option MAXIMUM_CONSOLE_LOGLEVEL = 9
|
||||
# option DEFAULT_CONSOLE_LOGLEVEL = 4
|
||||
# option MAXIMUM_CONSOLE_LOGLEVEL = 4
|
||||
|
||||
|
@ -34,8 +34,8 @@ option ROM_SIZE=512*1024-36*1024
|
||||
#option ROM_SIZE=256*1024-36*1024
|
||||
option FALLBACK_SIZE=ROM_SIZE
|
||||
|
||||
option DEFAULT_CONSOLE_LOGLEVEL = 11
|
||||
option MAXIMUM_CONSOLE_LOGLEVEL = 11
|
||||
option DEFAULT_CONSOLE_LOGLEVEL = 9
|
||||
option MAXIMUM_CONSOLE_LOGLEVEL = 9
|
||||
#option DEFAULT_CONSOLE_LOGLEVEL = 4
|
||||
#option MAXIMUM_CONSOLE_LOGLEVEL = 4
|
||||
|
||||
|
@ -25,9 +25,9 @@
|
||||
target serengeti_cheetah_fam10
|
||||
mainboard amd/serengeti_cheetah_fam10
|
||||
# Request this level of debugging output
|
||||
option DEFAULT_CONSOLE_LOGLEVEL=11
|
||||
option DEFAULT_CONSOLE_LOGLEVEL=9
|
||||
# At a maximum only compile in this level of debugging
|
||||
option MAXIMUM_CONSOLE_LOGLEVEL=11
|
||||
option MAXIMUM_CONSOLE_LOGLEVEL=9
|
||||
|
||||
# 1024KB ROM
|
||||
option ROM_SIZE=1024*1024
|
||||
|
@ -25,9 +25,9 @@
|
||||
target serengeti_cheetah_fam10
|
||||
mainboard amd/serengeti_cheetah_fam10
|
||||
# Request this level of debugging output
|
||||
option DEFAULT_CONSOLE_LOGLEVEL=11
|
||||
option DEFAULT_CONSOLE_LOGLEVEL=9
|
||||
# At a maximum only compile in this level of debugging
|
||||
option MAXIMUM_CONSOLE_LOGLEVEL=11
|
||||
option MAXIMUM_CONSOLE_LOGLEVEL=9
|
||||
|
||||
# 512KB ROM
|
||||
option ROM_SIZE=512*1024
|
||||
|
Reference in New Issue
Block a user