Giulio Benetti
1054344fa4
spl: fix entry_point equal to load_addr
...
At the moment entry_point is set to image_get_load(header) that sets it
to "load address" instead of "entry point", assuming entry_point is
equal to load_addr, but it's not true. Then load_addr is set to
"entry_point - header_size", but this is wrong too since load_addr is
not an entry point.
So use image_get_ep() for entry_point assignment and image_get_load()
for load_addr assignment.
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
2020-01-14 22:53:59 +01:00
..
2018-05-07 09:34:12 -04:00
2020-01-10 10:25:13 -05:00
2020-01-14 22:53:59 +01:00
2019-12-02 18:23:08 -05:00
2019-12-02 18:25:02 -05:00
2019-12-02 18:24:58 -05:00
2019-12-02 18:23:08 -05:00
2019-12-02 18:25:04 -05:00
2018-05-07 09:34:12 -04:00
2019-12-15 11:44:17 +08:00
2018-05-07 09:34:12 -04:00
2020-01-07 18:08:21 +01:00
2019-12-02 18:25:01 -05:00
2019-12-02 18:23:13 -05:00
2019-12-02 18:23:08 -05:00
2019-12-02 18:24:58 -05:00
2019-11-07 18:01:13 -05:00
2019-12-02 18:23:13 -05:00
2019-12-02 18:25:02 -05:00
2019-12-02 18:25:02 -05:00
2019-10-24 13:37:03 +02:00
2018-11-09 10:44:50 -05:00
2019-11-06 22:54:28 -05:00
2018-11-20 19:14:22 -07:00
2018-05-07 09:34:12 -04:00
2020-01-07 14:37:50 +01:00
2019-11-07 18:01:13 -05:00
2019-07-29 19:14:58 +02:00
2015-07-20 11:44:37 -07:00
2019-12-06 12:09:25 +01:00
2018-05-07 09:34:12 -04:00
2019-12-02 18:23:08 -05:00
2019-08-11 16:43:41 -04:00
2019-08-07 15:31:05 -04:00
2019-10-15 09:56:04 -04:00
2019-11-14 07:09:34 -06:00
2020-01-07 18:08:21 +01:00
2019-10-24 13:37:02 +02:00
2020-01-07 18:08:21 +01:00
2018-05-07 09:34:12 -04:00
2019-12-02 18:23:13 -05:00
2019-12-03 23:04:10 -05:00
2019-12-02 18:23:55 -05:00
2016-05-02 18:37:09 -04:00
2018-05-07 09:34:12 -04:00
2019-12-02 18:23:11 -05:00
2018-05-07 09:34:12 -04:00
2019-12-02 18:24:58 -05:00
2018-05-07 09:34:12 -04:00
2019-02-20 15:21:44 +08:00
2018-04-27 14:54:48 -04:00
2019-12-02 18:25:02 -05:00
2020-01-10 14:18:26 -05:00
2018-11-29 09:30:05 -07:00
2018-07-10 16:55:59 -04:00
2019-07-24 13:16:29 -04:00
2018-10-24 14:45:36 -05:00
2018-05-07 09:34:12 -04:00
2019-12-02 18:25:02 -05:00
2019-10-31 09:10:34 +01:00
2019-06-04 23:20:43 +02:00
2019-12-02 18:24:58 -05:00
2019-08-11 16:43:41 -04:00
2019-11-25 13:28:53 +01:00
2019-10-31 12:13:40 +01:00
2019-09-11 10:11:29 +02:00
2019-10-08 13:57:45 +08:00