diff options
| author | Eddie James <[email protected]> | 2023-10-24 10:43:51 -0500 |
|---|---|---|
| committer | Ilias Apalodimas <[email protected]> | 2023-10-27 13:17:21 +0300 |
| commit | 5999ea20fa42e78f872720ec3d0ee1d8df1a1f40 (patch) | |
| tree | 463ea5ceebc52e22ed663e47314fa0123d984e8a /test/boot/Makefile | |
| parent | dec166d6b2c28d971394ebe1bc0ac70b88b575c0 (diff) | |
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Acked-by: Ilias Apalodimas <[email protected]>
Signed-off-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'test/boot/Makefile')
| -rw-r--r-- | test/boot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/boot/Makefile b/test/boot/Makefile index 52947580ae6..068522cb9e0 100644 --- a/test/boot/Makefile +++ b/test/boot/Makefile @@ -4,6 +4,7 @@ obj-$(CONFIG_BOOTSTD) += bootdev.o bootstd_common.o bootflow.o bootmeth.o obj-$(CONFIG_FIT) += image.o +obj-$(CONFIG_MEASURED_BOOT) += measurement.o obj-$(CONFIG_EXPO) += expo.o obj-$(CONFIG_CEDIT) += cedit.o |
