- Factoring of auto.c
authorEric Biederman <ebiederm@xmission.com>
Wed, 11 Jun 2003 21:55:00 +0000 (21:55 +0000)
committerEric Biederman <ebiederm@xmission.com>
Wed, 11 Jun 2003 21:55:00 +0000 (21:55 +0000)
commit05f26fcb571340b17beaca16939a025a9c0b4cdd
treea8c830fedbd545bf11c72c6d20b9e0715ffb6fdf
parentc927b022c23a55e84d5d6aaac1deb7b95e25a878
- Factoring of auto.c
- Implementation of fallback/normal support for the amd solo board
- Minor bugfix in romcc

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@867 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
13 files changed:
src/arch/i386/include/arch/romcc_io.h
src/arch/i386/lib/console.c
src/mainboard/amd/solo/auto.c
src/mainboard/amd/solo/failover.c [new file with mode: 0644]
src/northbridge/amd/amdk8/coherent_ht.c [new file with mode: 0644]
src/northbridge/amd/amdk8/early_ht.c [new file with mode: 0644]
src/northbridge/amd/amdk8/raminit.c [new file with mode: 0644]
src/pc80/mc146818rtc_early.c [new file with mode: 0644]
src/southbridge/amd/amd8111/amd8111_early_smbus.c [new file with mode: 0644]
src/southbridge/amd/amd8111/amd8111_enable_rom.c [new file with mode: 0644]
util/romcc/Makefile
util/romcc/romcc.c
util/romcc/tests/simple_test31.c [new file with mode: 0644]