Final set of changes to make Alix1c work.
Fix IRQ tables (Thanks to Marc Jones) Fix IRQ SLOT # Comment out ram test in early startup. make the debug print in lx/raminit.c a debug print, not emerg print Set the default console log level to 3, but leave in the possibility of running with more info (leave maximum at 11) Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Marc Jones <marc.jones@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2952 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
cce5040153
commit
6503cd9d00
5 changed files with 125 additions and 87 deletions
|
|
@ -29,9 +29,9 @@ static const unsigned char NumColAddr[] = {
|
|||
|
||||
void banner(char *s)
|
||||
{
|
||||
print_emerg("===========================");
|
||||
print_emerg(s);
|
||||
print_emerg("======================================\r\n");
|
||||
print_debug("===========================");
|
||||
print_debug(s);
|
||||
print_debug("======================================\r\n");
|
||||
}
|
||||
void hcf(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue