Simon Glass
8e83b76df4
spl: Add a function to determine the U-Boot phase
...
U-Boot is built in three phases: TPL, SPL and U-Boot proper. Sometimes
it is necessary to use different init code depending on the phase. For
example, TPL might do very basic CPU init, SPL might do a little more
and U-Boot proper might bring the CPU up to full speed and enable all
cores.
Add a function which allows easy determination of the current phase being
built.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2019-10-08 13:51:03 +08:00
..
2019-08-18 21:54:10 +08:00
2019-10-04 12:21:23 -04:00
2019-09-06 10:39:15 +08:00
2019-08-12 18:47:53 -04:00
2019-09-09 10:55:45 -04:00
2019-08-22 09:07:35 +05:30
2019-10-08 13:51:00 +08:00
2019-09-04 11:37:19 -05:00
2019-08-27 11:19:23 +02:00
2019-03-11 15:53:19 +09:00
2019-04-26 18:58:22 -04:00
2019-02-09 07:50:53 -05:00
2019-05-20 13:50:34 +02:00
2019-07-29 17:58:52 -04:00
2019-07-30 10:21:11 +02:00
2019-05-18 12:32:01 -04:00
2018-12-20 17:12:25 +01:00
2019-07-24 13:16:29 -04:00
2019-07-11 14:11:19 -04:00
2019-08-07 15:31:06 -04:00
2018-12-13 16:32:49 -07:00
2019-08-02 11:19:14 -04:00
2019-08-11 16:43:41 -04:00
2019-07-29 09:30:42 -04:00
2019-04-26 17:51:51 -04:00
2019-09-03 09:31:03 +08:00
2019-08-18 21:54:10 +08:00
2019-09-20 20:09:19 +02:00
2019-08-22 00:10:09 +02:00
2019-08-11 16:43:41 -04:00
2019-08-11 19:27:41 -04:00
2019-10-04 12:21:23 -04:00
2019-07-24 14:15:38 -04:00
2019-04-12 08:05:54 -04:00
2018-12-18 09:56:26 +08:00
2019-07-19 11:11:09 +08:00
2019-01-30 21:22:53 -05:00
2019-07-29 00:21:49 +02:00
2019-04-23 20:26:43 -06:00
2019-07-29 00:32:59 +02:00
2019-02-18 13:00:54 +01:00
2019-07-29 00:21:40 +02:00
2019-09-09 15:21:09 +02:00
2019-09-20 20:09:18 +02:00
2019-05-07 21:10:04 +02:00
2019-04-23 00:37:28 +02:00
2019-09-04 11:37:19 -05:00
2019-08-11 16:43:41 -04:00
2019-09-04 11:37:19 -05:00
2019-08-11 19:27:31 -04:00
2019-09-24 17:46:13 -04:00
2019-04-22 12:06:39 -04:00
2019-08-11 16:43:41 -04:00
2019-04-09 20:03:30 -04:00
2019-07-18 11:31:24 -04:00
2019-06-14 12:39:54 +02:00
2019-06-14 12:39:54 +02:00
2019-07-22 09:21:28 +02:00
2019-08-26 16:07:42 +08:00
2019-06-19 12:54:57 +05:30
2019-07-30 10:21:16 +02:00
2019-01-15 15:28:54 -05:00
2019-05-03 07:23:17 -04:00
2019-07-29 00:08:49 +02:00
2019-06-23 14:18:48 +08:00
2019-09-12 14:05:38 +05:30
2019-03-03 22:01:04 +05:30
2019-05-21 08:03:38 +02:00
2019-08-11 16:43:41 -04:00
2019-10-08 13:51:03 +08:00
2019-02-20 15:27:09 +08:00
2019-07-29 17:58:52 -04:00
2019-02-09 12:50:22 -07:00
2019-08-27 11:19:23 +02:00
2019-01-01 14:12:18 +01:00
2019-10-04 12:21:23 -04:00
2019-08-11 16:43:41 -04:00
2019-02-02 08:19:17 -05:00
2019-08-07 15:31:02 -04:00
2019-04-23 17:57:27 -04:00
2019-01-31 09:35:01 +01:00
2019-08-02 11:19:14 -04:00
2019-07-18 16:37:13 -05:00
2019-09-05 15:27:31 +08:00
2019-05-20 13:50:34 +02:00
2019-07-15 10:16:49 +08:00
2019-07-19 14:51:25 +02:00
2019-09-04 11:37:19 -05:00
2019-09-04 11:37:19 -05:00
2019-08-26 16:07:42 +08:00
2019-04-23 20:26:43 -06:00
2019-08-23 18:15:50 +08:00
2019-07-24 13:16:29 -04:00
2019-05-08 13:02:14 +08:00
2019-07-11 10:05:15 -04:00
2019-02-20 15:25:28 +08:00
2019-07-10 16:52:58 -06:00
2019-07-16 22:17:14 +00:00
2019-07-18 16:37:13 -05:00
2019-05-20 13:50:34 +02:00
2019-07-26 21:49:22 -04:00
2019-07-17 11:12:08 -04:00
2019-07-24 14:15:38 -04:00
2019-05-08 16:21:43 -04:00
2019-08-22 09:07:36 +05:30
2019-08-22 00:10:09 +02:00
2019-04-26 18:58:22 -04:00
2019-07-17 11:12:08 -04:00
2019-06-27 13:50:28 +02:00
2019-08-11 16:43:41 -04:00
2019-01-14 17:47:13 -07:00
2019-02-20 15:27:08 +08:00
2019-03-25 17:36:59 -04:00
2019-09-16 08:09:22 +05:30
2019-02-01 16:59:12 +01:00
2019-10-08 13:51:03 +08:00
2019-06-04 23:20:43 +02:00
2019-05-21 17:33:23 -06:00
2019-04-26 18:58:22 -04:00
2019-06-04 22:09:26 +02:00
2019-07-10 16:52:58 -06:00
2019-07-25 13:13:31 -05:00
2019-07-09 07:00:25 +02:00
2019-09-11 10:11:29 +02:00
2019-06-07 10:52:30 -04:00
2019-05-20 12:00:05 +02:00
2019-04-14 14:18:47 +02:00
2019-07-30 10:20:06 +02:00
2018-12-31 08:08:51 -05:00
2019-08-12 13:27:55 -04:00
2019-07-19 20:14:50 +02:00