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

Commit 33b9ec1c authored by Sivasri Kumar Vanka's avatar Sivasri Kumar Vanka
Browse files

coresight: dbgui: Add snapshot of coresight debugUI driver



This is snapshot of the coresight-dbgUI driver as of msm-4.9
'commit 4350ecbefe8f1 ("coresight: dbgui: Add snapshot of
 Coresight debugUI driver")'.

Change-Id: I5a22a83b8e5ec3ca9e24366c17225b1c93e71a0e
Signed-off-by: default avatarlokesh kumar <lokekuma@codeaurora.org>
Signed-off-by: default avatarSivasri Kumar Vanka <sivasri@codeaurora.org>
parent 3856a267
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@ its hardware characteristcs.
		- "qcom,coresight-dummy"
		- "qcom,coresight-remote-etm"
		- "qcom,coresight-csr"
		- "qcom,coresight-dbgui"

	* port or ports: same as above.

+8 −0
Original line number Diff line number Diff line
@@ -78,6 +78,14 @@ config CORESIGHT_DYNAMIC_REPLICATOR
	  The programmable ATB replicator allows independent filtering of the
	  trace data based on the traceid.

config CORESIGHT_DBGUI
	bool "CoreSight DebugUI driver"
	help
	  This driver provides support for DebugUI that helps to capture
	  the value at a specified address. It allows configuring DebugUI
	  to select specified address and trigger mode based on user
	  input.

config CORESIGHT_STM
	bool "CoreSight System Trace Macrocell driver"
	depends on (ARM && !(CPU_32v3 || CPU_32v4 || CPU_32v4T)) || ARM64
+1 −0
Original line number Diff line number Diff line
@@ -31,3 +31,4 @@ obj-$(CONFIG_CORESIGHT_DUMMY) += coresight-dummy.o
obj-$(CONFIG_CORESIGHT_REMOTE_ETM) += coresight-remote-etm.o
obj-$(CONFIG_CORESIGHT_CSR) += coresight-csr.o
obj-$(CONFIG_CORESIGHT_TGU) += coresight-tgu.o apss_tgu.o
obj-$(CONFIG_CORESIGHT_DBGUI) += coresight-dbgui.o
+965 −0

File added.

Preview size limit exceeded, changes collapsed.