aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-24Reading v* registers appears to work.vector2Tim Newsome4-127/+234
2020-01-20WIPTim Newsome6-8/+1486
2020-01-13Handle DMI busy in sba write. (#437)Tim Newsome2-55/+54
2020-01-10Don't issue extra FENCE+FENCE.i for the current hart. (#439)Jan Matyas1-0/+4
2020-01-06Upcast mask value to work with 64-bit physical (#436)Tim Newsome1-3/+7
2019-12-31Fix bugs. Do not touch SATP if there is no MMU. (#435)Hsiangkai1-3/+5
2019-12-10riscv: translate virtual address to physical address. (#425)Hsiangkai4-1/+246
2019-12-05Increase maximum number of harts (#429)bluew1-1/+1
2019-12-04Remove unused data structure. (#431)Tim Newsome2-10/+1
2019-12-04Warn about using `-rtos riscv`. (#430)Tim Newsome1-0/+7
2019-11-27Fixed write_memory_progbuf() on RV64. (#426)Jan Matyas1-1/+1
2019-11-22Fix memory access on some targets. (#428)Tim Newsome4-4/+37
2019-11-20Fix: Take into account progbuf writability. (#424)Jan Matyas1-2/+6
2019-11-15fespi: Properly support large flash devices (#421)Tim Newsome5-92/+126
2019-11-12BSCAN batch fix (#422)Greg Savin5-45/+73
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