]> git.sur5r.net Git - openocd/commit
cortex_a/r/m: fix handling of un-examined cores
authorMatthias Welwarsky <matthias.welwarsky@sysgo.com>
Fri, 5 Aug 2016 19:50:33 +0000 (21:50 +0200)
committerFreddie Chopin <freddie.chopin@gmail.com>
Fri, 4 Nov 2016 21:25:11 +0000 (21:25 +0000)
commit009943010420e49c2632769e9e21502b8166ba41
tree254ff7ecdbcb9545b47e5f0093db75a280dc0000
parent75c3f4a25c9a1250ecba2eb40dbe1c4f16087184
cortex_a/r/m: fix handling of un-examined cores

On multi-core systems, with some cores in power-down state, examination
will fail for these cores. Make sure assert- and deassert_reset functions
don't crash due to uninitialized variables.

Change-Id: I472f8d19af2cd3c770c05f3e57a31b35a863b687
Signed-off-by: Matthias Welwarsky <matthias.welwarsky@sysgo.com>
Reviewed-on: http://openocd.zylin.com/3552
Tested-by: jenkins
Reviewed-by: Jiri Kastner <cz172638@gmail.com>
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
src/target/cortex_a.c
src/target/cortex_m.c