aboutsummaryrefslogtreecommitdiff
path: root/src/target/Makefile.am
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2021-08-08 16:46:30 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2021-09-25 13:00:27 +0000
commit06d2e430db6933b01b15246e9a4b9392afd8ddbc (patch)
treee3849b401660a764560698b019fb88235cfdfbe1 /src/target/Makefile.am
parentc4e6034e26b40cc440356eb35b3372b220806e5e (diff)
downloadriscv-openocd-06d2e430db6933b01b15246e9a4b9392afd8ddbc.zip
riscv-openocd-06d2e430db6933b01b15246e9a4b9392afd8ddbc.tar.gz
riscv-openocd-06d2e430db6933b01b15246e9a4b9392afd8ddbc.tar.bz2
arm_coresight: add include file and use it
Several magic numbers related to ARM CoreSight specification IHI0029E are spread around OpenOCD code. Define through macros the ARM CoreSight magic numbers and collect them in a single include file. Use the new macros wherever possible. Change-Id: I9b0c1c651ce4ffbaf08d31791ef16e95983ee4cb Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/6446 Tested-by: jenkins Reviewed-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com> Reviewed-by: Daniel Goehring <dgoehrin@os.amperecomputing.com>
Diffstat (limited to 'src/target/Makefile.am')
-rw-r--r--src/target/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/Makefile.am b/src/target/Makefile.am
index 34a7851..49e882f 100644
--- a/src/target/Makefile.am
+++ b/src/target/Makefile.am
@@ -165,6 +165,7 @@ ARC_SRC = \
%C%_libtarget_la_SOURCES += \
%D%/algorithm.h \
%D%/arm.h \
+ %D%/arm_coresight.h \
%D%/arm_dpm.h \
%D%/arm_jtag.h \
%D%/arm_adi_v5.h \