Add support for the Intel Eagle Heights development board.
authorThomas Jourdan <thomas.jourdan@gmail.com>
Wed, 1 Jul 2009 17:01:17 +0000 (17:01 +0000)
committerMyles Watson <mylesgw@gmail.com>
Wed, 1 Jul 2009 17:01:17 +0000 (17:01 +0000)
commit1a692d817650068e2125036d25bbaf2f3e9ec876
tree76d51c38f3f85a0a121a7f7bfa82db1deab3ed96
parent6c96517a132ce26f906c8e38e19ebaab8b736e9a
Add support for the Intel Eagle Heights development board.

Signed-off-by: Thomas Jourdan <thomas.jourdan@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4392 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
31 files changed:
src/cpu/intel/bga956/Config.lb [new file with mode: 0644]
src/cpu/intel/bga956/bga956.c [new file with mode: 0644]
src/cpu/intel/bga956/chip.h [new file with mode: 0644]
src/cpu/intel/model_1067x/Config.lb [new file with mode: 0644]
src/cpu/intel/model_1067x/model_1067x_init.c [new file with mode: 0644]
src/include/device/pci_ids.h
src/mainboard/intel/eagleheights/Config.lb [new file with mode: 0644]
src/mainboard/intel/eagleheights/Options.lb [new file with mode: 0644]
src/mainboard/intel/eagleheights/acpi_tables.c [new file with mode: 0644]
src/mainboard/intel/eagleheights/auto.c [new file with mode: 0644]
src/mainboard/intel/eagleheights/chip.h [new file with mode: 0644]
src/mainboard/intel/eagleheights/cmos.layout [new file with mode: 0644]
src/mainboard/intel/eagleheights/debug.c [new file with mode: 0644]
src/mainboard/intel/eagleheights/dsdt.dsl [new file with mode: 0644]
src/mainboard/intel/eagleheights/fadt.c [new file with mode: 0644]
src/mainboard/intel/eagleheights/ioapic.h [new file with mode: 0644]
src/mainboard/intel/eagleheights/irq_tables.c [new file with mode: 0644]
src/mainboard/intel/eagleheights/mainboard.c [new file with mode: 0644]
src/mainboard/intel/eagleheights/mptable.c [new file with mode: 0644]
src/mainboard/intel/eagleheights/power_reset_check.c [new file with mode: 0644]
src/mainboard/intel/eagleheights/reset.c [new file with mode: 0644]
src/northbridge/intel/i3100/i3100.h
src/northbridge/intel/i3100/raminit.c
src/northbridge/intel/i3100/reset_test.c [new file with mode: 0644]
src/southbridge/intel/i3100/Config.lb
src/southbridge/intel/i3100/cmos_failover.c [new file with mode: 0644]
src/southbridge/intel/i3100/i3100_lpc.c
src/southbridge/intel/i3100/i3100_pciexp_portb.c [new file with mode: 0644]
src/southbridge/intel/i3100/i3100_sata.c
src/superio/smsc/smscsuperio/superio.c
targets/intel/eagleheights/Config.lb [new file with mode: 0644]