]> git.gag.com Git - fw/openocd/commit
arm_adi_v5: split ROM table loop from generic coresight
authorAntonio Borneo <borneo.antonio@gmail.com>
Fri, 14 Jan 2022 12:52:01 +0000 (13:52 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 14 May 2022 08:51:07 +0000 (08:51 +0000)
commit209cb38aa155825175e2806d6093cecb5d77edc1
treeda0059df655da5c9f1547e3e155b346884b5839e
parentc3f6e21d5ccc165493b23677b6d63c24f5c183c3
arm_adi_v5: split ROM table loop from generic coresight

During ROM table parsing, each ROM table entry points to a
CoreSight component that can, in turn, be another ROM table.

Split the specific code for ROM table handling from the generic
CoreSight code.
Log an error if a ROM table entry cannot be read.

Change-Id: I5ad106a99b9c21ddb48b5b162ae87101e4f49878
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/6816
Tested-by: jenkins
src/target/arm_adi_v5.c