Tom Rini
47e544f576
Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"
...
Simon Glass <sjg@chromium.org > says:
When the SPL build-phase was first created it was designed to solve a
particular problem (the need to init SDRAM so that U-Boot proper could
be loaded). It has since expanded to become an important part of U-Boot,
with three phases now present: TPL, VPL and SPL
Due to this history, the term 'SPL' is used to mean both a particular
phase (the one before U-Boot proper) and all the non-proper phases.
This has become confusing.
For a similar reason CONFIG_SPL_BUILD is set to 'y' for all 'SPL'
phases, not just SPL. So code which can only be compiled for actual SPL,
for example, must use something like this:
#if defined(CONFIG_SPL_BUILD) && !defined(CONFIG_TPL_BUILD)
In Makefiles we have similar issues. SPL_ has been used as a variable
which expands to either SPL_ or nothing, to chose between options like
CONFIG_BLK and CONFIG_SPL_BLK. When TPL appeared, a new SPL_TPL variable
was created which expanded to 'SPL_', 'TPL_' or nothing. Later it was
updated to support 'VPL_' as well.
This series starts a change in terminology and usage to resolve the
above issues:
- The word 'xPL' is used instead of 'SPL' to mean a non-proper build
- A new CONFIG_XPL_BUILD define indicates that the current build is an
'xPL' build
- The existing CONFIG_SPL_BUILD is changed to mean SPL; it is not now
defined for TPL and VPL phases
- The existing SPL_ Makefile variable is renamed to SPL_
- The existing SPL_TPL Makefile variable is renamed to PHASE_
It should be noted that xpl_phase() can generally be used instead of
the above CONFIGs without a code-space or run-time penalty.
This series does not attempt to convert all of U-Boot to use this new
terminology but it makes a start. In particular, renaming spl.h and
common/spl seems like a bridge too far at this point.
The series is fully bisectable. It has also been checked to ensure there
are no code-size changes on any commit.
2024-10-11 12:23:25 -06:00
..
2024-05-20 13:35:03 -06:00
2024-10-11 11:44:48 -06:00
2022-07-18 09:37:50 +01:00
2024-10-11 12:23:25 -06:00
2023-09-24 09:54:57 -04:00
2024-10-10 16:02:20 -06:00
2024-09-11 20:32:06 +08:00
2024-10-02 13:34:35 -06:00
2023-05-31 12:31:47 -04:00
2024-07-29 15:01:04 -06:00
2024-07-29 15:01:04 -06:00
2024-07-29 15:01:04 -06:00
2023-11-07 14:49:40 -05:00
2024-10-11 12:23:25 -06:00
2023-10-15 12:23:48 +02:00
2024-10-11 11:44:48 -06:00
2022-01-20 14:46:03 +01:00
2024-07-29 15:01:04 -06:00
2024-10-10 12:17:46 -06:00
2022-01-19 18:11:34 +01:00
2023-10-16 15:46:18 +02:00
2022-10-30 20:07:16 +01:00
2024-07-26 01:28:11 +02:00
2022-01-19 18:11:34 +01:00
2022-09-29 16:07:57 -04:00
2024-08-26 18:51:49 -06:00
2024-10-02 13:35:56 -06:00
2024-07-29 15:01:04 -06:00
2024-07-29 15:01:04 -06:00
2024-05-20 13:35:03 -06:00
2024-07-29 15:01:04 -06:00
2022-09-24 10:47:01 -04:00
2023-08-25 13:54:33 -04:00
2024-05-20 13:35:03 -06:00
2022-07-26 02:30:56 -06:00
2023-11-07 18:36:06 -05:00
2024-09-03 14:08:49 -06:00
2024-05-20 13:35:03 -06:00
2023-04-04 14:50:47 -04:00
2024-05-20 13:35:03 -06:00
2023-08-08 10:22:03 -04:00
2023-08-08 10:22:03 -04:00
2022-04-08 09:05:19 -04:00
2024-07-29 15:01:04 -06:00
2024-10-03 09:08:29 -06:00
2023-12-21 08:54:37 -05:00
2022-07-21 10:14:04 +02:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-02-15 10:38:34 +01:00
2024-05-20 13:35:03 -06:00
2022-01-30 01:25:00 +00:00
2023-04-28 01:30:24 +01:00
2023-04-28 01:30:24 +01:00
2022-01-30 01:25:00 +00:00
2023-04-28 01:30:24 +01:00
2023-04-28 01:30:24 +01:00
2024-07-15 00:17:27 +01:00
2022-01-19 18:11:34 +01:00
2024-06-13 16:30:48 -06:00
2023-04-28 11:30:17 -06:00
2022-01-19 18:11:34 +01:00
2022-08-12 08:14:23 -04:00
2024-08-23 15:58:42 -06:00
2024-07-29 15:01:04 -06:00
2024-07-18 07:40:30 -06:00
2024-05-20 13:35:03 -06:00
2024-08-26 14:05:38 -06:00
2022-01-19 18:11:34 +01:00
2024-10-11 11:44:48 -06:00
2024-10-03 11:52:16 -06:00
2024-07-18 13:51:30 -06:00
2024-04-18 08:29:35 -06:00
2024-06-24 13:34:52 -06:00
2022-01-19 18:11:34 +01:00
2024-08-15 14:35:31 -06:00
2024-05-20 13:35:03 -06:00
2022-07-21 10:14:04 +02:00
2024-02-13 15:38:49 -05:00
2024-07-29 15:01:04 -06:00
2023-10-24 16:34:45 -04:00
2023-11-02 22:38:01 -04:00
2024-05-20 13:35:03 -06:00
2024-03-21 06:56:13 +01:00
2023-12-28 12:02:56 -05:00
2023-10-11 15:43:54 -04:00
2024-01-29 22:35:02 -05:00
2024-08-01 15:33:19 -06:00
2021-12-27 16:20:18 -05:00
2024-01-16 17:05:29 -05:00
2022-01-19 18:11:34 +01:00
2024-10-11 11:44:48 -06:00
2022-12-05 16:06:08 -05:00
2022-07-05 17:04:15 -04:00
2024-09-18 13:01:00 -06:00
2024-03-21 06:56:13 +01:00
2024-03-21 06:56:13 +01:00
2023-11-10 11:01:50 -05:00
2022-01-19 18:11:34 +01:00
2024-08-02 15:16:51 -03:00
2022-04-06 14:01:42 -04:00
2022-01-19 18:11:34 +01:00
2024-07-31 16:51:54 +02:00
2024-05-20 13:35:03 -06:00
2024-10-01 10:55:09 +02:00
2023-11-07 14:50:51 -05:00
2024-05-20 13:35:03 -06:00
2021-09-30 09:08:16 -04:00
2022-10-18 13:40:40 -04:00
2022-01-19 18:11:34 +01:00
2022-01-19 18:11:34 +01:00
2021-09-25 09:46:15 -06:00
2024-07-29 15:01:04 -06:00
2024-04-02 09:08:07 +02:00
2024-04-02 09:08:07 +02:00
2024-08-19 16:09:06 +09:00
2022-12-05 16:06:07 -05:00
2024-07-29 15:01:04 -06:00
2022-01-19 18:11:34 +01:00
2024-06-07 10:47:59 -06:00
2024-05-20 13:35:03 -06:00
2024-07-29 15:01:04 -06:00
2023-07-15 11:20:41 +02:00
2022-06-12 09:17:54 +02:00
2022-10-06 22:54:58 +02:00
2022-01-19 16:16:33 +01:00
2024-06-10 11:43:37 +02:00
2024-10-09 22:04:56 -06:00
2022-01-29 10:23:40 +01:00
2022-01-19 16:16:33 +01:00
2024-05-01 08:39:16 +02:00
2024-06-30 13:58:31 +02:00
2024-09-21 10:59:06 +02:00
2024-09-12 17:35:37 +02:00
2024-06-14 12:59:07 -06:00
2024-10-11 12:23:25 -06:00
2024-08-26 14:05:38 -06:00
2024-05-20 13:35:03 -06:00
2024-08-26 14:05:38 -06:00
2024-10-11 11:44:48 -06:00
2022-03-15 16:19:29 -04:00
2022-04-06 14:01:42 -04:00
2022-03-10 08:28:36 -05:00
2024-09-21 11:02:25 +02:00
2024-09-21 11:01:41 +02:00
2024-07-29 15:01:04 -06:00
2024-08-15 14:35:15 -06:00
2023-10-17 20:50:52 -04:00
2023-05-02 14:23:34 -04:00
2024-06-07 14:05:03 -06:00
2023-05-13 09:52:32 -04:00
2024-04-18 08:29:35 -06:00
2024-07-09 09:15:37 +02:00
2023-11-28 20:10:24 -05:00
2022-01-19 18:11:34 +01:00
2023-04-28 11:30:17 -06:00
2024-06-28 17:30:45 -06:00
2024-10-11 11:44:48 -06:00
2024-09-24 13:41:20 -06:00
2023-11-07 14:50:52 -05:00
2023-09-21 13:20:11 +02:00
2022-07-21 10:14:04 +02:00
2023-01-12 14:06:15 -05:00
2023-11-07 14:50:52 -05:00
2022-10-18 09:32:53 +08:00
2024-07-29 15:01:04 -06:00
2023-01-20 12:27:06 -05:00
2024-07-29 15:01:04 -06:00
2024-07-29 15:01:04 -06:00
2024-10-04 09:15:15 -03:00
2022-04-26 17:18:39 +05:30
2024-07-29 15:01:04 -06:00
2024-05-20 13:35:03 -06:00
2022-07-26 11:29:00 +02:00
2022-01-15 18:53:16 +02:00
2024-07-29 15:01:04 -06:00
2023-11-07 14:50:51 -05:00
2023-11-07 14:50:52 -05:00
2023-11-07 14:50:52 -05:00
2023-11-07 14:50:52 -05:00
2023-01-20 12:27:24 -05:00
2024-07-29 15:01:04 -06:00
2021-09-30 09:08:16 -04:00
2024-05-20 13:35:03 -06:00
2022-06-23 12:58:18 -04:00
2024-05-24 13:40:03 -06:00
2024-09-19 10:52:50 +03:00
2024-09-09 17:18:04 +02:00
2024-09-21 10:58:38 +02:00
2022-04-12 15:36:17 +02:00
2024-07-29 15:01:04 -06:00
2024-10-03 11:52:16 -06:00
2024-08-26 14:05:38 -06:00
2022-01-19 18:11:34 +01:00
2022-01-19 18:11:34 +01:00
2024-04-08 13:04:48 +02:00
2022-01-19 18:11:34 +01:00
2024-01-24 11:12:11 -05:00
2024-05-20 13:35:03 -06:00
2024-08-13 06:23:15 +02:00
2022-01-19 18:11:34 +01:00
2021-08-30 14:13:28 -04:00
2023-04-27 13:51:06 -04:00
2024-10-11 11:44:48 -06:00
2023-07-25 12:44:46 -04:00
2024-09-03 14:09:30 -06:00
2024-08-13 08:28:24 -03:00
2024-04-05 09:39:18 -03:00
2023-07-13 11:29:40 +02:00
2024-02-08 09:01:22 -03:00
2024-05-20 13:35:03 -06:00
2023-09-14 10:42:24 -04:00
2022-01-19 18:11:34 +01:00
2023-11-02 16:22:06 +08:00
2023-12-21 11:59:49 -05:00
2022-04-19 14:52:34 -04:00
2024-10-11 11:44:48 -06:00
2023-08-19 04:12:53 +02:00
2023-11-10 11:01:50 -05:00
2024-06-19 12:07:44 -06:00
2022-04-04 19:02:04 -04:00
2024-06-19 12:07:44 -06:00
2024-07-29 15:01:04 -06:00
2022-01-18 08:31:02 -05:00
2024-10-10 16:02:20 -06:00
2024-05-20 13:35:03 -06:00
2022-10-30 20:07:17 +01:00
2023-04-04 12:24:29 -04:00
2024-09-20 17:38:16 -06:00
2024-10-11 11:44:47 -06:00
2022-01-19 18:11:34 +01:00
2024-05-20 13:35:03 -06:00
2024-07-29 15:01:04 -06:00
2024-01-07 13:45:07 -07:00
2023-04-07 14:21:37 +02:00
2024-07-29 15:01:04 -06:00
2024-04-12 16:23:06 -06:00
2023-12-21 08:54:37 -05:00
2024-01-09 14:58:33 +01:00
2023-10-11 15:43:55 -04:00
2024-07-29 15:01:04 -06:00
2023-11-07 14:50:52 -05:00
2022-01-24 10:35:10 -05:00
2023-08-08 10:22:03 -04:00
2024-10-11 12:23:25 -06:00
2024-07-29 15:01:04 -06:00
2023-11-07 14:50:51 -05:00
2024-05-20 13:35:03 -06:00
2022-01-12 14:21:24 -05:00
2021-09-28 12:03:20 -04:00
2023-11-10 11:01:50 -05:00
2023-11-10 11:01:50 -05:00
2024-07-29 15:01:04 -06:00
2022-12-05 16:06:08 -05:00
2022-10-09 10:42:26 +02:00
2024-07-29 15:01:04 -06:00
2023-05-05 17:58:52 -04:00
2023-12-21 08:54:37 -05:00
2024-10-11 11:44:48 -06:00
2024-05-20 13:35:03 -06:00
2023-10-06 14:38:13 -04:00
2024-01-24 11:12:11 -05:00
2023-08-30 17:56:21 -04:00
2023-10-06 14:38:13 -04:00
2023-06-20 16:08:13 -04:00
2024-09-30 17:48:12 -06:00
2022-01-19 18:11:34 +01:00
2023-11-07 14:50:52 -05:00
2022-01-19 18:11:34 +01:00
2023-08-25 17:55:19 -04:00
2024-10-11 11:44:48 -06:00
2022-01-19 18:11:34 +01:00
2022-01-19 18:11:34 +01:00
2024-07-29 15:01:04 -06:00
2024-09-03 09:12:00 -06:00
2022-01-19 18:11:34 +01:00
2024-07-29 15:01:04 -06:00
2024-05-20 13:35:03 -06:00
2022-01-19 18:11:34 +01:00
2024-06-13 16:27:07 -06:00
2022-01-19 18:11:34 +01:00
2023-11-07 14:50:52 -05:00
2024-01-24 11:12:11 -05:00
2022-01-19 18:11:34 +01:00
2023-05-05 17:48:44 -04:00
2023-02-06 13:04:53 -05:00
2024-05-20 13:35:03 -06:00
2023-01-16 18:01:10 +08:00
2023-05-06 17:28:18 +08:00
2023-09-14 10:42:24 -04:00
2024-03-22 15:50:28 -04:00
2023-02-12 13:44:20 -05:00
2024-09-12 17:35:37 +02:00
2024-03-02 12:26:19 -05:00
2023-12-21 08:54:37 -05:00
2024-05-20 13:35:03 -06:00
2024-09-12 17:35:37 +02:00
2023-10-10 16:19:43 -04:00
2023-10-15 12:23:48 +02:00
2023-11-07 18:36:06 -05:00
2023-10-24 17:05:24 -04:00
2023-10-13 16:59:23 -04:00
2023-10-24 17:05:24 -04:00
2022-10-31 11:02:44 -04:00
2024-07-29 15:01:04 -06:00
2024-05-02 10:34:34 -06:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2022-12-08 15:15:22 +08:00
2022-04-01 15:03:13 -04:00
2023-11-07 13:47:08 +01:00
2022-02-28 11:59:35 +05:30
2023-10-15 12:23:48 +02:00
2024-05-20 13:35:03 -06:00
2024-07-31 08:29:16 +02:00
2022-01-19 18:11:34 +01:00
2024-01-24 11:12:11 -05:00
2022-01-19 18:11:34 +01:00
2022-01-19 18:11:34 +01:00
2024-07-29 15:01:04 -06:00
2022-05-23 09:33:10 -04:00
2024-01-24 11:12:11 -05:00
2024-10-09 09:01:54 -06:00
2022-01-19 18:11:34 +01:00
2024-09-10 13:15:13 -06:00
2024-10-11 11:44:48 -06:00
2024-05-20 13:35:03 -06:00
2024-10-10 16:02:20 -06:00
2022-04-06 14:03:17 -04:00
2023-10-09 15:24:31 -04:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2022-04-04 23:24:17 +01:00
2023-05-06 17:28:18 +08:00
2024-06-20 11:41:43 -06:00
2021-11-04 08:57:19 +01:00
2023-12-21 08:54:37 -05:00
2024-01-09 10:08:52 +01:00
2022-12-05 16:06:08 -05:00
2023-02-10 07:41:40 -05:00
2024-07-29 15:01:04 -06:00
2023-09-15 23:38:02 +02:00
2023-11-10 11:01:50 -05:00
2022-09-13 16:01:43 -04:00
2023-09-09 06:12:47 +02:00
2024-01-24 11:12:11 -05:00
2022-01-19 18:11:34 +01:00
2023-02-28 09:44:19 +02:00
2024-06-30 13:58:31 +02:00
2023-02-28 09:44:33 +02:00
2023-02-28 09:44:33 +02:00
2024-06-30 13:58:31 +02:00
2022-01-19 18:11:34 +01:00
2023-02-11 12:22:35 -05:00
2022-12-07 16:04:16 -05:00
2024-04-04 10:45:27 +02:00
2023-11-07 14:50:52 -05:00
2024-08-08 09:28:00 +02:00
2023-06-06 10:37:25 +02:00
2022-01-19 18:11:34 +01:00
2024-10-11 11:44:48 -06:00
2024-07-29 15:01:04 -06:00
2022-12-07 16:04:17 -05:00
2024-03-22 10:16:13 +01:00
2024-09-18 13:01:00 -06:00
2024-07-29 15:01:04 -06:00
2024-07-29 15:01:04 -06:00
2024-10-11 11:44:48 -06:00
2023-07-21 09:00:38 +02:00
2023-05-31 17:23:01 -04:00
2021-09-17 12:10:44 -04:00
2023-03-13 13:53:01 +01:00
2022-01-19 18:11:34 +01:00
2024-03-21 06:56:13 +01:00
2023-03-07 15:57:19 +01:00
2023-03-07 15:57:19 +01:00
2023-03-07 15:57:19 +01:00
2023-03-07 15:59:47 +01:00
2023-03-07 15:59:58 +01:00
2023-03-07 15:59:58 +01:00
2022-01-19 18:11:34 +01:00
2024-08-26 14:05:37 -06:00
2023-04-25 11:53:15 -04:00
2024-05-20 13:35:03 -06:00
2022-04-10 08:44:13 +03:00
2024-05-22 08:55:29 -06:00
2022-09-18 10:26:33 +02:00
2024-06-16 12:14:18 +02:00
2022-01-19 18:11:34 +01:00
2022-07-26 09:34:21 +02:00
2024-07-29 15:01:04 -06:00
2024-07-29 15:01:04 -06:00
2023-09-21 13:20:10 +02:00
2023-07-21 09:00:38 +02:00
2024-08-05 16:13:26 +02:00