From 58d2f40c853b2b698bedc96c1d7000cd4eeb2f8d Mon Sep 17 00:00:00 2001 From: Daisuke Nojiri Date: Thu, 18 Sep 2014 12:48:28 -0700 Subject: [PATCH] veyron: add config values for fmap and tpm this change adds missing config values needed to access fmap and tpm. BUG=None TEST=Booted Veyron Pinky BRANCH=None Signed-off-by: Daisuke Nojiri Change-Id: I534d060c9e61a9cfd1ee4efe709cf1e30ca2663f Reviewed-on: https://chromium-review.googlesource.com/218874 Commit-Queue: Daisuke Nojiri Tested-by: Daisuke Nojiri Reviewed-by: Julius Werner --- configs/config.veyron_pinky | 1 + src/mainboard/google/veyron_pinky/Kconfig | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/configs/config.veyron_pinky b/configs/config.veyron_pinky index a9fa6bd812..57b2ff6c75 100644 --- a/configs/config.veyron_pinky +++ b/configs/config.veyron_pinky @@ -5,3 +5,4 @@ CONFIG_COREBOOT_ROMSIZE_KB_1024=y CONFIG_COLLECT_TIMESTAMPS=y # CONFIG_ELOG=y # CONFIG_CONSOLE_CBMEM=y +CONFIG_FLASHMAP_OFFSET=0x00100000 diff --git a/src/mainboard/google/veyron_pinky/Kconfig b/src/mainboard/google/veyron_pinky/Kconfig index 3c7bb13177..a1afb236a8 100644 --- a/src/mainboard/google/veyron_pinky/Kconfig +++ b/src/mainboard/google/veyron_pinky/Kconfig @@ -61,4 +61,12 @@ config DRAM_SIZE_MB int default 2048 +config DRIVER_TPM_I2C_BUS + hex + default 0x1 + +config DRIVER_TPM_I2C_ADDR + hex + default 0x20 + endif # BOARD_GOOGLE_VEYRON_PINKY