From: Mark Rutland <mark.rutland@arm.com>
To: Timur Tabi <timur@codeaurora.org>
Cc: linux-arm-kernel@lists.infradead.org, sfr@canb.auug.org.au,
linux-next@vger.kernel.org, maxime.ripard@free-electrons.com,
olof@lixom.net, Wei Xu <xuwei5@hisilicon.com>
Subject: Re: [PATCH 3/8] arm64: defconfig: enable TCG_TPM and TCG_CRB
Date: Wed, 12 Apr 2017 17:09:08 +0100 [thread overview]
Message-ID: <20170412160907.GA7153@leverpostej> (raw)
In-Reply-To: <1492012980-11650-4-git-send-email-timur@codeaurora.org>
On Wed, Apr 12, 2017 at 11:02:55AM -0500, Timur Tabi wrote:
> Some ARM64 server systems have a Trusted Platform Module security chip
> on the board, and the chip is used to validate the operating system,
> among other things.
>
> Signed-off-by: Timur Tabi <timur@codeaurora.org>
> ---
> arch/arm64/configs/defconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index a684c92..99e9964 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -240,6 +240,8 @@ CONFIG_SERIAL_XILINX_PS_UART=y
> CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y
> CONFIG_SERIAL_MVEBU_UART=y
> CONFIG_VIRTIO_CONSOLE=y
> +CONFIG_TCG_TPM=y
> +CONFIG_TCG_CRB=y
I see there are patches queued in linux-next enabling some arm64 TPM CRB
support, which I believe are related.
As I have commented elsewhere [1], I think those have been taken
prematurely, and I'm not sure it's a good idea to enable this just yet,
due to that. There are spec issues to be addressed in the draft that is
still open.
[1] https://lkml.kernel.org/r/20170411113652.GB32267@leverpostej
Thanks,
Mark.
WARNING: multiple messages have this Message-ID (diff)
From: mark.rutland@arm.com (Mark Rutland)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/8] arm64: defconfig: enable TCG_TPM and TCG_CRB
Date: Wed, 12 Apr 2017 17:09:08 +0100 [thread overview]
Message-ID: <20170412160907.GA7153@leverpostej> (raw)
In-Reply-To: <1492012980-11650-4-git-send-email-timur@codeaurora.org>
On Wed, Apr 12, 2017 at 11:02:55AM -0500, Timur Tabi wrote:
> Some ARM64 server systems have a Trusted Platform Module security chip
> on the board, and the chip is used to validate the operating system,
> among other things.
>
> Signed-off-by: Timur Tabi <timur@codeaurora.org>
> ---
> arch/arm64/configs/defconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index a684c92..99e9964 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -240,6 +240,8 @@ CONFIG_SERIAL_XILINX_PS_UART=y
> CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y
> CONFIG_SERIAL_MVEBU_UART=y
> CONFIG_VIRTIO_CONSOLE=y
> +CONFIG_TCG_TPM=y
> +CONFIG_TCG_CRB=y
I see there are patches queued in linux-next enabling some arm64 TPM CRB
support, which I believe are related.
As I have commented elsewhere [1], I think those have been taken
prematurely, and I'm not sure it's a good idea to enable this just yet,
due to that. There are spec issues to be addressed in the draft that is
still open.
[1] https://lkml.kernel.org/r/20170411113652.GB32267 at leverpostej
Thanks,
Mark.
next prev parent reply other threads:[~2017-04-12 16:09 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-12 16:02 [PATCH 0/8] arm64: defconfig: enable several options useful for ARM64 server platforms Timur Tabi
2017-04-12 16:02 ` Timur Tabi
2017-04-12 16:02 ` [PATCH 1/8] arm64: defconfig: resynchronize the defconfig Timur Tabi
2017-04-12 16:02 ` Timur Tabi
2017-04-12 16:02 ` [PATCH 2/8] arm64: defconfig: enable ACPI_CPPC_CPUFREQ Timur Tabi
2017-04-12 16:02 ` Timur Tabi
2017-04-12 16:02 ` [PATCH 3/8] arm64: defconfig: enable TCG_TPM and TCG_CRB Timur Tabi
2017-04-12 16:02 ` Timur Tabi
2017-04-12 16:09 ` Mark Rutland [this message]
2017-04-12 16:09 ` Mark Rutland
2017-04-12 16:44 ` Timur Tabi
2017-04-12 16:44 ` Timur Tabi
2017-04-12 16:02 ` [PATCH 4/8] arm64: defconfig: enable BLK_DEV_NVME Timur Tabi
2017-04-12 16:02 ` Timur Tabi
2017-04-12 16:02 ` [PATCH 5/8] arm64: defconfig: enable EFI_VARS and EFI_CAPSULE_LOADER Timur Tabi
2017-04-12 16:02 ` Timur Tabi
2017-04-12 16:13 ` Robin Murphy
2017-04-12 16:13 ` Robin Murphy
2017-04-12 16:14 ` Mark Rutland
2017-04-12 16:14 ` Mark Rutland
2017-04-12 20:58 ` Timur Tabi
2017-04-12 20:58 ` Timur Tabi
2017-04-12 16:02 ` [PATCH 6/8] arm64: defconfig: enable support for PCIe hotplug Timur Tabi
2017-04-12 16:02 ` Timur Tabi
2017-04-12 16:02 ` [PATCH 7/8] arm64: defconfig: enable APEI and GHES features Timur Tabi
2017-04-12 16:02 ` Timur Tabi
2017-04-12 16:03 ` [PATCH 8/8] arm64: defconfig: enable EDAC options Timur Tabi
2017-04-12 16:03 ` Timur Tabi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170412160907.GA7153@leverpostej \
--to=mark.rutland@arm.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-next@vger.kernel.org \
--cc=maxime.ripard@free-electrons.com \
--cc=olof@lixom.net \
--cc=sfr@canb.auug.org.au \
--cc=timur@codeaurora.org \
--cc=xuwei5@hisilicon.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.