superiotool: add detection and dump of Infineon SLB9635 TPM

Change-Id: If94ea5f45135a4b65bdd37532851fa0ba864bb73
Signed-off-by: Jonathan A. Kollasch <jakllsch@kollasch.net>
Reviewed-on: http://review.coreboot.org/421
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Jonathan A. Kollasch
2011-11-07 10:56:42 -06:00
committed by Stefan Reinauer
parent 2d7ab4c559
commit 3d1d6bb4ec
3 changed files with 94 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ CFLAGS += -O2 -Wall -Wstrict-prototypes -Wundef -Wstrict-aliasing \
LDFLAGS += -lz
OBJS = superiotool.o serverengines.o ali.o fintek.o ite.o nsc.o nuvoton.o \
smsc.o winbond.o
smsc.o winbond.o infineon.o
OS_ARCH = $(shell uname)
ifeq ($(OS_ARCH), Darwin)