Home
last modified time | relevance | path

Searched hist:"7 d97159bc83d6b50f55bee86ff06d89cde9c6822" (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/tee/
H A Dtee_rpmb_fs.c7d97159bc83d6b50f55bee86ff06d89cde9c6822 Wed Feb 12 19:13:22 UTC 2020 Manuel Huber <mahuber@microsoft.com> core: RPMB FS: Make N_ENTRIES a config variable

Allows to configure the number of FAT fs entries to be read from RPMB
storage in one chunk. Increasing this number makes functions that
traverse the FAT fs read in more entries within a single RPMB read
operation. While this potentially improves RPMB I/O, it comes at the
cost of additional memory required to be allocated on the heap.
Determining an optimal size is platform- and use-case-dependent.

Signed-off-by: Manuel Huber <mahuber@microsoft.com>
Reviewed-by: Jerome Forissier <jerome@forissier.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
/optee_os/mk/
H A Dconfig.mk7d97159bc83d6b50f55bee86ff06d89cde9c6822 Wed Feb 12 19:13:22 UTC 2020 Manuel Huber <mahuber@microsoft.com> core: RPMB FS: Make N_ENTRIES a config variable

Allows to configure the number of FAT fs entries to be read from RPMB
storage in one chunk. Increasing this number makes functions that
traverse the FAT fs read in more entries within a single RPMB read
operation. While this potentially improves RPMB I/O, it comes at the
cost of additional memory required to be allocated on the heap.
Determining an optimal size is platform- and use-case-dependent.

Signed-off-by: Manuel Huber <mahuber@microsoft.com>
Reviewed-by: Jerome Forissier <jerome@forissier.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>