Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 122d2db5 authored by Zhen Kong's avatar Zhen Kong
Browse files

firmware: qcom: Add TZ log driver snapshot



This is a snapshot of TZ log driver as of msm-4.14
commit <c3715e1> (Merge "drm/msm/dp: change pinctrl
configuration to optional").

Change-Id: I1449f70ec8b8163daa65417daba1672d809c3226
Signed-off-by: default avatarZhen Kong <zkong@codeaurora.org>
parent 02666820
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -291,5 +291,6 @@ source "drivers/firmware/google/Kconfig"
source "drivers/firmware/efi/Kconfig"
source "drivers/firmware/meson/Kconfig"
source "drivers/firmware/tegra/Kconfig"
source "drivers/firmware/qcom/Kconfig"

endmenu
+1 −0
Original line number Diff line number Diff line
@@ -31,4 +31,5 @@ obj-y += meson/
obj-$(CONFIG_GOOGLE_FIRMWARE)	+= google/
obj-$(CONFIG_EFI)		+= efi/
obj-$(CONFIG_UEFI_CPER)		+= efi/
obj-$(CONFIG_MSM_TZ_LOG)       += qcom/
obj-y				+= tegra/
+8 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
config MSM_TZ_LOG
        tristate "MSM Trust Zone (TZ) Log Driver"
        depends on DEBUG_FS
        help
          This option enables a driver with a debugfs interface for messages
          produced by the Secure code (Trust zone). These messages provide
          diagnostic information about TZ operation.
+2 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_MSM_TZ_LOG) += tz_log.o
+1138 −0

File added.

Preview size limit exceeded, changes collapsed.