Age | Commit message (Collapse) | Author | Files | Lines |
|
Remove unused file handle, and rename the only remaining one to make
more sense.
Close file descriptor if initialization fails.
Change-Id: I383567aaadb1aa59d86f814eba8bc65f24e91928
|
|
Remove dead code.
|
|
Change-Id: Ic90598b3dd4128dabb18ac4dc1285ca721a6a441
|
|
Add a comment in dbus_read
|
|
Rename dummy variable to be correct.
|
|
Propagate register read errors
|
|
Change-Id: I7ff8bde4578c9ddd175c5cca370295c790cfbba7
|
|
Change-Id: Idda111377873a2236b5b91e4ffdabd2be384b47a
|
|
Select current hart before reading memory.
|
|
Use register names instead of numbers in warnings
|
|
Change-Id: I329404894227bb3cf563382e1adf0edda702543b
|
|
Make delay update messages debug instead of info.
|
|
This avoids trying to read memory from the wrong hart, if the current
hart was changed by an earlier call (eg. to poll()).
Change-Id: I73da1e01c8d01d68f01ac7fdd6c548380a70cfd3
|
|
They confuse users otherwise.
Change-Id: I3bc491352f5384e36c54696a0ecbf11ac623dd83
|
|
This just comments the current behavior
|
|
Change-Id: Ie2295d30fd9dfeb7590f5e34d572497a93a3ce7b
|
|
Parse 64-bit CRC addrs even on 32-bit hosts
|
|
Change-Id: I38720163eff292b2c24f25da4e25feb8245ff672
|
|
Remove board files that I shouldn't have added
|
|
There are 3 other ones for the SiFive target.
Change-Id: I987331a82186a3738096cc390c91889118bf9ac2
|
|
Add config files for the SiFive boards
|
|
- the HiFive1 board definition includes the FTDI interface
- the Arty boards require external interface definitions
|
|
Add config files for SiFive RISC-V hardware.
|
|
Fix typo.
|
|
Copied from https://github.com/gnu-mcu-eclipse/openocd
Change-Id: Ia0b3e192ca8b3bae6035623d605c9980e9bccd2c
|
|
Issue #164
Change-Id: I083ba0d7df72a83a802297baa25753f8d274519a
|
|
Get rid of abort() calls.
|
|
Also changed a few asserts that could trigger due to broken hardware.
Fixes Issue #142.
Change-Id: Ia2b99baa82f30ebcb2fd7e4902f0e67046ce4ed2
|
|
Propagate error instead of calling abort().
|
|
As part of this I improved the memory read/write fatal error handling a
bit. Now at least we try to leave autoexec turned off, and will even
restore the temp registers if the situation isn't too hosed for that.
Partly addresses Issue #142
Change-Id: I79fe3f862f11c6d20441f39162423357e73a40c1
|
|
Remove unused code.
|
|
Change-Id: Ibc72945ac76513c84d62616c0210e6013b21f7ef
|
|
Conform to OpenOCD style guide.
|
|
Change-Id: I2b23ac79639ed40e9d59db5c52ea2196df0349bc
|
|
Merge changes from master
|
|
Change-Id: Icec244b174cc0c67ab58961649a369db7f344824
|
|
fix fespi flash after registers were renamed.
|
|
Change-Id: I8f539c880ee5da864956f56943411b228d8a5812
|
|
Change-Id: Iadf7b2a926d6d5abc4c8daa2f5620886bcb09b31
|
|
Update debug_defines to the one used with spike.
|
|
Use %ll instead of %L in scanf.
|
|
Change-Id: I627c6ee557d98239227324c33f9b89f6280cbf93
|
|
Fix Windows build
|
|
Use parens after if.
|
|
I'm surprised this built with gcc before.
Fixes Issue #150.
Change-Id: I24d2957783c66ad53d5b532a4e930349a2059a97
|
|
Change-Id: I77f536a9d2e901ebcef0a7dd0f205e5332b1d382
Signed-off-by: Jiri Kastner <cz172638@gmail.com>
Reviewed-on: http://openocd.zylin.com/4303
Tested-by: jenkins
Reviewed-by: Forest Crossman <cyrozap@gmail.com>
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
|
|
Change-Id: I367f39c9bc9e58380d6d5b500d5368d5173d96bd
Signed-off-by: Jiri Kastner <cz172638@gmail.com>
Signed-off-by: Forest Crossman <cyrozap@gmail.com>
Reviewed-on: http://openocd.zylin.com/4302
Tested-by: jenkins
Reviewed-by: Paul Fertser <fercerpav@gmail.com>
|
|
Send gdb an XML target description that contains only a list of registers we think exist on this target
|
|
This lets users tell OpenOCD which non-standard CSRs exist on their
target, that will also be accessible and whose existence will be
communicated to gdb.
Change-Id: I56163a9fcb84ad7ebe815ae74fbd9fcc208f5a9d
|
|
Also update encoding.h.
Change-Id: I275be7de0aa1af64d13ea191b9f4ff391cfb16dc
|