- Minor mod to reset16.inc to work with newer binutils hopefully this works with...
authorEric Biederman <ebiederm@xmission.com>
Tue, 17 Jun 2003 08:42:17 +0000 (08:42 +0000)
committerEric Biederman <ebiederm@xmission.com>
Tue, 17 Jun 2003 08:42:17 +0000 (08:42 +0000)
commit8d9c123812492a80a43112c8dd217fcfb3cee2c5
tree0bc841279e289f958d85cc8f2873b42770ecbce1
parentf96a810f11681ba436b446e9451e02cffcd525f5
- Minor mod to reset16.inc to work with newer binutils hopefully this works with older ones...
- Update apic.h to include the APIC_TASK_PRI register definition
- Update mptable.c to have a reasonable board OEM and productid
- Additional testfiles for romcc.
- Split out auto.c and early failover.c moving their generic bits elsewere
- Enable cache of the rom
- Fixes to amd8111_lpc.c so that we successfully setup virtual wire mode on the ioapic

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@880 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
17 files changed:
src/arch/i386/lib/cpu.c
src/cpu/i386/reset16.inc
src/cpu/k8/earlymtrr.inc
src/include/cpu/p6/apic.h
src/mainboard/amd/solo/auto.c
src/mainboard/amd/solo/mptable.c
src/northbridge/amd/amdk8/coherent_ht.c
src/northbridge/amd/amdk8/raminit.c
src/pc80/mc146818rtc_early.c
src/ram/ramtest.c
src/southbridge/amd/amd8111/amd8111_lpc.c
util/nrv2b/nrv2b.c
util/romcc/Makefile
util/romcc/romcc.c
util/romcc/tests/simple_test22.c
util/romcc/tests/simple_test30.c
util/romcc/tests/simple_test32.c [new file with mode: 0644]