]> git.gag.com Git - fw/openocd/commit
arm_adi_v5: add support for 64bit Class 0x9 ROM tables
authorAntonio Borneo <borneo.antonio@gmail.com>
Sat, 15 Jan 2022 20:31:41 +0000 (21:31 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 14 May 2022 08:56:37 +0000 (08:56 +0000)
commita47d1f1b795e037fafd16667d0056364159c7623
tree78c1113c4bd08d7e4ed88d8d2f78d726eca41cbc
parentd74f11dcd43914702ea7b011c4bbb7da8d4a2f5c
arm_adi_v5: add support for 64bit Class 0x9 ROM tables

Arm documentation does not explicitly report the order of the two
32bit words that compose the 64bit value. But both ADIv5 and ADIv6
specify that only little-endian is supported (ADIv5.2 obsoletes
the big-endian support). This change reads the 64bit value in
little-endian.

Detect the 64bit content and use it.

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