mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
updates for hdama and other things.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1004 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
4dc7b80151
commit
ffc161e59a
2 changed files with 12 additions and 5 deletions
|
@ -148,11 +148,10 @@ makerule clean
|
||||||
action "rm -f linuxbios.* *~"
|
action "rm -f linuxbios.* *~"
|
||||||
action "rm -f linuxbios"
|
action "rm -f linuxbios"
|
||||||
action "rm -f ldscript.ld"
|
action "rm -f ldscript.ld"
|
||||||
action "rm -f a.out *.s *.l *.o"
|
action "rm -f a.out *.s *.l *.o *.E *.inc"
|
||||||
action "rm -f TAGS tags"
|
action "rm -f TAGS tags romcc"
|
||||||
action "rm -f docipl"
|
action "rm -f docipl buildrom chips.c *chip.c linuxbios_c* linuxbios_pay*"
|
||||||
action "rm -f build_opt_tbl option_table.c crt0.S"
|
action "rm -f build_opt_tbl option_table.c crt0.S"
|
||||||
action "rm -f chip_*.c"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
# do standard config files that the user need not specify
|
# do standard config files that the user need not specify
|
||||||
|
|
|
@ -324,11 +324,19 @@ define SERIAL_CONSOLE
|
||||||
export used
|
export used
|
||||||
comment "Log messages to serial console"
|
comment "Log messages to serial console"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
define DEFAULT_CONSOLE_LOGLEVEL
|
||||||
|
default 7
|
||||||
|
export always
|
||||||
|
comment "Console will log at this level unless changed"
|
||||||
|
end
|
||||||
|
|
||||||
define MAXIMUM_CONSOLE_LOGLEVEL
|
define MAXIMUM_CONSOLE_LOGLEVEL
|
||||||
default 7
|
default 7
|
||||||
export always
|
export always
|
||||||
comment "Console will log at this level"
|
comment "Error messages up to this level can be printed"
|
||||||
end
|
end
|
||||||
|
|
||||||
define NO_POST
|
define NO_POST
|
||||||
default none
|
default none
|
||||||
export always
|
export always
|
||||||
|
|
Loading…
Add table
Reference in a new issue