mbox series

[0/3] libstb: add support to ibm,secureboot-v2

Message ID 1504166040-16531-1-git-send-email-cclaudio@linux.vnet.ibm.com
Headers show
Series libstb: add support to ibm,secureboot-v2 | expand

Message

Claudio Carvalho Aug. 31, 2017, 7:53 a.m. UTC
This series extends libstb to support 'ibm,secureboot-v2' and consequently be
able to verify and measure IMA_CATALOG, CAPP and BOOTKERNEL secureboot
containers in P9.

Claudio Carvalho (3):
  libstb/stb.c: add ibm,secureboot-v2 support
  libstb/stb.c: measure the IMA_CATALOG partition
  tpm_i2c_nuvoton: add nuvoton,npct601 to the compatible property

 .../ibm,container-verification-code.rst            |  57 ++++++++++++
 doc/device-tree/ibm,secureboot.rst                 |  83 +++++++++++------
 libstb/drivers/tpm_i2c_nuvoton.c                   |  10 ++
 libstb/stb.c                                       | 102 +++++++++++++++++++++
 4 files changed, 222 insertions(+), 30 deletions(-)
 create mode 100644 doc/device-tree/ibm,container-verification-code.rst

Comments

Claudio Carvalho Nov. 11, 2017, 5:35 p.m. UTC | #1
Patch series dropped. Superseded by this:

[Skiboot] [PATCH 00/19] libstb: add support for secure and trusted boot 
in P9

Claudio


On 31/08/2017 04:53, Claudio Carvalho wrote:
> This series extends libstb to support 'ibm,secureboot-v2' and consequently be
> able to verify and measure IMA_CATALOG, CAPP and BOOTKERNEL secureboot
> containers in P9.
>
> Claudio Carvalho (3):
>    libstb/stb.c: add ibm,secureboot-v2 support
>    libstb/stb.c: measure the IMA_CATALOG partition
>    tpm_i2c_nuvoton: add nuvoton,npct601 to the compatible property
>
>   .../ibm,container-verification-code.rst            |  57 ++++++++++++
>   doc/device-tree/ibm,secureboot.rst                 |  83 +++++++++++------
>   libstb/drivers/tpm_i2c_nuvoton.c                   |  10 ++
>   libstb/stb.c                                       | 102 +++++++++++++++++++++
>   4 files changed, 222 insertions(+), 30 deletions(-)
>   create mode 100644 doc/device-tree/ibm,container-verification-code.rst
>