Intel 82371EB: Add IDE init support.
authorUwe Hermann <uwe@hermann-uwe.de>
Tue, 29 May 2007 10:37:52 +0000 (10:37 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Tue, 29 May 2007 10:37:52 +0000 (10:37 +0000)
commit1410c2d2192c4f2e782ac9af97c9df0165c3974e
tree480da58f1adfd2c4e7e9632cfe19049ef0ce2105
parent861f96403777c8f4475ca94613c5142075dd0cdf
Intel 82371EB: Add IDE init support.

In a mainboard's Config.lb file you can configure whether the primary
and/or secondary IDE interfaces shall be enabled.

Also, various fixups in the rest of the southbridge code, most notably
the early SMBus code, plus some documentation improvements.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Corey Osgood <corey_osgood@verizon.net>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2703 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/include/device/pci_ids.h
src/southbridge/intel/i82371eb/Config.lb
src/southbridge/intel/i82371eb/chip.h
src/southbridge/intel/i82371eb/i82371eb.c
src/southbridge/intel/i82371eb/i82371eb.h
src/southbridge/intel/i82371eb/i82371eb_early_smbus.c
src/southbridge/intel/i82371eb/i82371eb_ide.c [new file with mode: 0644]
src/southbridge/intel/i82371eb/i82371eb_smbus.c