Age | Commit message (Expand) | Author | Files | Lines |
2017-06-15 | Accept 64-bit addresses in CRC requests. | Tim Newsome | 1 | -1/+1 |
2017-06-13 | Fix the build. | Tim Newsome | 5 | -77/+85 |
2017-06-13 | Merge branch 'remotes/openocd/master' into riscv64 | Tim Newsome | 188 | -8991/+15088 |
2017-06-08 | Fix dmi_read() indentation; remove \n in LOG_ERROR | Tim Newsome | 1 | -25/+25 |
2017-06-07 | riscv: Move the initialization of the field inside the structure for consistency | Megan Wachs | 1 | -5/+1 |
2017-06-07 | riscv: v13 -- dmi_write must still check for the OP resultv20170608 | Megan Wachs | 1 | -21/+17 |
2017-06-06 | %p already includes 0x (on gcc) | Tim Newsome | 1 | -4/+4 |
2017-06-06 | Don't leave fd undefined. | Tim Newsome | 1 | -1/+1 |
2017-06-02 | flash: nor: ath79: fix build failure due to recent MIPS changes | Paul Fertser | 1 | -37/+35 |
2017-05-31 | flash: Add support for Atheros (ath79) SPI interface | Tobias Diedrich | 4 | -0/+908 |
2017-05-31 | imx_gpio: add mmap based jtag interface for IMX processors | Grzegorz Kostka | 3 | -2/+561 |
2017-05-25 | Return 5 (SIGBREAK) not 2 (SIGINT) after a step | Palmer Dabbelt | 1 | -1/+1 |
2017-05-25 | Pass EVENT_RESUMED in the RTOS | Palmer Dabbelt | 1 | -2/+3 |
2017-05-25 | Invalidate the register cache when rtos_hartid==-1 | Palmer Dabbelt | 1 | -1/+4 |
2017-05-25 | Invalidate the register cache on step, resume, reset | Palmer Dabbelt | 2 | -0/+14 |
2017-05-22 | riscv-v11: Don't perform unexpected operation in cache_write | Megan Wachs | 1 | -1/+1 |
2017-05-15 | Check for abstractcs.busy, not just CMDERR_BUSY | Palmer Dabbelt | 1 | -0/+4 |
2017-05-15 | Go back to 32-word read/write buffers | Palmer Dabbelt | 1 | -2/+2 |
2017-05-15 | Don't re-read registers after they're written | Palmer Dabbelt | 1 | -8/+0 |
2017-05-15 | Print out the actual CSR that's read | Palmer Dabbelt | 1 | -0/+1 |
2017-05-15 | Build fixes | Palmer Dabbelt | 2 | -3/+3 |
2017-05-15 | riscv: Remove some compile warnings | Megan Wachs | 1 | -2/+0 |
2017-05-12 | jtag/drivers: Add Cypress KitProg driver | Forest Crossman | 3 | -0/+977 |
2017-05-11 | Shim back in some old interfaces for now | Palmer Dabbelt | 1 | -16/+72 |
2017-05-09 | Allow all harts to be reset | Palmer Dabbelt | 3 | -39/+112 |
2017-05-08 | stm32l4: support flashing L45x/46x devices | Juha Niskanen | 1 | -7/+18 |
2017-05-08 | mips32, use scan32 function for reading impcode/idcode. | Salvador Arroyo | 3 | -60/+19 |
2017-05-08 | mips32: add micromips breakpoints support | Salvador Arroyo | 1 | -46/+105 |
2017-05-08 | mips32: add micromips isa handling | Salvador Arroyo | 5 | -19/+91 |
2017-05-08 | mips32, convert miniprograms with code definition | Salvador Arroyo | 1 | -44/+63 |
2017-05-08 | mips32, add support for micromips in debug mode | Salvador Arroyo | 8 | -270/+374 |
2017-05-08 | mips32, add microMips instruction subset | Salvador Arroyo | 1 | -0/+95 |
2017-05-08 | mips32, add option to avoid check in last instruction | Salvador Arroyo | 3 | -33/+36 |
2017-05-08 | mips32, add realloc code | Salvador Arroyo | 3 | -44/+35 |
2017-05-08 | mips32, change in pracc_list for dynamic allocation | Salvador Arroyo | 3 | -44/+45 |
2017-05-05 | Avoid accessing null target->reg_cache | Megan Wachs | 1 | -0/+6 |
2017-05-02 | Fix compile failure on MacOSX | Matthias Welwarsky | 2 | -7/+3 |
2017-05-01 | riscv-013: more consistent parens | Megan Wachs | 1 | -2/+2 |
2017-05-01 | riscv-013: Correct sign extension of address on read_memory for lower bits as... | Megan Wachs | 1 | -1/+1 |
2017-05-01 | riscv-013: Correct sign extension of address on read_memory | Megan Wachs | 1 | -2/+2 |
2017-05-01 | Correct debugging print in read_memory | Megan Wachs | 1 | -1/+1 |
2017-05-01 | Fix an assertion when reading from 0 | Palmer Dabbelt | 1 | -1/+1 |
2017-05-01 | Correct previous hart caching logic | Palmer Dabbelt | 1 | -1/+2 |
2017-04-27 | Clean up unused read_memory code | Palmer Dabbelt | 1 | -31/+0 |
2017-04-26 | Correct an off-by-one in argument parsing | Palmer Dabbelt | 1 | -1/+1 |
2017-04-26 | Keep calling the old poll on v0.11 targets | Palmer Dabbelt | 1 | -2/+11 |
2017-04-26 | Initialize all registers in examine | Palmer Dabbelt | 1 | -0/+3 |
2017-04-26 | riscv: Fix some blocking compile warnings | Megan Wachs | 2 | -5/+7 |
2017-04-26 | fespi: Allow the ctrl_base address specified as a parameter | Megan Wachs | 1 | -14/+25 |
2017-04-26 | Add 64-bit and multihart support | Palmer Dabbelt | 22 | -1451/+3210 |