diff options
author | Julius Werner <jwerner@chromium.org> | 2017-07-14 14:30:29 -0700 |
---|---|---|
committer | Julius Werner <jwerner@chromium.org> | 2017-07-19 18:15:15 +0000 |
commit | 6486e7819ccf4acf923d934d4293861f394cc065 (patch) | |
tree | 5b90d178a021829b9e268b9229b5e9e843668b32 /src/mainboard/google/gru/Kconfig | |
parent | 4ed8b305539f661895d9fa950bb32fc653e37f47 (diff) |
google/gru: Add support for Scarlet rev1
This patch adds the necessary changes to support Scarlet revision 1.
Since the differences to revision 0 are so deep, we have decided not to
continue support for it in the same image. Therefore, this patch will
break Scarlet rev0.
All the deviations from other Gru boards are currently guarded by
CONFIG_BOARD_GOOGLE_SCARLET. This should be changed later if we
introduce more variants based on the newer Scarlet board design.
Change-Id: I7a7cc11d9387ac1d856663326e35cfa5371e0af2
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/20587
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: David Schneider <dnschneid@chromium.org>
Diffstat (limited to 'src/mainboard/google/gru/Kconfig')
-rw-r--r-- | src/mainboard/google/gru/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/google/gru/Kconfig b/src/mainboard/google/gru/Kconfig index 9243251fbb..b66dab48df 100644 --- a/src/mainboard/google/gru/Kconfig +++ b/src/mainboard/google/gru/Kconfig @@ -75,6 +75,11 @@ config DRIVER_TPM_I2C_ADDR hex default 0x20 +config DRIVER_TPM_SPI_BUS + hex + default 0x2 if BOARD_GOOGLE_SCARLET + default 0x0 + config CONSOLE_SERIAL_UART_ADDRESS hex depends on DRIVERS_UART |