forked from auracaster/openocd
adiv6: read ROM Table address size
Required for parsing ADIv6 ROM tables. Split from change https://review.openocd.org/6077/ Change-Id: I849543b7b4a4455b10bd9fc7da38a37849d71700 Signed-off-by: Kevin Burke <kevinb@os.amperecomputing.com> Signed-off-by: Daniel Goehring <dgoehrin@os.amperecomputing.com> Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/6458 Tested-by: jenkins
This commit is contained in:
committed by
Antonio Borneo
parent
a6e4aabc66
commit
513aba1930
@@ -395,6 +395,9 @@ struct adiv5_dap {
|
||||
|
||||
/** Indicates ADI version (5, 6 or 0 for unknown) being used */
|
||||
unsigned int adi_version;
|
||||
|
||||
/* ADIv6 only field indicating ROM Table address size */
|
||||
unsigned int asize;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user