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

2023-01-25 Thread Simon Glass
Hi Eddie, On Wed, 25 Jan 2023 at 10:18, Eddie James wrote: > > Use the sandbox TPM driver to measure some boot images in a unit > test case. > > Signed-off-by: Eddie James > --- > arch/sandbox/dts/sandbox.dtsi | 14 > arch/sandbox/dts/test.dts | 13 +++ > configs/sandbox_defcon

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

2023-01-25 Thread Eddie James
Use the sandbox TPM driver to measure some boot images in a unit test case. Signed-off-by: Eddie James --- arch/sandbox/dts/sandbox.dtsi | 14 arch/sandbox/dts/test.dts | 13 +++ configs/sandbox_defconfig | 1 + include/test/suites.h | 1 + test/boot/Makefile