Age | Commit message (Expand) | Author | Files | Lines |
2017-06-13 | Fix the build. | Tim Newsome | 4 | -71/+79 |
2017-06-13 | Merge branch 'remotes/openocd/master' into riscv64 | Tim Newsome | 91 | -2717/+9456 |
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-05-31 | flash: Add support for Atheros (ath79) SPI interface | Tobias Diedrich | 1 | -0/+2 |
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-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 | 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 | 7 | -239/+343 |
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 | 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 | 1 | -2/+2 |
2017-04-26 | Add 64-bit and multihart support | Palmer Dabbelt | 14 | -1432/+2841 |
2017-04-25 | mips32, write handler code in a more compact way | Salvador Arroyo | 1 | -29/+17 |
2017-04-25 | mips32, implement assembler li instruction | Salvador Arroyo | 1 | -37/+27 |
2017-04-25 | mips32, in wait_for_pracc_rw() use ejtag_info->pa_ctrl | Salvador Arroyo | 1 | -20/+14 |
2017-04-25 | mips32, mips32_pracc_finish() queued only | Salvador Arroyo | 1 | -19/+8 |
2017-04-25 | mips32, drop unnecessary code in mips32_pracc.c | Salvador Arroyo | 1 | -60/+12 |
2017-04-25 | mips32, homogenize code in the scan functions | Salvador Arroyo | 2 | -19/+17 |
2017-04-24 | mips32, add generic scan 32 function | Salvador Arroyo | 1 | -29/+19 |
2017-04-24 | mips32, pic32 use uint8_t in 8 bit scan function | Salvador Arroyo | 2 | -15/+8 |
2017-04-23 | target: Fix memory leak | Marc Schink | 2 | -5/+20 |
2017-04-10 | Properly consider 'reset halt' and do halt or resume as needed | Megan Wachs | 1 | -3/+30 |