- Don't force spew level debug messages on the kherpi
- optimize_link_read_pointers compiles now on the solo so don't disable it. - Start sorting out the confusion between and object and an initobject on the ppc ports - Major bugfix release of romcc to support to remove preprocessor deficiencies. The line and column numbers are computed are now correct. But watch out the error messages sometimes report the location of the next token so things are still a little skewed. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1784 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
f6f349828f
commit
cb364958a0
|
@ -1,9 +1,4 @@
|
|||
#define ASSEMBLY 1
|
||||
#undef MAXIMUM_CONSOLE_LOGLEVEL
|
||||
#undef DEFAULT_CONSOLE_LOGLEVEL
|
||||
#define MAXIMUM_CONSOLE_LOGLEVEL 9
|
||||
#define DEFAULT_CONSOLE_LOGLEVEL 9
|
||||
|
||||
#include <stdint.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <arch/io.h>
|
||||
|
|
|
@ -642,10 +642,6 @@ static int setup_coherent_ht_domain(void)
|
|||
}
|
||||
coherent_ht_finalize(result.nodes);
|
||||
result.needs_reset = apply_cpu_errata_fixes(result.nodes, result.needs_reset);
|
||||
|
||||
#if CONFIG_MAX_CPUS > 1 /* Why doesn't this work on the solo? */
|
||||
result.needs_reset = optimize_link_read_pointers(result.nodes, result.needs_reset);
|
||||
#endif
|
||||
|
||||
return result.needs_reset;
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
initobject cpc710.o
|
||||
initobject cpc710_pci.o
|
||||
initobject cpc710_sdram.o
|
||||
#initobject cpc710_sdram.o
|
||||
|
||||
object cpc710.o
|
||||
object cpc710_pci.o
|
||||
|
|
1406
util/romcc/romcc.c
1406
util/romcc/romcc.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue