Hej Olof! [email protected] wrote: > commit 80f52ddfba8ceafe0b1bc629d102dc2d8bf4c853 > Author: Olof Kindgren <[email protected]> > Date: Sun Sep 23 22:51:17 2012 +0200 > > feature: Add support for ordb2a jtag interface > > ordb2a is an FPGA development board for the OpenRISC platform. > This patch adds support for JTAG communication with the soft CPU > debug interface via the onboard FT4232H > > Change-Id: Ic2e78166e1316b22ae95297613d2107a9a49a119 > Signed-off-by: Olof Kindgren <[email protected]> > .. > diff --git a/tcl/interface/ordb2a.cfg b/tcl/interface/ordb2a.cfg > new file mode 100644 > index 0000000..47733e6 > --- /dev/null > +++ b/tcl/interface/ordb2a.cfg > @@ -0,0 +1,10 @@ > +# > +# ORSoC ordb2a JTAG interface > +# > +# http://orsoc.se/altera-fpga-development-board/ > +# > + > +interface ft2232 > +ft2232_layout ordb2a > +ft2232_vid_pid 0x0403 0x6011 > +adapter_khz 6000
The ftdi driver is deprecating the old crappy ft2232 driver, so please revise this change to include a config file also for the ftdi driver. It should not require any code changes, only a config file. Thanks! //Peter ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://ad.doubleclick.net/clk;258768047;13503038;j? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
