Files
sw_openocd/src/target
Bradey Honsinger f85ad1e52a image loading: fix problem with offsets > 0x80000000
Fixes bug that prevented users from specifying a base address of
0x80000000 or higher in image commands (flash write_image, etm image,
xscale trace_image).

image.base_address is an offset from the start address contained in
the image file (if there is one), or from 0 (for binary files). As a
signed 32-bit int, it couldn't be greater than 0x7fffffff, which is a
problem when trying to write a binary file to flash above that
address. Changing it to a 64-bit long long keeps it as a signed
offset, but allows it to cover the entire 32-bit address space.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
2010-03-16 10:11:40 +01:00
..
2010-03-08 08:12:25 +01:00
2010-03-08 08:12:25 +01:00
2010-03-08 08:12:25 +01:00
2010-03-08 08:12:25 +01:00
2010-03-08 08:12:25 +01:00
2010-03-08 08:12:25 +01:00
2010-03-08 08:12:25 +01:00
2010-03-08 08:12:25 +01:00
2010-03-08 08:12:25 +01:00
2010-03-05 10:39:25 -08:00
2010-01-21 16:45:00 -08:00
2010-02-21 14:34:33 -08:00
2010-03-01 10:39:57 -08:00
2010-03-05 10:39:25 -08:00
2010-03-05 10:39:25 -08:00
2010-03-05 10:39:25 -08:00
2010-03-05 10:39:25 -08:00
2010-03-05 10:39:25 -08:00
2010-03-05 10:39:25 -08:00
2010-03-05 10:39:25 -08:00
2009-12-15 18:38:52 +01:00
2010-03-08 08:12:25 +01:00
2009-12-19 13:07:26 -08:00
2010-03-08 08:12:25 +01:00
2009-12-21 12:31:12 -08:00
2010-01-07 20:56:07 +00:00
2010-02-28 22:26:53 +00:00
2010-02-28 22:26:53 +00:00
2010-03-10 21:03:22 +00:00
2009-11-22 10:27:29 -08:00
2010-01-11 12:58:06 +01:00
2010-01-13 12:00:02 +01:00
2009-12-13 12:52:23 -08:00
2010-01-07 15:05:26 -08:00