mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 10:42:21 +03:00
tsec: add debugfs support
add a debugfs file to read-out firmware log messages Change-Id: I3501b117884a822bd835beecd8e3956481c37386 Signed-off-by: Mayuresh Kulkarni <mkulkarni@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2884815 (cherry picked from commit 590640045e9ba26914cad055000f7ce3618640b9) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2895857 Tested-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
df86f78c76
commit
d3bc17ca8b
@@ -29,5 +29,9 @@
|
||||
#include <linux/platform/tegra/tegra_mc.h> /* for mc_get_carveout_info */
|
||||
#include <asm/cacheflush.h> /* for __flush_dcache_area */
|
||||
#endif
|
||||
#ifdef CONFIG_DEBUG_FS
|
||||
#include <linux/debugfs.h> /* for debugfs APIs */
|
||||
#endif
|
||||
#include <linux/sizes.h> /* for SZ_* size macros */
|
||||
|
||||
#endif /* TSEC_LINUX_H */
|
||||
|
||||
Reference in New Issue
Block a user