Message ID | 1492012980-11650-4-git-send-email-timur@codeaurora.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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.
On 04/12/2017 11:09 AM, Mark Rutland wrote: > 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 Ok, I will drop this patch in v2.
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 CONFIG_I2C_CHARDEV=y CONFIG_I2C_MUX=y CONFIG_I2C_MUX_PCA954x=y
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(+)