forked from auracaster/openocd
target/arm_adiv5: Add type for AHB5-AP
This access port type comes with the AMBA 5 protocol specification, see 'C1.3 AP' in ARM IHI 0031D. Change-Id: I3c4f0a69230daaf4f5f979de6213fe3c025a089a Signed-off-by: Marc Schink <openocd-dev@marcschink.de> Reviewed-on: http://openocd.zylin.com/5231 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-by: Muhammad Omair Javaid <omair.javaid@linaro.org>
This commit is contained in:
committed by
Matthias Welwarsky
parent
ae449bb5f9
commit
1f1558e74b
@@ -326,9 +326,10 @@ enum ap_class {
|
||||
*/
|
||||
enum ap_type {
|
||||
AP_TYPE_JTAG_AP = 0x0, /* JTAG-AP - JTAG master for controlling other JTAG devices */
|
||||
AP_TYPE_AHB_AP = 0x1, /* AHB Memory-AP */
|
||||
AP_TYPE_AHB3_AP = 0x1, /* AHB3 Memory-AP */
|
||||
AP_TYPE_APB_AP = 0x2, /* APB Memory-AP */
|
||||
AP_TYPE_AXI_AP = 0x4, /* AXI Memory-AP */
|
||||
AP_TYPE_AHB5_AP = 0x5, /* AHB5 Memory-AP. */
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user