riscv-openocd/src
Tim Newsome 14327c1acf
Fix sending memory-map for 64-bit targets. (#348)
See #202. I don't have a proper target with >32-bit flash and memory
location, so I've been unable to properly test this. However, if I hack
the fespi driver to not do anything and run the 64-bit spike tests I can
see that the memory map OpenOCD sends now includes the full 64-bit
address space:
Debug: 3443 975 gdb_server.c:400 gdb_put_packet_inner(): sending packet
'$l<memory-map>
<memory type="ram" start="0x00000000" length="0x20000000"/>
<memory type="ram" start="0x20000000" length="0xffffffffe0000000"/>
</memory-map>

It will also do this when the target is 32-bit, but that doesn't seem to
have any ill effects on gdb.

Change-Id: I0fd070ab7366188ff0259d90386f5e1f6985ce21
2019-01-31 12:16:15 -08:00
..
flash Fix sending memory-map for 64-bit targets. (#348) 2019-01-31 12:16:15 -08:00
helper Merge branch 'riscv' into notice_reset 2018-04-30 13:36:06 -07:00
jtag From upstream (#331) 2018-11-19 12:46:40 -08:00
pld Convert to non-recursive make 2016-12-08 16:23:10 +00:00
rtos From upstream (#331) 2018-11-19 12:46:40 -08:00
server Fix sending memory-map for 64-bit targets. (#348) 2019-01-31 12:16:15 -08:00
svf svf: improve robustness when processing invalid SVF files 2018-03-13 08:41:21 +00:00
target Move version check until after dmactive=1. 2019-01-22 12:48:47 -08:00
transport configure: disable all drivers when zy1000 is enabled 2018-05-08 15:21:49 -07:00
xsvf Convert to non-recursive make 2016-12-08 16:23:10 +00:00
Makefile.am Convert to non-recursive make 2016-12-08 16:23:10 +00:00
hello.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
hello.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
main.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
openocd.c armv8: valgrind memleak fixes 2018-05-08 15:21:49 -07:00
openocd.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00