From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christophe Ricard Date: Mon, 24 Aug 2015 22:23:50 +0200 Subject: [U-Boot] [PATCH v2 27/28] tpm: Enable 'tpmtest' command for Chrome OS boards with TPMs In-Reply-To: <1440289904-31280-28-git-send-email-sjg@chromium.org> References: <1440289904-31280-1-git-send-email-sjg@chromium.org> <1440289904-31280-28-git-send-email-sjg@chromium.org> Message-ID: <55DB7D56.1000507@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Acked-by: Christophe Ricard On 23/08/2015 02:31, Simon Glass wrote: > This command provides a few useful tests so enable it for common boards. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > configs/chromebook_link_defconfig | 1 + > configs/chromebox_panther_defconfig | 1 + > configs/coreboot-x86_defconfig | 1 + > configs/peach-pi_defconfig | 1 + > configs/peach-pit_defconfig | 1 + > configs/sandbox_defconfig | 1 + > configs/snow_defconfig | 1 + > configs/spring_defconfig | 1 + > 8 files changed, 8 insertions(+) > > diff --git a/configs/chromebook_link_defconfig b/configs/chromebook_link_defconfig > index 85752e4..9855736 100644 > --- a/configs/chromebook_link_defconfig > +++ b/configs/chromebook_link_defconfig > @@ -12,6 +12,7 @@ CONFIG_BOOTSTAGE=y > CONFIG_BOOTSTAGE_REPORT=y > CONFIG_CMD_BOOTSTAGE=y > CONFIG_CMD_TPM=y > +CONFIG_CMD_TPM_TEST=y > CONFIG_OF_CONTROL=y > CONFIG_DM_PCI=y > CONFIG_SPI_FLASH=y > diff --git a/configs/chromebox_panther_defconfig b/configs/chromebox_panther_defconfig > index a6bafe3..c75b20d 100644 > --- a/configs/chromebox_panther_defconfig > +++ b/configs/chromebox_panther_defconfig > @@ -12,6 +12,7 @@ CONFIG_BOOTSTAGE=y > CONFIG_BOOTSTAGE_REPORT=y > CONFIG_CMD_BOOTSTAGE=y > CONFIG_CMD_TPM=y > +CONFIG_CMD_TPM_TEST=y > CONFIG_OF_CONTROL=y > CONFIG_DM_PCI=y > CONFIG_SPI_FLASH=y > diff --git a/configs/coreboot-x86_defconfig b/configs/coreboot-x86_defconfig > index fda2b7e..ebaf86b 100644 > --- a/configs/coreboot-x86_defconfig > +++ b/configs/coreboot-x86_defconfig > @@ -10,6 +10,7 @@ CONFIG_BOOTSTAGE=y > CONFIG_BOOTSTAGE_REPORT=y > CONFIG_CMD_BOOTSTAGE=y > CONFIG_CMD_TPM=y > +CONFIG_CMD_TPM_TEST=y > CONFIG_OF_CONTROL=y > CONFIG_DM_PCI=y > CONFIG_SPI_FLASH=y > diff --git a/configs/peach-pi_defconfig b/configs/peach-pi_defconfig > index 6416f16..56a5185 100644 > --- a/configs/peach-pi_defconfig > +++ b/configs/peach-pi_defconfig > @@ -8,6 +8,7 @@ CONFIG_SPL=y > CONFIG_CMD_PMIC=y > CONFIG_CMD_REGULATOR=y > CONFIG_CMD_TPM=y > +CONFIG_CMD_TPM_TEST=y > CONFIG_SPI_FLASH=y > CONFIG_CMD_CROS_EC=y > CONFIG_CROS_EC=y > diff --git a/configs/peach-pit_defconfig b/configs/peach-pit_defconfig > index d0646ab..1934bf3 100644 > --- a/configs/peach-pit_defconfig > +++ b/configs/peach-pit_defconfig > @@ -8,6 +8,7 @@ CONFIG_SPL=y > CONFIG_CMD_PMIC=y > CONFIG_CMD_REGULATOR=y > CONFIG_CMD_TPM=y > +CONFIG_CMD_TPM_TEST=y > CONFIG_SPI_FLASH=y > CONFIG_CMD_CROS_EC=y > CONFIG_CROS_EC=y > diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig > index 2600bf7..4034a2e 100644 > --- a/configs/sandbox_defconfig > +++ b/configs/sandbox_defconfig > @@ -12,6 +12,7 @@ CONFIG_BOOTSTAGE_REPORT=y > CONFIG_CMD_PMIC=y > CONFIG_CMD_REGULATOR=y > CONFIG_CMD_TPM=y > +CONFIG_CMD_TPM_TEST=y > CONFIG_OF_CONTROL=y > CONFIG_OF_HOSTFILE=y > CONFIG_CLK=y > diff --git a/configs/snow_defconfig b/configs/snow_defconfig > index 7624ad2..32c7c5d 100644 > --- a/configs/snow_defconfig > +++ b/configs/snow_defconfig > @@ -9,6 +9,7 @@ CONFIG_CMD_SOUND=y > CONFIG_CMD_PMIC=y > CONFIG_CMD_REGULATOR=y > CONFIG_CMD_TPM=y > +CONFIG_CMD_TPM_TEST=y > CONFIG_SPI_FLASH=y > CONFIG_CMD_CROS_EC=y > CONFIG_CROS_EC=y > diff --git a/configs/spring_defconfig b/configs/spring_defconfig > index 3b109fa..b20bfed 100644 > --- a/configs/spring_defconfig > +++ b/configs/spring_defconfig > @@ -9,6 +9,7 @@ CONFIG_CMD_SOUND=y > CONFIG_CMD_PMIC=y > CONFIG_CMD_REGULATOR=y > CONFIG_CMD_TPM=y > +CONFIG_CMD_TPM_TEST=y > CONFIG_SPI_FLASH=y > CONFIG_CMD_CROS_EC=y > CONFIG_CROS_EC=y