Age | Commit message (Expand) | Author | Files | Lines |
2017-05-08 | stm32l4: support flashing L45x/46x devices | Juha Niskanen | 2 | -8/+19 |
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-05 | Merge pull request #43 from riscv/read-from-0 | Megan Wachs | 1 | -4/+4 |
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 |
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-25 | server/telnet: Remove exit() call | Marc Schink | 1 | -1/+1 |
2017-04-25 | server/server: Remove all exit() calls | Marc Schink | 3 | -23/+52 |
2017-04-25 | stm32l4: support flashing L496 devices | Juha Niskanen | 1 | -1/+6 |
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 | 3 | -17/+9 |
2017-04-24 | tcl/board: Add STMicroelectronics STM32F7 Nucleo config | Marc Schink | 1 | -0/+10 |
2017-04-24 | udev: Add rules for Ambiq Micro EVK's. | Karl Palsson | 1 | -0/+5 |
2017-04-24 | Added 512K flashing support for em3587 | Byron Kubert | 1 | -0/+5 |
2017-04-24 | libusb: Add transfer type filter to get correct ep | Hellosun Wu | 6 | -7/+17 |
2017-04-24 | flash/nor/tcl: Make verify_bank parameter optional | Marc Schink | 2 | -8/+18 |
2017-04-24 | flash/nor/tcl: Fix some format specifiers | Marc Schink | 1 | -10/+9 |
2017-04-24 | tcl STM32L0xx - add support for dual banked targets and for Nucleo-64 STM32L073 | Jan Čapek | 2 | -0/+17 |
2017-04-24 | stm32lx: fix dual-bank configuration for Cat.5 and Cat.6 devices | CezaryGapinski | 1 | -50/+69 |
2017-04-24 | Fix flash writing on stm32l0 | Armin van der Togt | 2 | -30/+18 |
2017-04-24 | flash/nor/at91samd: fix chip erase of a secured device | Tomas Vanek | 1 | -4/+10 |
2017-04-24 | jtag/drivers cmsis-dap: do not limit speed so strictly | Tomas Vanek | 1 | -5/+3 |
2017-04-24 | Add support for the ATMEL SAM G55 Xplained Pro board and CPU. | Jerome Lambourg | 2 | -0/+81 |
2017-04-23 | help/log.c: better error handling for "log_output" | Girts | 1 | -3/+9 |