tpm: Move the LPC TPM driver to a subdirectory
commit1ab1eac63ec4c13655e917eb34c86bbf290802a2
authorDuncan Laurie <dlaurie@chromium.org>
Thu, 30 Oct 2014 22:11:48 +0000 (30 15:11 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Fri, 10 Apr 2015 17:32:13 +0000 (10 19:32 +0200)
tree6051fe66dd5572d14f20c312b210ceac03718bcd
parent1164d51828c0edae56376b9ebcbb910e577ed748
tpm: Move the LPC TPM driver to a subdirectory

This moves the LPC TPM driver to drivers/pc80/tpm so it can
be turned into a ramstage driver with a chip.h

It includes no other changes yet.

BUG=chrome-os-partner:33385
BRANCH=samus,auron
TEST=emerge-samus coreboot

Change-Id: Iac83e52db96201f37a0086eae9df244f8b8d48d9
Signed-off-by: Stefan Reinauer <reinauer@chromium.org>
Original-Commit-Id: be2db391f9da80b8b75137af0fe81dc4724bc9d1
Original-Change-Id: I60ddd1d2a3e72bcf169a0b44e0c7ebcb87f4617d
Original-Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Original-Reviewed-on: https://chromium-review.googlesource.com/226660
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/9468
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
src/drivers/pc80/Kconfig
src/drivers/pc80/Makefile.inc
src/drivers/pc80/tpm/Kconfig [new file with mode: 0644]
src/drivers/pc80/tpm/Makefile.inc [new file with mode: 0644]
src/drivers/pc80/tpm/tpm.c [moved from src/drivers/pc80/tpm.c with 100% similarity]