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
..
2008-04-04 13:47:38 +00:00
2009-09-21 18:40:55 +00:00
2009-12-03 04:22:17 -08:00
2009-11-16 00:35:05 -08:00
2010-02-28 22:48:37 +00:00
2010-01-13 12:00:02 +01:00
2010-03-08 08:12:25 +01:00
2009-12-13 12:52:23 -08:00
2010-03-08 08:12:25 +01:00
2009-12-13 12:52:23 -08: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-02-21 14:30:27 -08:00
2010-03-08 08:12:25 +01:00
2009-12-13 12:52:23 -08:00
2010-03-08 08:12:25 +01:00
2009-12-13 12:52:23 -08:00
2010-03-08 08:12:25 +01:00
2009-12-13 12:52:23 -08:00
2010-03-08 08:12:25 +01:00
2009-12-13 12:52:23 -08: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
2009-12-03 04:22:52 -08:00
2010-02-21 14:34:33 -08:00
2009-12-11 15:26:10 -08:00
2010-03-08 08:12:25 +01:00
2009-12-11 09:17:23 +01:00
2009-12-09 21:43:23 -08:00
2010-03-01 10:39:57 -08:00
2009-12-04 16:51:48 -08:00
2009-12-07 14:57:44 -08:00
2009-12-04 19:39:25 -08:00
2010-03-05 10:39:25 -08:00
2009-12-03 04:22:52 -08:00
2009-12-03 04:22:52 -08:00
2009-12-03 04:22:52 -08:00
2009-12-13 12:52:23 -08:00
2010-02-28 23:06:49 +00:00
2009-12-07 14:57:44 -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-08 08:12:26 +01:00
2009-12-03 04:24:33 -08:00
2009-12-03 04:22:52 -08:00
2009-12-03 04:22:52 -08:00
2010-03-05 10:39:25 -08:00
2009-12-13 12:52:23 -08:00
2010-03-05 10:39:25 -08:00
2009-12-13 12:52:23 -08:00
2009-12-15 18:38:52 +01:00
2009-12-15 18:38:52 +01:00
2010-03-08 08:12:26 +01:00
2009-12-15 18:38:52 +01:00
2010-03-08 08:12:25 +01:00
2009-12-13 12:52:23 -08:00
2010-03-08 08:12:25 +01:00
2009-12-19 13:06:46 -08:00
2010-01-07 15:22:41 -08:00
2009-12-13 12:52:23 -08:00
2010-03-16 10:11:40 +01:00
2009-12-19 13:07:26 -08:00
2010-01-13 12:00:02 +01:00
2010-03-08 08:12:25 +01:00
2009-12-03 04:22:52 -08:00
2010-03-16 10:11:40 +01:00
2009-12-21 12:31:12 -08:00
2009-11-13 11:58:11 -08:00
2009-12-13 12:52:23 -08:00
2010-03-10 21:03:22 +00: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 22:23:01 +00:00
2010-03-10 21:03:22 +00:00
2010-03-10 21:03:22 +00:00
2010-01-09 13:37:02 +00:00
2010-01-07 15:22:41 -08:00
2009-12-13 12:52:23 -08:00
2009-12-03 04:22:52 -08:00
2009-11-22 10:27:29 -08:00
2010-01-11 12:58:06 +01:00
2010-01-07 15:05:26 -08:00
2009-11-16 00:35:24 -08:00
2010-01-13 12:00:02 +01:00
2010-03-03 20:57:49 -08:00
2010-02-09 21:57:23 +01:00
2009-12-13 12:52:23 -08:00
2010-01-07 15:05:26 -08:00
2009-12-03 04:22:52 -08:00
2010-03-16 10:11:40 +01:00
2009-12-13 12:52:23 -08:00