- Small step forward Linux boots and almost works...
authorEric Biederman <ebiederm@xmission.com>
Thu, 24 Apr 2003 06:25:08 +0000 (06:25 +0000)
committerEric Biederman <ebiederm@xmission.com>
Thu, 24 Apr 2003 06:25:08 +0000 (06:25 +0000)
commit5899fd82aa2f5c3855eb6630f702f3239b6b7015
treee699faf63cd467933b0134f591291e702cf55c3b
parent8ca8d7665d671e10d72b8fcb4d69121d75f7906e
- Small step forward Linux boots and almost works...

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@795 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
17 files changed:
src/arch/i386/lib/cpu.c
src/arch/i386/lib/pci_ops.c
src/arch/i386/smp/ioapic.c [new file with mode: 0644]
src/arch/i386/smp/mpspec.c
src/arch/i386/smp/start_stop.c [new file with mode: 0644]
src/boot/hardwaremain.c
src/config/linuxbios_c.ld
src/devices/device.c
src/devices/device_util.c
src/devices/pci_device.c
src/include/device/device.h [new file with mode: 0644]
src/include/device/pci.h [new file with mode: 0644]
src/include/device/pci_ids.h [new file with mode: 0644]
src/include/device/pci_ops.h [new file with mode: 0644]
src/include/device/resource.h [new file with mode: 0644]
src/mainboard/amd/solo/mainboard.c
src/mainboard/amd/solo/mptable.c [new file with mode: 0644]