- First pass at s2880 support.
authorEric Biederman <ebiederm@xmission.com>
Mon, 21 Jul 2003 20:13:45 +0000 (20:13 +0000)
committerEric Biederman <ebiederm@xmission.com>
Mon, 21 Jul 2003 20:13:45 +0000 (20:13 +0000)
commit2c018fba95a5f40c4eaaa20421e8c893dffdb62e
tree3b6ecc6eb72d145dd70bb549fe0130370d7e40fb
parent6d4512cdf976fc071720dbec686cf8a1a40f1db0
- First pass at s2880 support.
- SMP cleanups (remove SMP only use CONFIG_SMP)
- Minor tweaks to romcc to keep it from taking forever compiling
- failover fixes
- Get a good implementation of k8_cpufixup and sizeram for the opteron

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@998 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
33 files changed:
src/arch/i386/include/arch/smp/atomic.h [new file with mode: 0644]
src/arch/i386/include/arch/smp/spinlock.h [new file with mode: 0644]
src/arch/i386/lib/c_start.S
src/boot/hardwaremain.c
src/config/Options.lb
src/cpu/k8/cpufixup.c
src/devices/device.c
src/include/cpu/k8/mtrr.h
src/include/device/device.h
src/include/smp/atomic.h
src/include/smp/spinlock.h
src/lib/fallback_boot.c
src/mainboard/amd/quartet/auto.c
src/mainboard/amd/solo/auto.c
src/mainboard/arima/hdama/auto.c
src/mainboard/tyan/s2880/Config.lb [new file with mode: 0644]
src/mainboard/tyan/s2880/VERSION [new file with mode: 0644]
src/mainboard/tyan/s2880/auto.c [new file with mode: 0644]
src/mainboard/tyan/s2880/cmos.layout [new file with mode: 0644]
src/mainboard/tyan/s2880/failover.c [new file with mode: 0644]
src/mainboard/tyan/s2880/irq_tables.c [new file with mode: 0644]
src/mainboard/tyan/s2880/mainboard.c [new file with mode: 0644]
src/mainboard/tyan/s2880/mptable.c [new file with mode: 0644]
src/northbridge/amd/amdk8/coherent_ht.c
src/northbridge/amd/amdk8/northbridge.c
src/northbridge/amd/amdk8/raminit.c
src/northbridge/amd/amdk8/raminit.h
src/northbridge/amd/amdk8/reset_test.c
src/pc80/mc146818rtc_early.c
src/sdram/generic_sdram.c
src/southbridge/amd/amd8111/amd8111_lpc.c
src/southbridge/amd/amd8111/amd8111_usb2.c [new file with mode: 0644]
util/romcc/romcc.c