diff options
author | Antonio Borneo <borneo.antonio@gmail.com> | 2022-01-15 18:34:21 +0100 |
---|---|---|
committer | Antonio Borneo <borneo.antonio@gmail.com> | 2022-05-14 08:55:33 +0000 |
commit | 613f1c6abbc92aff22ef1731469626759f91ebaa (patch) | |
tree | d5a7ffd9cb6190fb0fea4f37abf21b033777ff2d /NEWS-0.3.0 | |
parent | 7351330a0f1f6ac626964e515ed50bb43499e0e5 (diff) | |
download | riscv-openocd-613f1c6abbc92aff22ef1731469626759f91ebaa.zip riscv-openocd-613f1c6abbc92aff22ef1731469626759f91ebaa.tar.gz riscv-openocd-613f1c6abbc92aff22ef1731469626759f91ebaa.tar.bz2 |
arm_adi_v5: let dap_lookup_cs_component() to get AP dbgbase
Simplify the code in cortex_a and aarch64 by moving the call to
dap_get_debugbase() inside dap_lookup_cs_component().
This has the further effects:
- dap_get_debugbase() is not referenced outside arm_adi_v5.c and
becomes static;
- dap_lookup_cs_component() looses one parameter;
- the coreid parameter 'idx' is passed as value;
- the caller in aarch64 don't have and don't print the irrelevant
value of AP register APID;
- fixes the debug message in the caller in aarch64 to print the
coreid value instead of always zero.
Change-Id: Ic7f0f643fdf067c059c8f2455a02ff18a3fed054
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/6823
Tested-by: jenkins
Diffstat (limited to 'NEWS-0.3.0')
0 files changed, 0 insertions, 0 deletions