veyron: Fix TPM I2C initialization and sync boards
commit908ceefd25ffd6427c3a53502598006bacf22750
authorJulius Werner <jwerner@chromium.org>
Thu, 18 Dec 2014 01:38:38 +0000 (17 17:38 -0800)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Wed, 15 Apr 2015 14:31:41 +0000 (15 16:31 +0200)
treed0d7c1de246c17e70b27ab0708dd1676fb123041
parent3cbf02cc8897ab5c90c3a06f6e8121ce09c243a5
veyron: Fix TPM I2C initialization and sync boards

Due to a missing i2c_init(), we were actually running our TPM with
default divisors at 660KHz. Oops.

While it's commendable that both the TPM and our controller seem to have
been running fine all this time at more than 1.5 times the maximum
frequency they support, we should probably still get that fixed.

Also sync Speedy back up to the other Veyron boards since it seems to
have missed a recent SDMMC patch.

BRANCH=None
BUG=None
TEST=Booted Pinky.

Change-Id: I255c66624b21bf48b12f950208ba2c401a75c4e4
Signed-off-by: Stefan Reinauer <reinauer@chromium.org>
Original-Commit-Id: f2bd7c8579cd90d2f800c777c1981557d81a9b49
Original-Change-Id: I43e6b5fe02aca605a5b243c5b876bd44b90b2bf9
Original-Signed-off-by: Julius Werner <jwerner@chromium.org>
Original-Reviewed-on: https://chromium-review.googlesource.com/236580
Original-Reviewed-by: David Hendricks <dhendrix@chromium.org>
Reviewed-on: http://review.coreboot.org/9634
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
src/mainboard/google/veyron_jerry/bootblock.c
src/mainboard/google/veyron_jerry/mainboard.c
src/mainboard/google/veyron_mighty/bootblock.c
src/mainboard/google/veyron_mighty/mainboard.c
src/mainboard/google/veyron_pinky/bootblock.c
src/mainboard/google/veyron_pinky/mainboard.c
src/mainboard/google/veyron_speedy/bootblock.c
src/mainboard/google/veyron_speedy/mainboard.c
src/mainboard/google/veyron_speedy/romstage.c