openocd: add dmem support to am64xx and j784s4 platforms

Platform support patches:
   - Add SWD native configuration files for AM64x and J784s4 boards
   - Configure DMEM access parameters in ti_k3.cfg for direct memory operations
   - Set up DAPBUS debugger and emulated AP descriptions

Signed-off-by: Joao Lima <joao.lima@hbkworld.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Joao Lima
2025-10-09 18:23:44 +01:00
committed by Khem Raj
parent 050608b50d
commit e7eb50fe25
3 changed files with 144 additions and 0 deletions
@@ -9,6 +9,8 @@ SRC_URI = " \
git://repo.or.cz/r/git2cl.git;protocol=http;destsuffix=tools/git2cl;name=git2cl;branch=master \
git://github.com/msteveb/jimtcl.git;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/jimtcl;name=jimtcl;branch=master \
git://repo.or.cz/r/libjaylink.git;protocol=http;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/jtag/drivers/libjaylink;name=libjaylink;branch=master \
file://0001-tcl-board-ti_-_swd_native.cfg-Add-support-for-direct.patch \
file://0002-tcl-target-ti_k3.cfg-Add-support-for-direct-memory-a.patch \
"
SRCREV_FORMAT = "openocd"