summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/openocd/openocd_git.bb
diff options
context:
space:
mode:
authorJoao Lima <joao.lima@hbkworld.com>2025-10-09 18:23:44 +0100
committerKhem Raj <raj.khem@gmail.com>2025-10-09 11:04:34 -0700
commite7eb50fe25ef6462c6dca46beb88bc3c8dc86abc (patch)
tree05f024f3930de21a6aeb31e636de1e3895643319 /meta-oe/recipes-devtools/openocd/openocd_git.bb
parent050608b50d0a5fcbcf9a4e03302f8ef7c697f974 (diff)
downloadmeta-openembedded-e7eb50fe25ef6462c6dca46beb88bc3c8dc86abc.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-devtools/openocd/openocd_git.bb')
-rw-r--r--meta-oe/recipes-devtools/openocd/openocd_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/openocd/openocd_git.bb b/meta-oe/recipes-devtools/openocd/openocd_git.bb
index eb6ca888ab..b0c509988c 100644
--- a/meta-oe/recipes-devtools/openocd/openocd_git.bb
+++ b/meta-oe/recipes-devtools/openocd/openocd_git.bb
@@ -9,6 +9,8 @@ SRC_URI = " \
9 git://repo.or.cz/r/git2cl.git;protocol=http;destsuffix=tools/git2cl;name=git2cl;branch=master \ 9 git://repo.or.cz/r/git2cl.git;protocol=http;destsuffix=tools/git2cl;name=git2cl;branch=master \
10 git://github.com/msteveb/jimtcl.git;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/jimtcl;name=jimtcl;branch=master \ 10 git://github.com/msteveb/jimtcl.git;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/jimtcl;name=jimtcl;branch=master \
11 git://repo.or.cz/r/libjaylink.git;protocol=http;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/jtag/drivers/libjaylink;name=libjaylink;branch=master \ 11 git://repo.or.cz/r/libjaylink.git;protocol=http;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/jtag/drivers/libjaylink;name=libjaylink;branch=master \
12 file://0001-tcl-board-ti_-_swd_native.cfg-Add-support-for-direct.patch \
13 file://0002-tcl-target-ti_k3.cfg-Add-support-for-direct-memory-a.patch \
12" 14"
13 15
14SRCREV_FORMAT = "openocd" 16SRCREV_FORMAT = "openocd"