[Openocd-development] tdo line buffer explanation

2010-09-29 Thread Drasko DRASKOVIC
Hi all, can somebody explain me please ft2232_debug_dump_buffer() log I got, based on following : Debug: 698 6975 ft2232.c:1884 ft2232_execute_scan(): DRSCAN type:2 Debug: 699 6975 commands.c:189 jtag_build_buffer(): DRSCAN num_fields: 7 Debug: 700 6975 commands.c:211 jtag_build_buffer(): fields[0

Re: [Openocd-development] [PATCH] Update ep93xx and at91rm9200 drivers

2010-09-29 Thread Luca Bruno
Hector Oron scrisse: > I have also been playing with this bug. Just one comment on the > ep93xx.c > > > -static int ep93xx_register_commands(struct command_context > > *cmd_ctx); > > > > -       .register_commands = ep93xx_register_commands, > > Why not just use the right value in the struct, >

[Openocd-development] [PATCH] fileio: fileio_size() can now fail

2010-09-29 Thread Øyvind Harboe
Part of making the fileio API more robust. Signed-off-by: Øyvind Harboe --- src/flash/mflash.c | 14 ++ src/flash/nand/fileio.c |8 +++- src/flash/nand/tcl.c|9 +++-- src/flash/nor/tcl.c | 22 ++ src/helper/fileio.c | 14