Merge "firmware: qcom: Add TZ log driver snapshot for Lahaina"
This commit is contained in:
commit
5861050a5b
@ -321,5 +321,6 @@ source "drivers/firmware/imx/Kconfig"
|
||||
source "drivers/firmware/meson/Kconfig"
|
||||
source "drivers/firmware/tegra/Kconfig"
|
||||
source "drivers/firmware/xilinx/Kconfig"
|
||||
source "drivers/firmware/qcom/Kconfig"
|
||||
|
||||
endmenu
|
||||
|
@ -34,3 +34,4 @@ obj-$(CONFIG_UEFI_CPER) += efi/
|
||||
obj-y += imx/
|
||||
obj-y += tegra/
|
||||
obj-y += xilinx/
|
||||
obj-$(CONFIG_QTI_TZ_LOG) += qcom/
|
||||
|
8
drivers/firmware/qcom/Kconfig
Normal file
8
drivers/firmware/qcom/Kconfig
Normal file
@ -0,0 +1,8 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
config QTI_TZ_LOG
|
||||
tristate "QTI 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
drivers/firmware/qcom/Makefile
Normal file
2
drivers/firmware/qcom/Makefile
Normal file
@ -0,0 +1,2 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
obj-$(CONFIG_QTI_TZ_LOG) += tz_log.o
|
1119
drivers/firmware/qcom/tz_log.c
Normal file
1119
drivers/firmware/qcom/tz_log.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user