Intel 82801ax/82801bx: Fix and hook up i82801xx_smbus.c.
authorUwe Hermann <uwe@hermann-uwe.de>
Fri, 8 Oct 2010 16:40:23 +0000 (16:40 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Fri, 8 Oct 2010 16:40:23 +0000 (16:40 +0000)
commit3b8db813809f3485ceaa77bf91595e64cc588d92
tree5d0058b2263809d5254e9e173253aea4dc801f6a
parentc3af12fb8a930b8885b1c6c6b35d2aeff155b3c3
Intel 82801ax/82801bx: Fix and hook up i82801xx_smbus.c.

 - Fix incorrect #includes, add missing ones.

 - Drop unused do_smbus_write_block() and smbus_wait_until_blk_done().

 - Pass smbus_io_base to all functions as the other ICH implementations do.

 - Random other fixes which are required to make it build.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5924 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/southbridge/intel/i82801ax/Makefile.inc
src/southbridge/intel/i82801ax/i82801ax_early_smbus.c
src/southbridge/intel/i82801ax/i82801ax_smbus.c
src/southbridge/intel/i82801ax/i82801ax_smbus.h
src/southbridge/intel/i82801bx/Makefile.inc
src/southbridge/intel/i82801bx/i82801bx_early_smbus.c
src/southbridge/intel/i82801bx/i82801bx_smbus.c
src/southbridge/intel/i82801bx/i82801bx_smbus.h