1 |
529 |
julius |
2011-04-22 Julius Baxter, ORSoC AB
|
2 |
|
|
* includes/or_debug_proxy.h: : Adding extern definition.
|
3 |
|
|
* src/linux_usb_driver_calls.c: Added debugging output.
|
4 |
|
|
(init_usb_jtag): Put in device name listing code. Device open now
|
5 |
|
|
uses these identification strings instead of the hardcoded one.
|
6 |
|
|
* src/usb_functions.c:
|
7 |
|
|
(usb_dbg_test): Added better debugging output.
|
8 |
|
|
* src/FT2232c.cpp: Added debugging output.
|
9 |
|
|
* src/or_debug_proxy.c: : Global variable added to determine
|
10 |
|
|
if we should initialise CPU on connecting or not.
|
11 |
|
|
(main): New option added, -b, to use proxy in bus-only mode, where it
|
12 |
|
|
does not initialise CPU and just provides bus access.
|
13 |
|
|
* src/gdb.c:
|
14 |
|
|
(gdb_set_chain): Check if no_cpu is set, if so, don't allow setting
|
15 |
|
|
of scan chain to CPU.
|
16 |
|
|
(set_stall_state): Check if no_cpu is set, if so, don't allow setting
|
17 |
|
|
of stall bit to CPU.
|
18 |
|
|
* Makefile: Change STATIC_LIB back to explicitly require the driver
|
19 |
|
|
library version 0.4.16.
|
20 |
|
|
* README: Updated with information on new driver problems.
|
21 |
|
|
|
22 |
|
|
2011-03-07 Julius Baxter, ORSoC AB
|
23 |
498 |
julius |
* Makefile:(STATIC_LDFLAGS): Added -lrt as required by new libftd2xx.
|
24 |
|
|
Updated example of downloading static library.
|
25 |
|
|
* README: Updated to contain information about latest FTDI libftd2xx
|
26 |
|
|
drivers.
|
27 |
|
|
|
28 |
529 |
julius |
2011-03-07 Julius Baxter, ORSoC AB
|
29 |
497 |
julius |
* src/or_debug_proxy.c: Ran indent on code to neaten.
|
30 |
|
|
Added -k option to enable kernel debugging option which remaps 0xc0
|
31 |
|
|
high address to 0x00.
|
32 |
|
|
* include/gdb.h:(kernel_debug): Declared as extern int.
|
33 |
|
|
* src/gdb.c: Ran indent on code to neaten.
|
34 |
|
|
(kernel_debug): Added, initialise to 0.
|
35 |
|
|
: Also check kernel_debug with IS_VM_ADDR.
|
36 |
|
|
: Ditto.
|
37 |
|
|
: Ditto.
|
38 |
|
|
: Ditto.
|
39 |
|
|
: Ditto.
|
40 |
|
|
: Ditto.
|
41 |
|
|
|
42 |
431 |
julius |
2010-11-23 Julius Baxter
|
43 |
|
|
* src/gdb.c : qTStatus packet now returns empty packet.
|
44 |
|
|
|
45 |
376 |
julius |
2010-09-24 Julius Baxter
|
46 |
|
|
|
47 |
|
|
* ChangeLog: Created.
|
48 |
|
|
* src/or_debug_proxy.c: Removed all VPI endpoint options.
|
49 |
|
|
* src/gdb.c: Added rsp_query handlers for various new packets seen
|
50 |
|
|
with gdb-7.2.
|
51 |
|
|
|