Re: [PATCH v6 5/6] test: Add sandbox TPM boot measurement

2023-02-23 Thread Ilias Apalodimas
On Wed, 22 Feb 2023 at 20:02, Eddie James wrote: > > Use the sandbox TPM driver to measure some boot images in a unit > test case. > > Signed-off-by: Eddie James > Reviewed-by: Simon Glass > --- > Changes since v5: > - Only compile in the measurement u-boot command when CONFIG_MEASURED_BOOT >

[PATCH v6 5/6] test: Add sandbox TPM boot measurement

2023-02-22 Thread Eddie James
Use the sandbox TPM driver to measure some boot images in a unit test case. Signed-off-by: Eddie James Reviewed-by: Simon Glass --- Changes since v5: - Only compile in the measurement u-boot command when CONFIG_MEASURED_BOOT is enabled arch/sandbox/dts/sandbox.dtsi | 13 +++ arch/sandb