Skip to content

Commit a238b74

Browse files
committed
core: REE FS: use the new hash tree interface
Uses the new hash tree interface to implement secure storage. Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
1 parent 50a8149 commit a238b74

File tree

2 files changed

+186
-414
lines changed

2 files changed

+186
-414
lines changed

core/tee/sub.mk

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ srcs-y += tee_svc_cryp.c
3030
srcs-y += tee_svc_storage.c
3131
srcs-$(CFG_RPMB_FS) += tee_rpmb_fs.c
3232
srcs-$(CFG_REE_FS) += tee_ree_fs.c
33+
srcs-$(CFG_REE_FS) += fs_htree.c
3334
srcs-$(CFG_SQL_FS) += tee_sql_fs.c
3435
srcs-$(call cfg-one-enabled,CFG_REE_FS CFG_SQL_FS) += tee_fs_rpc.c
3536
srcs-$(call cfg-one-enabled,CFG_REE_FS CFG_SQL_FS CFG_RPMB_FS) += \

0 commit comments

Comments
 (0)