Masahiro Yamada
c0efc3140e
ARM: uniphier: change CONFIG_SPL_PAD_TO to 128KB
...
The Boot ROM supports authentication feature to prevent malformed
software from being run on products. The signature is added at the
tail of the second stage loader (= SPL in U-boot terminology).
The size of the second stage loader was 64KB, and it was consistent
across SoCs. The situation changed when LD20 SoC appeared; it loads
80KB second stage loader, and it is the only exception.
Currently, CONFIG_SPL_PAD_TO is set to 64KB and U-Boot proper is
loaded from the 64KB offset of non-volatile devices. This means the
signature of LD20 SoC (located at 80KB offset) corrupts the U-Boot
proper image.
Let's move the U-Boot proper image to 128KB offset. It uses 48KB
for nothing but padding, and we could actually locate the U-Boot
proper at 80KB offset. However, the power of 2 generally seems a
better choice for the offset address.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com >
2017-01-29 20:59:08 +09:00
..
2016-11-14 23:24:03 +01:00
2016-01-19 22:26:12 +00:00
2017-01-29 20:59:08 +09:00
2016-12-20 09:15:27 +01:00
2017-01-28 14:04:41 -05:00
2016-12-02 21:32:37 -05:00
2016-01-27 08:13:10 -08:00
2015-11-13 10:23:33 +02:00
2017-01-19 12:22:23 -05:00
2015-10-27 11:51:53 +01:00
2015-09-07 13:41:04 +02:00
2015-01-05 12:08:55 -05:00
2017-01-18 09:28:57 -08:00
2015-11-02 10:38:00 +09:00
2016-04-01 17:18:12 -04:00
2016-12-03 13:21:21 -05:00
2016-08-20 11:35:07 -04:00
2016-11-21 14:07:30 -05:00
2016-09-23 22:25:43 -04:00
2016-10-11 11:55:33 +08:00
2016-03-22 12:16:13 -04:00
2015-11-02 10:38:00 +09:00
2016-01-19 08:31:21 -05:00
2016-12-20 09:15:27 +01:00
2016-03-24 09:47:43 +01:00
2015-11-13 10:23:33 +02:00
2015-11-13 10:23:33 +02:00
2016-05-21 01:25:50 +02:00
2016-06-12 23:49:38 +02:00
2016-06-20 05:19:09 -04:00
2015-10-20 18:40:27 +02:00
2015-10-20 18:40:27 +02:00
2016-03-31 17:03:52 +02:00
2016-05-25 17:52:39 +02:00
2016-05-25 17:52:39 +02:00
2016-05-25 17:52:39 +02:00
2016-01-21 20:42:36 -07:00
2015-05-05 20:58:20 -06:00
2016-01-24 12:07:19 +08:00
2015-09-21 08:29:46 -07:00
2016-05-17 09:54:43 -06:00
2015-06-10 19:26:54 -06:00
2015-05-28 08:18:21 -04:00
2016-06-09 13:53:08 -04:00
2016-01-20 19:06:23 -07:00
2015-08-18 13:46:05 -04:00
2016-06-19 17:05:55 -06:00
2016-10-08 09:33:31 -04:00
2016-04-01 17:17:40 -04:00
2016-01-19 08:31:21 -05:00
2017-01-25 17:38:45 -05:00
2017-01-25 17:38:42 -05:00
2016-12-02 21:32:38 -05:00
2017-01-25 17:38:45 -05:00
2017-01-28 08:47:30 -05:00
2017-01-28 08:48:03 -05:00
2017-01-28 08:47:42 -05:00
2017-01-28 08:48:03 -05:00
2016-07-26 09:01:43 -07:00
2016-04-25 15:09:40 -04:00
2015-11-19 20:27:50 -07:00
2016-10-13 12:25:02 -05:00
2016-10-19 09:01:51 +02:00
2016-03-14 19:18:42 -04:00
2016-12-02 21:04:48 -07:00
2016-01-19 08:31:21 -05:00
2016-03-14 15:34:50 -06:00
2016-02-24 19:12:32 +01:00
2015-04-29 21:02:33 -06:00
2016-11-25 17:59:31 -07:00
2015-01-29 17:09:51 -07:00
2016-02-23 16:14:45 +05:30
2016-01-19 08:31:21 -05:00
2016-07-14 20:40:24 -06:00
2015-04-10 14:23:23 +02:00
2015-04-14 05:48:10 +02:00
2016-06-04 00:43:51 +02:00
2016-10-10 15:23:33 +09:00
2015-05-04 09:25:39 -07:00
2015-05-14 18:49:34 -06:00
2016-01-21 20:42:36 -07:00
2016-05-20 17:02:07 -04:00
2016-05-20 17:02:07 -04:00
2016-11-14 23:24:02 +01:00
2016-11-17 14:18:55 +01:00
2016-11-14 23:24:03 +01:00
2016-11-14 23:24:03 +01:00
2015-05-21 09:13:19 -04:00
2015-07-08 18:26:39 -04:00
2016-06-24 17:23:11 -04:00
2016-05-03 17:52:11 -05:00
2016-10-06 20:57:40 -04:00
2016-09-23 22:25:27 -04:00
2016-01-28 12:22:19 -06:00
2016-09-14 14:09:50 -07:00
2016-11-21 14:07:27 -05:00
2016-09-23 09:18:55 -04:00
2016-05-25 13:25:18 +09:00
2016-06-27 16:37:38 -04:00
2016-11-28 20:09:45 -05:00
2016-06-27 16:37:38 -04:00
2016-06-27 16:37:38 -04:00
2015-02-10 13:31:26 +01:00
2016-12-02 20:54:34 -07:00
2016-12-20 09:15:28 +01:00
2016-05-21 01:25:50 +02:00
2015-10-29 10:34:00 -07:00
2016-01-27 15:55:54 +01:00
2016-01-19 08:31:21 -05:00
2016-09-14 14:07:08 -07:00
2016-01-19 08:31:21 -05:00
2017-01-18 09:29:08 -08:00
2017-01-04 19:40:52 -05:00
2015-09-01 21:49:20 -05:00
2015-04-18 11:11:18 -06:00
2015-10-29 10:34:00 -07:00
2015-12-13 18:27:28 -08:00
2016-09-23 17:55:42 -04:00
2016-02-24 08:51:13 -08:00
2015-08-25 22:53:57 -05:00
2016-09-14 14:05:32 -07:00
2016-01-28 12:22:49 -06:00
2016-12-08 10:36:22 -06:00
2016-09-26 08:53:07 -07:00
2016-02-24 08:51:13 -08:00
2016-10-06 09:54:14 -07:00
2017-01-04 19:40:19 -05:00
2016-03-29 08:46:20 -07:00
2016-10-06 09:56:28 -07:00
2015-10-29 10:34:00 -07:00
2016-09-27 23:30:49 +02:00
2016-07-21 11:09:23 -07:00
2016-10-04 12:01:14 +02:00
2016-09-27 23:30:18 +02:00
2016-07-22 14:46:21 -04:00
2016-01-13 21:05:08 -05:00
2015-02-25 13:20:02 -08:00
2016-09-23 17:55:42 -04:00
2016-07-22 09:52:59 -04:00
2016-06-10 13:44:58 -07:00
2016-03-17 10:27:24 +08:00
2016-05-17 09:54:43 -06:00
2016-06-27 16:37:39 -04:00
2017-01-20 09:15:20 -05:00
2015-05-19 15:31:40 +02:00
2015-11-19 20:13:42 -07:00
2016-05-17 09:54:43 -06:00
2016-11-23 23:42:05 -08:00
2016-10-23 18:33:57 -04:00
2016-01-24 00:38:40 +01:00
2015-07-21 17:39:32 -06:00
2016-08-20 11:35:00 -04:00
2016-10-23 12:08:48 -07:00
2016-05-25 13:25:18 +09:00
2015-07-28 10:36:23 -06:00
2016-06-19 17:05:55 -06:00
2016-06-19 17:05:55 -06:00
2016-03-08 15:01:47 -05:00
2015-04-18 11:11:09 -06:00
2015-03-02 09:57:04 +01:00
2015-09-11 17:15:20 -04:00
2015-11-19 20:27:50 -07:00
2016-11-07 11:28:16 -06:00
2016-12-20 07:40:04 +01:00
2015-01-22 12:34:56 +01:00
2016-08-12 11:01:22 -06:00
2017-01-11 19:40:13 +09:00
2016-01-20 10:19:40 -05:00
2015-04-20 10:15:29 -07:00
2015-04-18 17:40:37 +02:00
2015-11-09 18:19:40 -05:00
2015-11-12 08:26:58 +08:00
2015-01-06 10:10:04 +02:00
2015-04-23 13:59:18 -04:00
2016-07-24 20:36:28 -05:00
2017-01-09 11:14:54 -07:00
2016-05-24 11:39:04 -05:00
2017-01-20 09:15:19 -05:00
2016-08-16 11:44:09 +08:00
2016-07-22 14:46:12 -04:00
2016-10-11 10:17:07 -06:00
2016-12-04 13:54:51 -05:00
2016-01-21 20:42:36 -07:00
2016-10-01 20:04:59 -04:00
2017-01-28 08:48:03 -05:00
2016-01-19 08:31:21 -05:00
2016-02-05 12:47:21 +08:00
2016-10-11 11:55:33 +08:00
2016-01-12 10:19:09 -07:00
2016-03-21 12:42:12 -07:00
2015-01-05 12:08:55 -05:00
2016-03-15 15:19:23 -04:00
2016-05-24 11:42:05 -05:00
2015-04-14 05:47:59 +02:00
2016-07-27 16:29:56 -06:00
2016-07-27 16:29:56 -06:00
2016-04-08 15:42:10 -07:00
2016-01-21 20:42:36 -07:00
2016-01-21 20:42:34 -07:00
2015-04-18 17:40:37 +02:00
2016-05-23 15:18:00 +08:00
2015-07-21 17:39:27 -06:00
2015-07-21 17:39:28 -06:00
2016-07-14 20:40:24 -06:00
2016-03-14 15:34:50 -06:00
2015-10-22 14:18:38 -04:00
2016-10-10 10:03:23 +09:00
2016-09-23 22:25:44 -04:00
2015-05-05 20:58:20 -06:00
2015-09-01 21:37:23 -05:00
2016-10-06 20:57:40 -04:00
2015-06-08 15:25:44 +02:00
2015-11-05 12:58:04 +09:00
2016-03-14 15:34:50 -06:00
2016-03-14 15:34:50 -06:00
2016-12-20 09:15:27 +01:00
2016-12-20 09:15:27 +01:00
2017-01-25 07:03:44 +01:00
2016-10-06 20:57:41 -04:00
2016-05-27 15:47:54 -04:00
2016-08-17 10:25:35 +09:00
2016-08-17 10:25:34 +09:00
2016-10-19 09:01:52 +02:00
2015-08-26 07:54:12 -07:00
2016-02-21 13:42:52 +08:00
2015-01-21 10:25:02 +01:00
2015-01-21 10:25:02 +01:00
2016-10-06 15:07:35 -04:00
2016-11-19 08:41:44 +05:30
2017-01-04 16:37:41 +01:00
2017-01-13 17:40:38 +01:00
2017-01-21 15:12:33 -05:00
2016-10-23 18:34:17 -04:00
2016-02-23 20:50:07 +01:00
2016-07-14 20:40:24 -06:00
2016-05-26 20:48:31 -06:00
2016-10-19 09:01:50 +02:00
2015-07-26 12:11:33 +02:00
2015-04-14 05:48:10 +02:00
2017-01-14 16:46:30 -05:00
2016-02-26 08:53:10 -07:00
2015-10-23 09:42:28 -06:00
2014-12-11 13:18:44 -07:00
2015-01-12 09:38:46 -05:00
2016-01-28 12:23:19 -06:00
2015-08-12 20:47:36 -04:00
2016-03-15 15:12:57 -04:00
2016-09-26 13:24:43 -04:00
2016-03-14 15:34:50 -06:00
2016-07-22 09:53:00 -04:00
2015-04-18 11:11:29 -06:00
2016-01-23 16:22:34 +01:00
2016-03-14 15:34:50 -06:00
2016-05-17 09:54:43 -06:00
2016-05-02 18:37:09 -04:00
2015-11-12 15:58:58 -05:00
2016-10-12 10:56:51 +08:00
2016-09-20 09:30:23 -04:00
2015-08-05 21:06:13 -06:00
2016-01-30 10:55:37 +01:00
2016-10-23 18:33:48 -04:00
2016-10-23 18:33:54 -04:00
2015-01-21 10:25:03 +01:00
2016-01-28 12:22:19 -06:00
2016-10-31 10:13:17 -04:00
2015-10-21 07:46:26 -06:00
2017-01-10 10:18:11 +01:00
2016-05-27 15:39:54 -04:00
2016-01-28 13:53:30 +08:00
2016-09-22 07:33:21 +02:00
2016-03-14 15:34:50 -06:00
2016-11-15 15:28:05 +01:00
2016-11-15 15:28:04 +01:00