aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-31flash: Add support for Atheros (ath79) SPI interfaceTobias Diedrich6-1/+948
2017-05-31imx_gpio: add mmap based jtag interface for IMX processorsGrzegorz Kostka6-2/+623
2017-05-25Return 5 (SIGBREAK) not 2 (SIGINT) after a stepPalmer Dabbelt1-1/+1
2017-05-25Pass EVENT_RESUMED in the RTOSPalmer Dabbelt1-2/+3
2017-05-25Invalidate the register cache when rtos_hartid==-1Palmer Dabbelt1-1/+4
2017-05-25Invalidate the register cache on step, resume, resetPalmer Dabbelt2-0/+14
2017-05-25Merge pull request #52 from riscv/v11_read_without_intMegan Wachs1-1/+1
2017-05-22riscv-v11: Don't perform unexpected operation in cache_writeMegan Wachs1-1/+1
2017-05-15Check for abstractcs.busy, not just CMDERR_BUSYPalmer Dabbelt1-0/+4
2017-05-15Go back to 32-word read/write buffersPalmer Dabbelt1-2/+2
2017-05-15Don't re-read registers after they're writtenPalmer Dabbelt1-8/+0
2017-05-15Print out the actual CSR that's readPalmer Dabbelt1-0/+1
2017-05-15Build fixesPalmer Dabbelt2-3/+3
2017-05-15riscv: Remove some compile warningsMegan Wachs1-2/+0
2017-05-12jtag/drivers: Add Cypress KitProg driverForest Crossman7-1/+1058
2017-05-11Shim back in some old interfaces for nowPalmer Dabbelt1-16/+72
2017-05-09tcl/cpld: add config file for Altera 5M570Z CPLD (MAXV family)Moritz Fischer1-0/+6
2017-05-09Allow all harts to be resetPalmer Dabbelt3-39/+112
2017-05-08stm32l4: support flashing L45x/46x devicesJuha Niskanen2-8/+19
2017-05-08mips32, use scan32 function for reading impcode/idcode.Salvador Arroyo3-60/+19
2017-05-08mips32: add micromips breakpoints supportSalvador Arroyo1-46/+105
2017-05-08mips32: add micromips isa handlingSalvador Arroyo5-19/+91
2017-05-08mips32, convert miniprograms with code definitionSalvador Arroyo1-44/+63
2017-05-08mips32, add support for micromips in debug modeSalvador Arroyo8-270/+374
2017-05-08mips32, add microMips instruction subsetSalvador Arroyo1-0/+95
2017-05-08mips32, add option to avoid check in last instructionSalvador Arroyo3-33/+36
2017-05-08mips32, add realloc codeSalvador Arroyo3-44/+35
2017-05-08mips32, change in pracc_list for dynamic allocationSalvador Arroyo3-44/+45
2017-05-05 Avoid accessing null target->reg_cacheMegan Wachs1-0/+6
2017-05-05Merge pull request #43 from riscv/read-from-0Megan Wachs1-4/+4
2017-05-02Fix compile failure on MacOSXMatthias Welwarsky2-7/+3
2017-05-01riscv-013: more consistent parensMegan Wachs1-2/+2
2017-05-01riscv-013: Correct sign extension of address on read_memory for lower bits as...Megan Wachs1-1/+1
2017-05-01riscv-013: Correct sign extension of address on read_memoryMegan Wachs1-2/+2
2017-05-01Correct debugging print in read_memoryMegan Wachs1-1/+1
2017-05-01Fix an assertion when reading from 0Palmer Dabbelt1-1/+1
2017-05-01Correct previous hart caching logicPalmer Dabbelt1-1/+2
2017-04-27Clean up unused read_memory codePalmer Dabbelt1-31/+0
2017-04-26Correct an off-by-one in argument parsingPalmer Dabbelt1-1/+1
2017-04-26Keep calling the old poll on v0.11 targetsPalmer Dabbelt1-2/+11
2017-04-26Initialize all registers in examinePalmer Dabbelt1-0/+3
2017-04-26riscv: Fix some blocking compile warningsMegan Wachs2-5/+7
2017-04-26fespi: Allow the ctrl_base address specified as a parameterMegan Wachs1-14/+25
2017-04-26Add 64-bit and multihart supportPalmer Dabbelt22-1451/+3210
2017-04-25mips32, write handler code in a more compact waySalvador Arroyo1-29/+17
2017-04-25mips32, implement assembler li instructionSalvador Arroyo1-37/+27
2017-04-25mips32, in wait_for_pracc_rw() use ejtag_info->pa_ctrlSalvador Arroyo1-20/+14
2017-04-25mips32, mips32_pracc_finish() queued onlySalvador Arroyo1-19/+8
2017-04-25mips32, drop unnecessary code in mips32_pracc.cSalvador Arroyo1-60/+12
2017-04-25mips32, homogenize code in the scan functionsSalvador Arroyo2-19/+17