]> git.sur5r.net Git - openocd/commit - src/target/cortex_a.c
cortex-a: Fix "Detected core" number is always '0'
authorAlamy Liu <alamy.liu@gmail.com>
Thu, 6 Aug 2015 23:17:50 +0000 (16:17 -0700)
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>
Tue, 29 Dec 2015 12:33:56 +0000 (12:33 +0000)
commitf1dac60894a66971ff9eeb2fe7eef1d3e151a0b6
tree5ac9801c2690d0932ebae9feef48f4d23e04da86
parent45d487d949ef674a29a7f82d4f9336896ca1d643
cortex-a: Fix "Detected core" number is always '0'

Problem
No matter what target->coreid is, it always shows
  Detected core 0 dbgbase: ...

In dap_lookup_cs_component(), it decreases the core index value to zero
in order to find the desired core.
The reference to coreidx is necessary considering "a device which has nested
ROM tables, with each core described in its own table." (by Paul Fertser).

Change-Id: I9b56d45d6edf6639e748a625ab27787f8e5a5776
Signed-off-by: Alamy Liu <alamy.liu@gmail.com>
Reviewed-on: http://openocd.zylin.com/2902
Tested-by: jenkins
Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de>
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
src/target/cortex_a.c