summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801ax/Makefile.inc
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2010-10-08 16:40:23 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-10-08 16:40:23 +0000
commit3b8db813809f3485ceaa77bf91595e64cc588d92 (patch)
tree5d0058b2263809d5254e9e173253aea4dc801f6a /src/southbridge/intel/i82801ax/Makefile.inc
parentc3af12fb8a930b8885b1c6c6b35d2aeff155b3c3 (diff)
downloadcoreboot-3b8db813809f3485ceaa77bf91595e64cc588d92.tar.xz
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
Diffstat (limited to 'src/southbridge/intel/i82801ax/Makefile.inc')
-rw-r--r--src/southbridge/intel/i82801ax/Makefile.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/southbridge/intel/i82801ax/Makefile.inc b/src/southbridge/intel/i82801ax/Makefile.inc
index 4d2288adc3..6d253f01fe 100644
--- a/src/southbridge/intel/i82801ax/Makefile.inc
+++ b/src/southbridge/intel/i82801ax/Makefile.inc
@@ -23,11 +23,9 @@ driver-y += i82801ax_ac97.c
driver-y += i82801ax_ide.c
driver-y += i82801ax_lpc.c
driver-y += i82801ax_pci.c
-# driver-y += i82801ax_smbus.c
+driver-y += i82801ax_smbus.c
driver-y += i82801ax_usb.c
ramstage-y += i82801ax_reset.c
ramstage-y += i82801ax_watchdog.c
-# TODO: Fix and enable i82801ax_smbus.o later.
-