| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix 'write_image' usage information | Zachary T Welch | 2009-12-11 | 1 | -1/+1 |
* | ARM DPM: support updating HW breakpoints | David Brownell | 2009-12-11 | 2 | -52/+75 |
* | ARM: disassembly fixes for LDC/STC/MRRC/MCRR | David Brownell | 2009-12-11 | 1 | -18/+33 |
* | ARM11: minor cleanup, mostly ITR comments | David Brownell | 2009-12-11 | 2 | -28/+43 |
* | server: add server_preinit which is called before config file is parsed. | Spencer Oliver | 2009-12-11 | 3 | -3/+14 |
* | build: fix cygwin build warnings | Spencer Oliver | 2009-12-11 | 1 | -1/+1 |
* | gdb_server: use more local variables in inner loop of fetching packetstiny re... | Øyvind Harboe | 2009-12-11 | 1 | -31/+73 |
* | gdb_server: make struct gdb_connection private | Øyvind Harboe | 2009-12-11 | 2 | -19/+21 |
* | optimisation: tiny optimisation for embedded ice | Øyvind Harboe | 2009-12-11 | 1 | -6/+5 |
* | embedded hosts: optimize common code path for core arm operations | Øyvind Harboe | 2009-12-11 | 2 | -46/+66 |
* | anotyer cygwin compile fix | David Brownell | 2009-12-10 | 1 | -1/+2 |
* | zy1000: revc FPGA now works | Øyvind Harboe | 2009-12-10 | 2 | -30/+6 |
* | ARM: update arm_opcodes.h copyright | David Brownell | 2009-12-09 | 1 | -0/+3 |
* | stellaris: flash protection updates, minor fixes | David Brownell | 2009-12-09 | 2 | -68/+119 |
* | Comment and doxygen fixes | David Brownell | 2009-12-09 | 5 | -30/+25 |
* | ETM: only include oocd_trace.h when tracing enabled. | Spencer Oliver | 2009-12-09 | 1 | -0/+3 |
* | Fix compilation error with gcc 4.4.1 | Rafael Campos Las Heras | 2009-12-08 | 1 | -0/+1 |
* | target: remove more exit() calls | David Brownell | 2009-12-08 | 2 | -9/+2 |
* | target: remove needless "extern"s | David Brownell | 2009-12-08 | 4 | -24/+8 |
* | target: move 'extern' decls to *.h files | David Brownell | 2009-12-08 | 5 | -15/+15 |
* | ARM: cygwin complile fixes | David Brownell | 2009-12-08 | 1 | -4/+6 |
* | zy1000: some background info on the zy1000 file. | Øyvind Harboe | 2009-12-08 | 1 | -0/+25 |
* | minidriver: fix inline capability of minidriver | Øyvind Harboe | 2009-12-08 | 11 | -48/+94 |
* | zy1000: remove unecessary include | Øyvind Harboe | 2009-12-08 | 1 | -4/+0 |
* | build: add build/src to include path | Øyvind Harboe | 2009-12-08 | 12 | -10/+25 |
* | ARM: cope with stupidheaded compiler | David Brownell | 2009-12-07 | 1 | -2/+1 |
* | ARM: list number of HW breakpoints/watchpoints | David Brownell | 2009-12-07 | 4 | -7/+49 |
* | target: add debug_reason_name() | David Brownell | 2009-12-07 | 5 | -8/+19 |
* | ARM: don't clone arm_arch_state() code | David Brownell | 2009-12-07 | 4 | -33/+8 |
* | User's Guide: add quickie setup notes | David Brownell | 2009-12-07 | 1 | -2/+41 |
* | ARM: use <target/arm.h> not armv4_5.h | David Brownell | 2009-12-07 | 24 | -200/+231 |
* | ARM: rename some generic routines | David Brownell | 2009-12-07 | 15 | -32/+34 |
* | ARM: move opcode macros to <target/arm_opcodes.h> | David Brownell | 2009-12-07 | 18 | -249/+281 |
* | ARM: remove mrc_opcode(), use MRC() or MCR() | David Brownell | 2009-12-07 | 3 | -20/+32 |
* | ARM: disassemble two more v6+ instructions | David Brownell | 2009-12-07 | 1 | -12/+71 |
* | ARM DPM: don't write low bits of watchpoint value | David Brownell | 2009-12-07 | 1 | -1/+1 |
* | OMAP2420: define reset-assert event | David Brownell | 2009-12-07 | 1 | -0/+7 |
* | User's Guide: mention ETM on ARM11 comes up too | David Brownell | 2009-12-07 | 1 | -1/+1 |
* | add 'flash list', rewrite 'flash banks' | Zachary T Welch | 2009-12-06 | 3 | -22/+36 |
* | allow 'flash_banks' command to give GDB output | Zachary T Welch | 2009-12-06 | 1 | -1/+1 |
* | fix NOR flash regression | Zachary T Welch | 2009-12-06 | 1 | -0/+2 |
* | misc code review updates | David Brownell | 2009-12-05 | 4 | -14/+11 |
* | NOR: add 29LV400BC flash device | Mathias Kuester | 2009-12-05 | 1 | -0/+17 |
* | ARM semihosting: use breakpoint on ARM7 | Nicolas Pitre | 2009-12-04 | 1 | -7/+9 |
* | ARM semihosting: work with both low and high vectors | Nicolas Pitre | 2009-12-04 | 1 | -6/+4 |
* | rename nand.h to flash//nand/core.h | Zachary T Welch | 2009-12-04 | 20 | -28/+33 |
* | move remaining nand helper files | Zachary T Welch | 2009-12-04 | 8 | -11/+9 |
* | split nand.c into nand/{core,fileio,tcl}.c | Zachary T Welch | 2009-12-04 | 7 | -872/+1005 |
* | split NAND driver handling into nand/driver.[ch] | Zachary T Welch | 2009-12-04 | 5 | -104/+205 |
* | ARM: doc updates for main header | David Brownell | 2009-12-04 | 1 | -3/+11 |