Skip to content

Commit

Permalink
core: REE FS: use the new hash tree interface
Browse files Browse the repository at this point in the history
Uses the new hash tree interface to implement secure storage.

Reviewed-by: Jerome Forissier <[email protected]>
Signed-off-by: Jens Wiklander <[email protected]>
  • Loading branch information
jenswi-linaro committed Feb 28, 2017
1 parent 50a8149 commit a238b74
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 414 deletions.
1 change: 1 addition & 0 deletions core/tee/sub.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ srcs-y += tee_svc_cryp.c
srcs-y += tee_svc_storage.c
srcs-$(CFG_RPMB_FS) += tee_rpmb_fs.c
srcs-$(CFG_REE_FS) += tee_ree_fs.c
srcs-$(CFG_REE_FS) += fs_htree.c
srcs-$(CFG_SQL_FS) += tee_sql_fs.c
srcs-$(call cfg-one-enabled,CFG_REE_FS CFG_SQL_FS) += tee_fs_rpc.c
srcs-$(call cfg-one-enabled,CFG_REE_FS CFG_SQL_FS CFG_RPMB_FS) += \
Expand Down
Loading

0 comments on commit a238b74

Please sign in to comment.