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

Commit 903f97d0 authored by Aparna Das's avatar Aparna Das
Browse files

msm: add support for remote debugger driver



The Remote Debugger Driver allows a debugger running on host PC to
communicate with a remote stub running on peripheral subsystems by
implementing a shared memory based transport mechanism. Add support
for the driver.

Change-Id: I0c8a498682d224ee5d5a275c228a75939675095b
Acked-by: default avatarVivek Iyer <viyer@qti.qualcomm.com>
Acked-by: default avatarMahesh Rohera <mrohera@qti.qualcomm.com>
Acked-by: default avatarJay Jayanna <jjayanna@qti.qualcomm.com>
Signed-off-by: default avatarAparna Das <adas@codeaurora.org>
parent ff585cbf
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -670,6 +670,13 @@ config CSDIO_DEVICE_ID
	help
	  Enter device id for targeted sdio device, this may be overwritten by
	  module parameters.
.

config MSM_RDBG
        tristate "Qualcomm Remote debug driver"
        depends on MSM_AUDIO_QDSP6 || MSM_AUDIO_QDSP6V2
        help
          Implements a shared memory based transport mechanism that allows
          for a debugger running on a host PC to communicate with a remote
	  stub running on peripheral subsystems such as the ADSP, MODEM etc.
endmenu
+1 −0
Original line number Diff line number Diff line
@@ -65,3 +65,4 @@ obj-$(CONFIG_MSM_ROTATOR) += msm_rotator.o
obj-$(CONFIG_MMC_GENERIC_CSDIO)	+= csdio.o
obj-$(CONFIG_DIAG_CHAR)		+= diag/
obj-$(CONFIG_MSM_ADSPRPC)       += adsprpc.o
obj-$(CONFIG_MSM_RDBG)       += rdbg.o

drivers/char/rdbg.c

0 → 100644
+1150 −0

File added.

Preview size limit exceeded, changes collapsed.