]> git.gag.com Git - fw/openocd/commit
arm_adi_v5: report sysmem on class 0x9 ROM tables
authorAntonio Borneo <borneo.antonio@gmail.com>
Sat, 15 Jan 2022 14:44:20 +0000 (15:44 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 14 May 2022 08:52:30 +0000 (08:52 +0000)
commitd4335071b8460b227889a3a2072df424eebb4e5e
tree2cfe586bdd364dda0e568f8da68e8b136e58e712
parent209cb38aa155825175e2806d6093cecb5d77edc1
arm_adi_v5: report sysmem on class 0x9 ROM tables

As Class 0x1 ROM table, also Class 0x9 ROM tables encodes a flag
for system memory access.

Detect the flag in rtp_cs_component() and dump the same message
for both type of ROM tables.
Extend rtp_read_cs_regs() to read ARM_CS_C9_DEVID.

Change-Id: Ic85d1ea068ed706ceedfd65076ff4c96d04e9792
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/6817
Tested-by: jenkins
Reviewed-by: Daniel Goehring <dgoehrin@os.amperecomputing.com>
src/target/arm_adi_v5.c