aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorJinjian Song <jinjian.song@fibocom.com>2024-11-04 17:44:35 +0800
committerPaolo Abeni <pabeni@redhat.com>2024-11-07 13:33:45 +0100
commit61329a1152dd1f1c7ea75f6a8fb815f63a4440ad (patch)
tree912942970a9924531fa7fe86e4138a2f3aedc2c0 /tools/perf/scripts/python/export-to-postgresql.py
parentwwan: core: Add WWAN ADB and MIPC port type (diff)
downloadwireguard-linux-61329a1152dd1f1c7ea75f6a8fb815f63a4440ad.tar.xz
wireguard-linux-61329a1152dd1f1c7ea75f6a8fb815f63a4440ad.zip
net: wwan: t7xx: Add debug ports
Add support for userspace to enable/disable the debug ports(ADB,MIPC). - ADB port: /dev/wwan0adb0 - MIPC port: /dev/wwan0mipc0 Application can use ADB (Android Debug Bridge) port to implement functions (shell, pull, push ...) by ADB protocol commands. E.g., ADB commands: - A_OPEN: OPEN(local-id, 0, "destination") - A_WRTE: WRITE(local-id, remote-id, "data") - A_OKEY: READY(local-id, remote-id, "") - A_CLSE: CLOSE(local-id, remote-id, "") Link: https://android.googlesource.com/platform/packages/modules/adb/+/refs/heads/main/README.md Application can use MIPC (Modem Information Process Center) port to debug antenna tuner or noise profiling through this MTK modem diagnostic interface. By default, debug ports are not exposed, so using the command to enable or disable debug ports. Enable debug ports: - enable: 'echo 1 > /sys/bus/pci/devices/${bdf}/t7xx_debug_ports Disable debug ports: - disable: 'echo 0 > /sys/bus/pci/devices/${bdf}/t7xx_debug_ports Signed-off-by: Jinjian Song <jinjian.song@fibocom.com> Reviewed-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions