Re: [PATCH v12 6/8] doc: Add measured boot documentation

2023-10-19 Thread Eddie James
On 10/12/23 10:29, Simon Glass wrote: Hi Eddie, On Thu, 12 Oct 2023 at 08:08, Eddie James wrote: Briefly describe the feature and specify the requirements. Signed-off-by: Eddie James Reviewed-by: Simon Glass This could use a bit more detail. What pieces are measured? What DT binding is u

Re: [PATCH v12 6/8] doc: Add measured boot documentation

2023-10-12 Thread Simon Glass
Hi Eddie, On Thu, 12 Oct 2023 at 08:08, Eddie James wrote: > > Briefly describe the feature and specify the requirements. > > Signed-off-by: Eddie James > Reviewed-by: Simon Glass This could use a bit more detail. What pieces are measured? What DT binding is used for the TPM? How is the info c

[PATCH v12 6/8] doc: Add measured boot documentation

2023-10-12 Thread Eddie James
Briefly describe the feature and specify the requirements. Signed-off-by: Eddie James Reviewed-by: Simon Glass --- doc/usage/index.rst | 1 + doc/usage/measured_boot.rst | 23 +++ 2 files changed, 24 insertions(+) create mode 100644 doc/usage/measured_boot.rst dif