jtag/drivers: add debugging support for Mellanox BlueField SoC
This commits adds debugging support for the Mellanox BlueField SoC via rshim, which is an interface accessible from external USB or PCIe (for SmartNIC case) via the rshim driver. It implements the arm dap interfaces based on the existing dapdirect framework. Change-Id: I18eb1c54293ec2c581f853e0e55b3f96d7978b56 Signed-off-by: Liming Sun <lsun@mellanox.com> Reviewed-on: http://openocd.zylin.com/5457 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Antonio Borneo
parent
76a1524b5e
commit
699a8475a1
@@ -141,6 +141,9 @@ extern struct adapter_driver xds110_adapter_driver;
|
||||
#if BUILD_HLADAPTER == 1
|
||||
extern struct adapter_driver stlink_dap_adapter_driver;
|
||||
#endif
|
||||
#if BUILD_RSHIM == 1
|
||||
extern struct adapter_driver rshim_dap_adapter_driver;
|
||||
#endif
|
||||
#endif /* standard drivers */
|
||||
|
||||
/**
|
||||
@@ -252,6 +255,9 @@ struct adapter_driver *adapter_drivers[] = {
|
||||
#if BUILD_HLADAPTER == 1
|
||||
&stlink_dap_adapter_driver,
|
||||
#endif
|
||||
#if BUILD_RSHIM == 1
|
||||
&rshim_dap_adapter_driver,
|
||||
#endif
|
||||
#endif /* standard drivers */
|
||||
NULL,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user