commit | 213777fd15fb4240ac31e61e371740e0dd9fe77e | [log] [tgz] |
---|---|---|
author | Manuel Huber <mahuber@microsoft.com> | Tue Feb 11 10:23:21 2020 -0800 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Feb 13 09:21:18 2020 +0100 |
tree | 717bb8d8daa4916cb5baf79c90e0064f8c3801fc | |
parent | d408db99ed4c976d2cf52cfd394f8ef93073a8bc [diff] |
Empty body for dump_fat() unless log level set to TRACE_FLOW This patch improves RPMB performance. When called, dump_fat() traverses the whole list of FAT entries and prints them out using FMSG(). dump_fat() is currently called by write_fat_entry() and rpmb_fs_setup(). With this commit, dump_fat() is only active when debugging/tracing, and empty for productive builds. Signed-off-by: Manuel Huber <mahuber@microsoft.com> Reviewed-by: Jerome Forissier <jerome@forissier.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers