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