- 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:
Eric Biederman 2004-11-15 10:46:44 +00:00
parent f6f349828f
commit cb364958a0
4 changed files with 769 additions and 648 deletions

View File

@ -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>

View File

@ -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;
}

View File

@ -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

File diff suppressed because it is too large Load Diff