]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Add sandbox TPM boot measurement
authorEddie James <eajames@linux.ibm.com>
Tue, 24 Oct 2023 15:43:51 +0000 (10:43 -0500)
committerIlias Apalodimas <ilias.apalodimas@linaro.org>
Fri, 27 Oct 2023 10:17:21 +0000 (13:17 +0300)
commit5999ea20fa42e78f872720ec3d0ee1d8df1a1f40
tree463ea5ceebc52e22ed663e47314fa0123d984e8a
parentdec166d6b2c28d971394ebe1bc0ac70b88b575c0
test: Add sandbox TPM boot measurement

Use the sandbox TPM driver to measure some boot images in a unit
test case.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
arch/sandbox/dts/sandbox.dtsi
arch/sandbox/dts/test.dts
configs/sandbox_defconfig
include/test/suites.h
test/boot/Makefile
test/boot/measurement.c [new file with mode: 0644]
test/cmd_ut.c