Alexandru Gagniuc
a25d6b65c2
spl: Introduce spl_board_prepare_for_optee() hook
...
OP-TEE requires some particular setup, which is not needed for linux
or other payloads. Add a hook for platform-specific code to perform
any OP-TEE related configuration and initialization.
A weak function is used because it is symmetrical to other
spl_board_prepare_for_*() implementations. A solution to avoid the use
of weak functions would trivially apply to all these implementations.
However, re-designing this is beyond the scope of this patch.
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
2021-07-27 09:47:40 +02:00
..
2021-02-01 15:11:41 +08:00
2021-07-18 14:43:56 +02:00
2020-09-09 16:57:35 -04:00
2021-07-26 09:18:45 +02:00
2020-07-22 12:37:17 +02:00
2021-07-23 10:16:39 -04:00
2021-07-15 19:49:50 +08:00
2021-07-15 17:56:04 +05:30
2020-05-18 21:19:23 -04:00
2020-07-17 09:30:13 -04:00
2021-06-17 09:40:57 +08:00
2021-07-26 09:18:45 +02:00
2021-04-29 07:45:24 +02:00
2021-06-16 18:14:08 +05:30
2021-07-15 17:56:04 +05:30
2021-07-23 10:16:39 -04:00
2021-04-12 14:25:31 -04:00
2021-07-23 13:36:20 -04:00
2021-07-16 15:39:29 -04:00
2021-02-18 11:56:26 +01:00
2020-10-23 09:16:01 -04:00
2021-02-21 06:08:00 +01:00
2020-12-13 16:51:08 -07:00
2021-03-05 10:25:43 +05:30
2020-10-09 17:53:12 +08:00
2021-03-19 10:36:06 -04:00
2021-01-15 14:36:12 -05:00
2021-04-20 07:31:12 -04:00
2020-12-04 16:09:06 -05:00
2020-12-13 16:51:09 -07:00
2021-02-02 15:33:42 -05:00
2020-08-24 14:11:13 -04:00
2021-02-02 15:33:42 -05:00
2021-01-25 21:52:00 +00:00
2021-01-25 21:52:00 +00:00
2021-02-02 15:33:42 -05:00
2021-01-31 14:08:56 +01:00
2020-11-05 09:11:31 -07:00
2021-01-27 17:03:16 -05:00
2020-05-18 21:19:23 -04:00
2021-07-21 10:27:35 -06:00
2021-07-21 10:27:34 -06:00
2021-02-02 15:33:42 -05:00
2020-12-04 19:48:29 -05:00
2021-07-07 10:17:54 -04:00
2021-02-22 11:07:57 +01:00
2021-02-02 15:33:42 -05:00
2021-03-27 13:59:37 +13:00
2021-04-10 12:00:24 +02:00
2020-12-04 16:10:01 -05:00
2021-01-12 10:58:04 +05:30
2021-06-17 09:40:57 +08:00
2021-03-27 15:04:31 +13:00
2021-02-02 15:33:42 -05:00
2020-12-26 12:37:28 +01:00
2021-07-23 07:13:25 -04:00
2021-02-21 06:08:00 +01:00
2020-10-29 14:42:17 -06:00
2021-07-23 13:36:20 -04:00
2021-03-02 14:03:02 -05:00
2021-02-02 15:33:42 -05:00
2021-07-21 10:27:34 -06:00
2021-07-23 13:36:20 -04:00
2021-01-30 14:25:42 -07:00
2020-07-08 17:21:46 -04:00
2021-06-18 10:09:41 +02:00
2021-06-08 11:39:09 -04:00
2020-08-03 22:19:54 -04:00
2020-08-03 22:19:54 -04:00
2021-02-02 15:33:42 -05:00
2021-03-26 17:03:08 +13:00
2020-12-09 10:57:50 +01:00
2020-05-29 18:13:19 +08:00
2021-01-15 17:48:36 +08:00
2021-01-30 14:25:41 -07:00
2021-07-24 10:49:51 +02:00
2020-08-03 22:19:54 -04:00
2021-01-13 02:38:01 +01:00
2021-07-24 10:49:51 +02:00
2021-04-10 12:00:24 +02:00
2021-05-28 16:17:01 +02:00
2021-01-20 08:17:17 +01:00
2021-04-10 12:00:24 +02:00
2020-05-18 21:19:23 -04:00
2021-05-04 11:50:50 -04:00
2020-07-31 10:13:00 -04:00
2021-04-16 17:32:34 -04:00
2021-05-04 11:50:50 -04:00
2021-05-24 14:21:30 -04:00
2020-08-03 22:19:54 -04:00
2021-02-21 06:08:00 +01:00
2021-02-02 15:33:42 -05:00
2021-05-13 13:09:05 -04:00
2021-02-26 15:30:55 +01:00
2021-01-23 07:56:53 +01:00
2021-06-23 09:48:36 +02:00
2021-04-29 03:23:39 -07:00
2021-04-06 08:55:53 +02:00
2020-07-17 09:30:13 -04:00
2020-12-13 16:51:09 -07:00
2021-07-12 20:30:48 +02:00
2021-07-07 19:52:22 -04:00
2021-06-22 12:03:32 +08:00
2021-04-06 18:36:04 +08:00
2021-03-23 15:27:08 +05:30
2020-09-24 08:27:44 -04:00
2021-02-02 15:33:42 -05:00
2021-04-08 20:29:52 +02:00
2021-04-10 08:04:42 -04:00
2021-02-10 10:00:51 +01:00
2020-10-30 10:56:11 -04:00
2020-08-26 09:19:16 +02:00
2020-06-12 13:14:07 -04:00
2021-06-08 11:39:09 -04:00
2021-04-12 17:17:11 -04:00
2021-03-26 17:03:08 +13:00
2021-02-02 15:33:42 -05:00
2021-07-16 15:39:29 -04:00
2021-02-15 10:16:45 -05:00
2021-02-02 15:33:42 -05:00
2021-02-16 11:16:08 -05:00
2020-07-17 14:32:24 +08:00
2021-06-11 16:34:52 +05:30
2021-06-11 16:34:52 +05:30
2021-02-02 15:33:42 -05:00
2021-05-24 14:21:30 -04:00
2021-06-07 10:48:40 -04:00
2021-06-08 11:39:09 -04:00
2021-06-23 08:45:03 -04:00
2021-01-15 14:36:12 -05:00
2020-10-18 10:36:05 +02:00
2021-02-02 15:33:42 -05:00
2020-11-29 05:18:37 +01:00
2021-07-15 10:53:11 +02:00
2021-07-07 19:52:24 -04:00
2021-06-24 11:54:07 +05:30
2020-10-28 11:48:32 -04:00
2021-07-23 07:13:25 -04:00
2021-04-08 08:50:52 +02:00
2020-07-08 17:21:46 -04:00
2021-07-10 18:12:41 +02:00
2021-07-22 21:55:05 +03:00
2021-01-05 12:24:40 -07:00
2020-09-15 18:51:53 +05:30
2021-07-21 10:27:34 -06:00
2020-12-13 16:51:09 -07:00
2021-02-21 06:08:00 +01:00
2021-01-16 14:49:09 -05:00
2021-04-22 14:09:45 -04:00
2020-05-18 21:19:23 -04:00
2020-07-17 10:47:19 -04:00
2021-07-15 19:49:50 +08:00
2021-05-20 13:03:30 +02:00
2021-02-10 10:00:51 +01:00
2021-07-06 05:22:41 +03:00
2021-02-18 11:56:25 +01:00
2021-07-07 19:52:24 -04:00
2020-08-14 15:18:30 -04:00
2021-04-10 16:07:12 +02:00
2021-04-12 17:44:55 -04:00
2021-02-02 15:33:42 -05:00
2020-06-14 21:07:20 +02:00
2020-12-13 16:51:09 -07:00
2020-12-13 16:51:08 -07:00
2020-09-30 11:55:22 -04:00
2020-06-14 21:07:20 +02:00
2020-07-09 06:02:44 +02:00
2020-08-24 11:03:26 +02:00
2021-03-27 15:04:31 +13:00
2020-09-30 11:55:23 -04:00
2020-09-30 11:55:23 -04:00
2021-04-12 17:17:11 -04:00
2021-03-13 13:14:52 -05:00
2021-02-02 15:33:42 -05:00
2021-02-04 20:37:57 +05:30
2020-12-04 16:09:06 -05:00
2020-08-06 14:27:27 -04:00
2020-12-31 14:41:31 +01:00
2021-07-24 10:49:51 +02:00
2021-02-02 15:33:42 -05:00
2021-03-27 15:04:31 +13:00
2021-06-28 11:56:06 +05:30
2021-01-05 16:20:26 -05:00
2021-07-27 09:47:40 +02:00
2020-11-19 09:45:49 -05:00
2021-02-16 11:16:07 -05:00
2020-10-22 09:54:53 -04:00
2020-12-09 10:57:50 +01:00
2021-01-11 23:19:33 +00:00
2020-12-13 16:51:09 -07:00
2021-05-04 07:57:18 -04:00
2021-03-02 14:03:02 -05:00
2021-07-23 07:13:25 -04:00
2020-08-03 22:19:54 -04:00
2021-01-31 14:08:56 +01:00
2020-07-17 14:32:24 +08:00
2020-10-22 09:54:53 -04:00
2021-04-06 16:33:19 +12:00
2021-03-02 15:53:37 -05:00
2021-03-02 15:53:37 -05:00
2021-03-02 15:53:37 -05:00
2021-05-28 16:17:01 +02:00
2021-02-02 15:33:42 -05:00
2020-09-24 08:27:44 -04:00
2021-02-21 06:08:00 +01:00
2021-02-21 06:08:00 +01:00
2021-02-02 15:33:42 -05:00
2020-09-01 14:47:43 +02:00
2020-12-13 16:51:09 -07:00
2021-01-31 14:08:56 +01:00
2021-01-27 17:03:16 -05:00
2020-12-13 16:51:09 -07:00
2020-07-09 12:33:24 +08:00
2021-02-22 20:06:43 +01:00
2021-01-27 17:03:16 -05:00
2021-01-05 12:24:41 -07:00
2020-07-17 09:30:13 -04:00
2020-08-14 15:18:30 -04:00
2021-05-13 13:09:09 -04:00
2021-05-13 13:09:09 -04:00
2020-08-03 22:19:54 -04:00
2021-01-15 14:36:12 -05:00
2020-05-18 21:19:23 -04:00
2020-06-23 14:43:23 -04:00
2020-08-20 10:57:46 +02:00
2021-07-26 09:18:45 +02:00
2020-09-23 10:31:41 +02:00
2020-06-24 13:07:57 +02:00