From 113c3497201a28fd58335788da5e206ea8902b90 Mon Sep 17 00:00:00 2001 From: Rudolf Marek Date: Thu, 27 Oct 2011 20:42:11 +0200 Subject: Add support for AMD IMC controller. This patch adds support to dump SIO like interface of AMD Embedded Controller in the SB7xx and SB8xxx southbridges. Parts of the register interface are documented in SBxxx RRG BDG. Change-Id: Ib2ccaa3dfe33cfa8e7cba19d8ab0798286ad2f92 Signed-off-by: Rudolf Marek Reviewed-on: http://review.coreboot.org/343 Tested-by: build bot (Jenkins) Reviewed-by: Peter Stuge --- util/superiotool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/superiotool/Makefile') diff --git a/util/superiotool/Makefile b/util/superiotool/Makefile index 6f3cfa31b5..5cc7650ad8 100644 --- a/util/superiotool/Makefile +++ b/util/superiotool/Makefile @@ -57,7 +57,7 @@ CONFIG_PCI = yes ifeq ($(CONFIG_PCI), yes) CFLAGS += -DPCI_SUPPORT LIBS += -lpci -OBJS += pci.o via.o +OBJS += pci.o via.o amd.o endif all: $(PROGRAM) -- cgit v1.2.3