aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-05Whenever bscan mode is entered, reset the variable that tracksbscan_optimizationGreg Savin1-0/+7
2019-11-04Fix for formatting issuesGreg Savin1-3/+3
2019-11-04For BSCAN tunneling, USER4 only needs to be scanned into IR once,Greg Savin1-2/+11
2019-11-04Add support for 64-bit memory reads/writes (#419)Tim Newsome8-56/+142
2019-10-23pmpcfg[13] only exist on RV32. (#416)Tim Newsome1-0/+2
2019-10-14Merge pull request #417 from riscv/heterogeneousTim Newsome1-2/+74
2019-10-11Combine SMP group registers into one list for gdbTim Newsome1-2/+74
2019-10-09Merge pull request #413 from riscv/complianceTim Newsome1-1/+5
2019-10-03The compliance test is poorly supported.Tim Newsome1-1/+5
2019-09-30Merge pull request #411 from riscv/from_upstreamTim Newsome198-4575/+3531
2019-09-30Fix filterdiff line.Tim Newsome1-1/+1
2019-09-27Fix the build.Tim Newsome2-18/+5
2019-09-27Update libjaylink.Tim Newsome3-2/+97
2019-09-27Merge branch 'master' into from_upstreamTim Newsome194-4565/+3439
2019-09-25Use more idiomatic assembly for flash code. (#410)Tim Newsome3-104/+2
2019-09-24Perform SBA writes with batch transactions for improved performance. (#405)darius-bluespec3-18/+60
2019-09-24src/jtag/aice: Fix obviously incorrect bit op.Seth LaForge1-1/+1
2019-09-24helper/command: clear errno before calling parserChristopher Head1-0/+1
2019-09-24flash/nor/tcl: Fix usage of 'flash erase_sector' commandMarc Schink1-1/+1
2019-09-23The stack is relative to the program. (#409)Tim Newsome3-7/+7
2019-09-20tcl/board: Add Rigado BMD-300 Evaluation KitMarc Schink1-0/+11
2019-09-18esirisc_flash: Rename PAGE_SIZE to FLASH_PAGE_SIZEKhem Raj1-4/+4
2019-09-13Add TCK padding in the OSCAN1 reset/online/activate sequence. (#406)Greg Savin1-0/+14
2019-09-11Display IDCODE in message about it not existing. (#404)Tim Newsome1-1/+1
2019-09-09Fix flashing HiFive Unleashed (#402)Tim Newsome13-161/+255
2019-09-08flash/nor/stm32h7x: remove unused 'pages_per_sector' from stm32h7x_part_infoTarek BOCHKATI1-1/+0
2019-09-08flash/nor/stm32h7x: remove flash size information from device nameTarek BOCHKATI1-1/+1
2019-09-08flash/nor: flash driver for Synwit SWM050 MCUsCaleb Szalacinski5-0/+276
2019-09-08target/dsp563xx: dsp563xx restore reg supportHan Hartgers1-0/+1
2019-09-08src/flash/nand: Fix some operator precedence bugs.Seth LaForge2-2/+2
2019-09-07Update jep106.inc by running the script. (#400)Tim Newsome1-240/+491
2019-08-28Revert part of da12994 to fix ^C being eaten. (#397)Tim Newsome1-0/+4
2019-08-28gdb_server, rtos: Fine-grained RTOS register accessTim Newsome8-47/+155
2019-08-26Use only one hart to run algorithm. (#396)Tim Newsome2-11/+19
2019-08-19Adds support for RISCV Access Memory Abstract Commands (#394)dave-estes-syzexion1-6/+192
2019-08-14Don't fake step for hwthread rtos. (#393)Tim Newsome4-11/+26
2019-08-04flash/nor/core: fix some minor typoTarek BOCHKATI1-5/+5
2019-08-04contrib/rpc_examples: Adapt to new command line handlingMarc Schink1-2/+2
2019-07-28mflash: Remove this broken flash driverAndreas Fritiofson5-1807/+1
2019-07-26Properly detect errors in SBA reads. (#392)Tim Newsome1-19/+26
2019-07-18Access memory through the scope of current privilege level (#386)Nils Wistoff7-0/+143
2019-07-15Optimize reading a single byte/short/word. (#390)Tim Newsome1-4/+61
2019-07-15Write all ones to clear cmderr. (#389)Tim Newsome1-1/+1
2019-07-15Make resume order configurable. (#388)Tim Newsome2-7/+69
2019-07-09Redo fespi flash algorithm (#384)Tim Newsome9-334/+601
2019-07-08RV32E support (#387)Tim Newsome2-12/+31
2019-07-07configure.ac: Fix ST-Link adapter descriptionMarc Schink1-1/+1
2019-06-21Reduce abstract command execution by one scan. (#383)Tim Newsome1-37/+40
2019-06-20cortex_m: set C_DEBUGEN in soft_reset_haltAntonio Borneo1-0/+5
2019-06-20helper/options: simplify the code using command_run_linef()Antonio Borneo1-8/+3