Re: [PATCH] doc: describe UEFI measured boot

2024-06-14 Thread Heinrich Schuchardt
On 14.06.24 12:47, Ilias Apalodimas wrote: [...] + +UEFI requirements +~ +* A hardware TPM 2.0 supported by the U-Boot drivers by an enabled U-Boot driver. +* CONFIG_EFI_TCG2_PROTOCOL=y +* CONFIG_EFI_TCG2_PROTOCOL_EVENTLOG_SIZE=y +* optional CONFIG_EFI_TCG2_PROTOCOL_MEASUR

Re: [PATCH] doc: describe UEFI measured boot

2024-06-14 Thread Ilias Apalodimas
[...] > > > + > > +UEFI requirements > > +~ > > +* A hardware TPM 2.0 supported by the U-Boot drivers > > by an enabled U-Boot driver. > > > +* CONFIG_EFI_TCG2_PROTOCOL=y > > +* CONFIG_EFI_TCG2_PROTOCOL_EVENTLOG_SIZE=y > > +* optional CONFIG_EFI_TCG2_PROTOCOL_MEASURE_DTB=y will mea

Re: [PATCH] doc: describe UEFI measured boot

2024-06-14 Thread Ilias Apalodimas
[...] > > > + > > +UEFI requirements > > +~ > > +* A hardware TPM 2.0 supported by the U-Boot drivers > > by an enabled U-Boot driver. > > > +* CONFIG_EFI_TCG2_PROTOCOL=y > > +* CONFIG_EFI_TCG2_PROTOCOL_EVENTLOG_SIZE=y > > +* optional CONFIG_EFI_TCG2_PROTOCOL_MEASURE_DTB=y will mea

Re: [PATCH] doc: describe UEFI measured boot

2024-06-14 Thread Heinrich Schuchardt
On 14.06.24 11:40, Ilias Apalodimas wrote: We currently only describe the process to enable measured boot using bootm. Describe the UEFI requirements as well which predate bootm. Signed-off-by: Ilias Apalodimas --- doc/usage/measured_boot.rst | 24 ++-- 1 file changed, 22

[PATCH] doc: describe UEFI measured boot

2024-06-14 Thread Ilias Apalodimas
We currently only describe the process to enable measured boot using bootm. Describe the UEFI requirements as well which predate bootm. Signed-off-by: Ilias Apalodimas --- doc/usage/measured_boot.rst | 24 ++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/do