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-07-23 10:38:20 -06:00
2022-12-22 10:31:48 -05:00
2022-12-22 10:31:48 -05:00
2023-07-06 17:28:08 +08:00
2022-12-23 10:15:12 -05:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2023-12-15 15:39:42 -05:00
2024-06-18 10:43:29 -06:00
2024-06-18 10:43:29 -06:00
2024-06-18 10:43:29 -06:00
2023-12-15 15:39:42 -05:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2022-12-23 10:09:42 -05:00
2024-10-11 11:44:48 -06:00
2022-12-23 10:09:42 -05:00
2024-07-18 07:40:30 -06:00
2023-04-15 21:36:07 +02:00
2024-08-05 16:10:36 +02:00
2024-06-17 16:02:29 +02:00
2023-05-06 17:45:05 +08:00
2022-12-05 16:06:08 -05:00
2022-12-05 16:06:08 -05:00
2022-12-05 16:06:08 -05:00
2024-08-30 22:47:04 -03:00
2022-12-22 10:31:48 -05:00
2024-04-20 00:37:36 -03:00
2022-12-22 10:31:48 -05:00
2024-04-22 11:02:08 -06:00
2024-09-16 16:43:35 -06:00
2024-08-30 22:47:04 -03:00
2023-10-11 13:22:32 -04:00
2022-12-05 16:06:08 -05:00
2024-07-05 13:57:01 -06:00
2023-12-21 08:54:05 -05:00
2022-12-05 16:06:08 -05:00
2022-12-23 10:09:42 -05:00
2022-12-05 16:06:08 -05:00
2022-12-05 16:06:08 -05:00
2024-09-10 13:12:32 -06:00
2022-12-22 10:31:47 -05:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2023-11-10 11:01:50 -05:00
2023-02-10 11:24:08 -05:00
2023-02-10 11:24:08 -05:00
2022-12-05 16:06:07 -05:00
2022-12-05 16:06:07 -05:00
2022-12-05 16:06:07 -05:00
2022-12-05 16:06:07 -05:00
2022-12-05 16:06:07 -05:00
2022-12-05 16:06:07 -05:00
2022-12-05 16:06:07 -05:00
2022-12-05 16:06:07 -05:00
2022-12-05 16:06:07 -05:00
2022-12-05 16:06:07 -05:00
2022-12-05 16:06:08 -05:00
2022-12-05 16:06:07 -05:00
2022-12-05 16:06:07 -05:00
2022-12-05 16:06:07 -05:00
2022-12-05 16:06:07 -05:00
2024-01-11 11:24:58 -05:00
2023-05-02 14:23:58 -04:00
2023-02-10 11:24:08 -05:00
2022-12-23 10:09:42 -05:00
2024-06-18 10:43:29 -06:00
2024-06-18 10:43:29 -06:00
2022-12-23 10:15:12 -05:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2022-12-22 10:31:48 -05:00
2022-12-05 16:06:08 -05:00
2022-12-05 16:06:08 -05:00
2022-12-05 16:06:08 -05:00
2022-12-05 16:06:08 -05:00
2022-12-05 16:06:08 -05:00
2022-12-05 16:06:08 -05:00
2022-12-05 16:06:08 -05:00
2022-12-05 16:06:08 -05:00
2022-12-05 16:06:08 -05:00
2022-12-05 16:06:08 -05:00
2022-12-05 16:06:08 -05:00
2022-12-05 16:06:08 -05:00
2022-11-10 10:08:54 -05:00
2022-12-23 10:09:42 -05:00
2024-08-30 22:47:04 -03:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:14:51 -05:00
2022-06-06 12:09:00 -04:00
2024-10-11 11:44:48 -06:00
2022-12-23 10:15:12 -05:00
2022-12-23 10:15:12 -05:00
2024-10-11 11:44:48 -06:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:15:12 -05:00
2022-06-06 12:09:00 -04:00
2022-12-23 10:15:12 -05:00
2022-12-22 10:31:47 -05:00
2024-08-30 22:47:04 -03:00
2024-06-13 16:27:07 -06:00
2024-08-30 22:47:04 -03:00
2022-12-23 10:14:51 -05:00
2023-05-04 12:40:47 +02:00
2023-04-28 17:52:23 +02:00
2024-07-05 13:57:01 -06:00
2024-08-30 22:47:04 -03:00
2024-08-30 22:47:04 -03:00
2022-12-22 10:31:48 -05:00
2022-12-22 10:31:48 -05:00
2022-12-23 10:09:42 -05:00
2024-08-30 22:47:04 -03:00
2024-04-20 00:37:36 -03:00
2022-11-10 10:08:54 -05:00
2022-12-23 10:15:12 -05:00
2023-07-17 17:08:44 +08:00
2024-06-13 16:27:07 -06:00
2023-10-31 13:08:10 -04:00
2022-12-23 10:15:12 -05:00
2022-12-23 10:09:42 -05:00
2024-10-11 11:44:48 -06:00
2022-12-23 10:15:12 -05:00
2024-08-30 22:47:04 -03:00
2024-06-13 16:27:07 -06:00
2024-06-13 16:27:07 -06:00
2024-06-13 16:27:07 -06:00
2024-06-13 16:27:07 -06:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2023-07-17 17:08:44 +08:00
2024-08-30 22:47:04 -03:00
2024-08-30 22:47:04 -03:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2024-10-11 11:44:48 -06:00
2022-12-22 10:31:48 -05:00
2024-02-05 13:32:48 -05:00
2024-02-05 13:32:48 -05:00
2024-02-05 13:32:48 -05:00
2024-01-16 12:26:24 +00:00
2024-01-16 12:26:24 +00:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2022-12-23 10:09:42 -05:00
2024-01-24 11:23:20 +09:00
2022-12-05 16:06:07 -05:00
2024-07-05 13:57:01 -06:00
2022-12-22 10:31:48 -05:00
2022-12-23 10:14:52 -05:00
2024-08-30 22:47:04 -03:00
2022-12-23 10:09:42 -05:00
2024-04-22 10:23:23 -06:00
2022-12-05 16:06:07 -05:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2024-04-21 09:07:01 +02:00
2023-03-19 13:20:21 +08:00
2023-04-21 15:16:00 +08:00
2022-12-23 10:09:42 -05:00
2022-12-22 10:31:48 -05:00
2022-12-23 10:09:42 -05:00
2022-12-22 10:31:48 -05:00
2022-12-23 10:09:42 -05:00
2022-12-05 16:06:07 -05:00
2022-12-23 10:14:51 -05:00
2022-12-23 10:09:42 -05:00
2022-07-05 17:03:01 -04:00
2023-04-07 17:13:28 +02:00
2022-12-05 16:06:08 -05:00
2024-10-11 11:44:48 -06:00
2022-12-23 10:09:42 -05:00
2024-08-30 22:47:04 -03:00
2024-07-05 13:57:01 -06:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:15:12 -05:00
2024-02-10 17:08:06 +01:00
2024-04-22 10:23:23 -06:00
2022-12-23 10:15:12 -05:00
2022-07-07 09:29:08 -04:00
2022-12-23 10:09:42 -05:00
2024-08-30 22:47:04 -03:00
2022-12-05 16:06:07 -05:00
2022-12-23 10:15:12 -05:00
2024-06-13 16:27:07 -06:00
2022-12-23 10:14:51 -05:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2024-06-13 16:27:07 -06:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2024-09-11 20:35:03 +08:00
2022-12-23 10:09:42 -05:00
2024-07-05 10:18:36 +03:00
2022-12-05 16:06:07 -05:00
2024-08-30 22:47:04 -03:00
2022-12-23 10:14:51 -05:00
2024-08-30 22:47:04 -03:00
2024-02-19 08:19:39 -03:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2024-08-30 22:47:04 -03:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2024-06-13 16:27:07 -06:00
2023-07-11 14:40:05 +02:00
2022-12-05 16:06:08 -05:00
2023-03-31 10:51:14 +02:00
2022-12-23 10:09:42 -05:00
2024-07-05 13:57:01 -06:00
2022-12-23 10:09:42 -05:00
2023-07-13 11:29:40 +02:00
2024-06-13 16:27:07 -06:00
2024-06-13 16:27:07 -06:00
2024-06-13 16:27:07 -06:00
2024-06-13 16:27:07 -06:00
2024-07-05 13:57:01 -06:00
2024-06-13 16:27:07 -06:00
2024-10-11 11:44:48 -06:00
2024-06-24 09:19:58 -03:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2023-05-02 10:57:32 +02:00
2024-10-11 11:44:48 -06:00
2022-12-23 10:14:51 -05:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2024-06-13 16:27:07 -06:00
2023-09-30 15:24:43 -04:00
2024-02-24 16:21:02 -03:00
2023-09-30 15:24:43 -04:00
2022-12-05 16:06:08 -05:00
2022-12-05 16:06:08 -05:00
2022-12-22 10:31:48 -05:00
2023-11-06 10:20:21 -05:00
2023-10-28 09:18:19 -04:00
2022-12-05 16:06:07 -05:00
2024-07-05 13:57:01 -06:00
2024-05-16 15:00:38 -06:00
2024-06-19 12:07:44 -06:00
2024-06-18 10:43:29 -06:00
2024-03-13 18:15:52 +08:00
2024-04-04 18:48:46 +02:00
2022-12-23 10:15:12 -05:00
2023-07-28 10:11:01 -04:00
2024-06-13 16:27:07 -06:00
2023-07-28 10:11:01 -04:00
2023-07-28 10:11:01 -04:00
2023-02-06 13:04:53 -05:00
2022-12-23 10:15:13 -05:00
2023-02-06 13:04:53 -05:00
2023-02-06 13:04:53 -05:00
2022-12-23 10:15:12 -05:00
2024-10-11 11:44:48 -06:00
2022-12-23 10:14:51 -05:00
2024-08-30 22:47:04 -03:00
2024-10-11 11:44:48 -06:00
2024-08-30 22:47:04 -03:00
2024-08-30 22:47:04 -03:00
2023-10-23 17:07:06 +03:00
2022-06-28 17:11:48 -04:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:15:12 -05:00
2023-11-10 11:01:50 -05:00
2024-10-11 11:44:48 -06:00
2023-11-06 09:46:05 +01:00
2024-10-11 11:44:48 -06:00
2024-08-30 22:47:04 -03:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2024-07-05 13:57:01 -06:00
2022-12-23 10:09:42 -05:00
2023-11-07 18:36:06 -05:00
2022-12-23 10:15:12 -05:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:15:12 -05:00
2022-12-22 10:31:48 -05:00
2024-08-13 06:12:33 +02:00
2024-08-13 06:12:33 +02:00
2024-10-11 11:44:48 -06:00
2022-12-22 10:31:48 -05:00
2023-11-07 18:36:06 -05:00
2024-10-11 11:44:48 -06:00
2024-08-13 06:12:33 +02:00
2022-12-22 10:31:48 -05:00
2022-12-22 10:31:48 -05:00
2024-10-11 11:44:48 -06:00
2024-07-05 13:57:01 -06:00
2024-07-05 13:57:01 -06:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2024-07-05 13:57:01 -06:00
2024-08-13 06:12:33 +02:00
2024-08-13 06:12:33 +02:00
2024-08-13 06:12:33 +02:00
2024-09-19 00:13:20 -03:00
2024-08-30 22:47:04 -03:00
2024-07-05 13:57:01 -06:00
2024-07-05 13:57:01 -06:00
2024-07-05 13:57:01 -06:00
2024-07-05 13:57:01 -06:00
2024-07-05 13:57:01 -06:00
2024-07-05 13:57:01 -06:00
2024-07-05 13:57:01 -06:00
2024-07-05 13:57:01 -06:00
2024-07-05 13:57:01 -06:00
2024-07-05 13:57:01 -06:00
2022-12-22 10:31:48 -05:00
2024-06-13 16:27:07 -06:00
2022-12-23 10:14:51 -05:00
2023-05-04 12:40:47 +02:00
2022-12-23 10:15:12 -05:00
2024-08-30 22:47:04 -03:00
2022-12-23 10:08:35 -05:00
2022-12-23 10:09:42 -05:00
2024-07-05 13:57:01 -06:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2024-01-31 16:52:45 +08:00
2024-07-05 13:57:01 -06:00
2022-12-23 10:09:42 -05:00
2024-10-11 11:44:48 -06:00
2023-09-30 15:24:43 -04:00
2024-10-11 11:44:48 -06:00
2023-08-03 09:40:48 -04:00
2024-05-20 13:35:03 -06:00
2024-10-11 11:44:48 -06:00
2023-08-03 09:40:49 -04:00
2023-08-03 09:40:48 -04:00
2023-08-03 09:40:48 -04:00
2023-08-03 09:40:50 -04:00
2024-07-05 13:57:01 -06:00
2023-12-19 10:09:06 -05:00
2023-09-30 15:24:43 -04:00
2024-07-05 13:57:01 -06:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:15:13 -05:00
2022-12-23 10:09:42 -05:00
2024-07-08 08:20:58 +02:00
2023-11-07 13:47:08 +01:00
2023-01-31 16:02:05 +01:00
2024-08-30 22:47:04 -03:00
2024-08-30 22:47:04 -03:00
2022-12-23 10:09:42 -05:00
2024-08-30 22:47:04 -03:00
2024-08-30 22:47:04 -03:00
2024-08-30 22:47:04 -03:00
2024-08-30 22:47:04 -03:00
2024-08-30 22:47:04 -03:00
2024-08-30 22:47:04 -03:00
2024-08-30 22:47:04 -03:00
2024-07-05 13:57:01 -06:00
2023-01-31 16:02:05 +01:00
2024-08-30 22:47:04 -03:00
2024-08-30 22:47:04 -03:00
2024-07-05 13:57:01 -06:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2024-08-30 22:46:58 -03:00
2024-08-30 22:47:04 -03:00
2024-08-30 22:47:04 -03:00
2024-08-30 22:47:04 -03:00
2022-12-23 10:14:51 -05:00
2024-08-30 22:47:04 -03:00
2024-10-11 11:44:48 -06:00
2023-10-23 18:21:55 +08:00
2024-07-17 14:48:18 +08:00
2024-07-17 14:48:18 +08:00
2022-12-23 10:09:42 -05:00
2024-02-04 18:45:58 +08:00
2023-02-28 18:07:28 +08:00
2024-08-30 22:47:04 -03:00
2024-05-25 10:28:19 +08:00
2024-08-30 22:47:04 -03:00
2024-08-30 22:47:04 -03:00
2023-10-26 14:49:36 +02:00
2023-10-16 11:10:42 +02:00
2022-12-05 16:06:08 -05:00
2022-12-23 10:15:12 -05:00
2024-08-30 22:47:04 -03:00
2022-12-05 16:06:08 -05:00
2024-06-13 16:27:07 -06:00
2022-06-28 17:03:32 -04:00
2024-05-20 13:35:03 -06:00
2022-12-23 10:09:42 -05:00
2023-07-28 18:45:03 +08:00
2022-12-23 10:15:12 -05:00
2023-01-18 19:41:16 -05:00
2023-11-10 11:01:50 -05:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2023-11-10 11:01:50 -05:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2024-08-30 22:47:04 -03:00
2022-12-23 10:09:42 -05:00
2022-12-05 16:06:07 -05:00
2022-12-05 16:06:08 -05:00
2024-10-11 11:44:48 -06:00
2022-12-23 10:15:12 -05:00
2022-12-23 10:15:12 -05:00
2022-12-23 10:15:12 -05:00
2022-12-23 10:15:12 -05:00
2022-12-23 10:15:12 -05:00
2024-10-11 11:44:48 -06:00
2024-07-05 13:57:01 -06:00
2022-12-23 10:15:12 -05:00
2024-08-30 22:47:04 -03:00
2024-08-30 22:47:04 -03:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2023-11-10 11:01:50 -05:00
2024-01-16 17:05:29 -05:00
2022-12-05 16:07:12 -05:00
2022-12-05 16:06:07 -05:00
2022-12-12 16:47:21 -05:00
2022-12-12 16:47:21 -05:00
2024-01-16 12:00:05 -05:00
2024-03-07 07:59:15 -05:00
2023-11-10 11:01:50 -05:00
2024-10-11 11:44:48 -06:00
2024-07-05 13:57:01 -06:00
2024-02-08 09:05:11 -03:00
2022-12-23 10:14:50 -05:00
2024-08-30 22:47:04 -03:00
2024-08-30 22:47:04 -03:00
2024-08-30 22:47:04 -03:00
2024-10-11 11:44:48 -06:00
2023-03-19 13:20:21 +08:00
2023-03-19 13:20:21 +08:00
2022-12-23 10:15:12 -05:00
2022-12-05 16:06:08 -05:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2023-10-26 14:49:36 +02:00
2024-05-03 12:22:59 -06:00
2022-12-23 10:09:42 -05:00
2023-11-16 18:59:58 -05:00
2022-12-23 10:15:12 -05:00
2024-05-25 10:28:05 +08:00
2022-12-23 10:09:42 -05:00
2023-03-19 13:20:21 +08:00
2023-07-28 18:45:03 +08:00
2023-11-10 11:01:50 -05:00
2024-07-05 10:18:36 +03:00
2024-07-05 12:04:48 +02:00
2023-02-06 13:04:53 -05:00
2022-12-22 10:31:48 -05:00
2024-01-31 16:52:15 +08:00
2024-07-04 16:08:37 -06:00
2023-07-31 14:41:35 +08:00
2023-11-09 11:19:05 +08:00
2022-12-05 16:06:08 -05:00
2024-03-02 14:29:36 -05:00
2024-06-13 16:27:07 -06:00
2024-06-13 16:27:07 -06:00
2023-01-16 18:01:11 +08:00
2024-03-13 18:14:19 +08:00
2024-03-13 18:14:19 +08:00
2024-03-13 18:14:19 +08:00
2023-04-26 08:43:05 -04:00
2024-03-13 18:14:19 +08:00
2024-03-13 18:14:19 +08:00
2024-07-17 16:26:55 +08:00
2024-07-17 16:26:55 +08:00
2024-03-13 18:14:19 +08:00
2024-10-11 11:44:48 -06:00
2024-07-17 16:26:55 +08:00
2024-07-17 16:26:55 +08:00
2023-03-19 13:20:21 +08:00
2023-07-31 17:34:43 +08:00
2023-02-28 18:07:29 +08:00
2023-03-19 13:20:21 +08:00
2024-08-12 15:43:44 +08:00
2024-10-11 11:44:48 -06:00
2024-03-14 18:19:27 +08:00
2023-03-19 13:20:21 +08:00
2023-09-03 23:33:04 +01:00
2023-11-10 11:01:50 -05:00
2024-03-13 18:14:19 +08:00
2024-02-04 18:45:58 +08:00
2024-03-02 14:29:36 -05:00
2023-05-13 04:01:30 +02:00
2023-01-02 16:06:08 -05:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2022-12-22 10:31:48 -05:00
2022-12-23 10:15:12 -05:00
2023-01-06 11:53:26 -05:00
2022-12-05 16:06:08 -05:00
2022-12-05 16:06:08 -05:00
2022-11-10 10:08:55 -05:00
2022-12-05 16:06:07 -05:00
2022-12-05 16:06:08 -05:00
2022-12-05 16:06:07 -05:00
2022-12-05 16:06:07 -05:00
2022-12-05 16:06:08 -05:00
2022-12-05 16:06:08 -05:00
2023-08-07 11:42:16 +03:00
2022-12-05 16:06:08 -05:00
2024-03-13 13:35:16 +02:00
2023-10-17 20:50:52 -04:00
2022-12-22 10:31:48 -05:00
2022-12-22 10:31:48 -05:00
2024-10-03 09:29:23 -06:00
2024-10-03 09:29:23 -06:00
2024-10-03 09:29:23 -06:00
2024-10-03 09:29:23 -06:00
2024-10-03 09:29:23 -06:00
2022-12-23 10:15:12 -05:00
2024-07-05 13:57:01 -06:00
2022-12-23 10:09:42 -05:00
2024-07-05 13:57:01 -06:00
2023-08-09 23:31:12 +08:00
2023-12-18 11:09:01 +08:00
2024-06-14 17:11:05 +08:00
2022-12-23 10:15:12 -05:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:15:12 -05:00
2022-06-28 17:04:38 -04:00
2022-12-22 10:31:48 -05:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:07:04 -05:00
2023-05-02 10:57:32 +02:00
2022-12-23 10:09:42 -05:00
2024-08-13 06:07:31 +02:00
2024-03-18 14:45:47 +08:00
2022-12-12 16:49:25 -05:00
2022-12-05 16:06:08 -05:00
2023-02-22 00:28:39 +01:00
2024-10-11 11:44:48 -06:00
2022-12-23 10:09:42 -05:00
2022-05-23 21:28:07 +02:00
2022-07-07 14:01:09 -04:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2024-03-18 14:45:47 +08:00
2024-06-13 16:27:07 -06:00
2022-12-23 10:09:42 -05:00
2024-07-05 13:57:01 -06:00
2023-07-17 17:08:44 +08:00
2024-08-30 22:47:04 -03:00
2024-02-04 18:45:58 +08:00
2023-04-07 17:13:28 +02:00
2024-03-12 14:36:13 +08:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2023-12-15 15:41:23 +01:00
2023-10-04 13:26:02 +02:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2023-10-04 13:32:41 +02:00
2023-04-19 09:45:34 +02:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2023-08-16 15:35:55 +02:00
2023-11-13 10:55:38 +01:00
2024-07-05 13:57:01 -06:00
2022-12-23 10:15:12 -05:00
2022-07-18 11:25:09 +01:00
2022-07-18 11:25:09 +01:00
2022-07-18 11:25:09 +01:00
2022-07-18 11:25:09 +01:00
2022-07-18 11:25:09 +01:00
2022-07-18 11:25:09 +01:00
2022-07-18 11:25:09 +01:00
2022-07-18 11:25:09 +01:00
2024-01-29 01:18:51 +00:00
2024-07-05 10:18:36 +03:00
2024-03-02 12:26:19 -05:00
2022-12-23 10:09:42 -05:00
2023-07-13 16:54:54 +08:00
2023-07-13 16:54:38 +08:00
2022-12-23 10:15:11 -05:00
2023-07-13 16:54:14 +08:00
2024-07-05 13:57:01 -06:00
2022-12-23 10:15:12 -05:00
2023-12-21 08:54:37 -05:00
2024-08-30 22:47:04 -03:00
2022-12-23 10:15:12 -05:00
2022-12-23 10:15:12 -05:00
2022-12-23 10:15:12 -05:00
2022-12-23 10:15:12 -05:00
2022-12-23 10:15:12 -05:00
2022-12-23 10:15:12 -05:00
2022-06-28 17:03:31 -04:00
2024-07-05 09:01:37 +03:00
2023-02-02 10:16:41 -07:00
2024-07-05 13:57:01 -06:00
2023-07-12 13:21:41 +08:00
2023-07-17 17:08:44 +08:00
2022-12-05 16:06:07 -05:00
2024-06-13 16:27:07 -06:00
2022-12-23 10:14:51 -05:00
2023-11-10 11:01:50 -05:00
2023-11-10 11:01:50 -05:00
2023-11-29 09:32:15 -05:00
2023-11-10 11:01:50 -05:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2023-11-10 11:01:50 -05:00
2024-06-14 17:13:36 +08:00
2023-03-19 13:20:21 +08:00
2024-07-05 13:57:01 -06:00
2023-03-22 12:51:11 -04:00
2024-03-14 15:27:28 +08:00
2022-12-05 16:06:08 -05:00
2022-12-23 10:14:51 -05:00
2024-08-13 06:12:33 +02:00
2024-08-30 22:47:04 -03:00
2024-04-22 10:23:23 -06:00
2024-07-05 10:18:35 +03:00
2023-06-30 15:20:37 +02:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:15:12 -05:00
2024-01-19 10:57:36 +08:00
2024-10-11 11:44:48 -06:00
2022-12-23 10:09:42 -05:00
2024-10-11 11:44:48 -06:00
2023-02-03 13:10:01 +01:00
2022-12-23 10:14:51 -05:00
2022-12-22 10:31:48 -05:00
2023-01-02 16:01:39 -05:00
2022-12-23 10:09:42 -05:00
2024-08-30 22:47:04 -03:00
2023-06-08 22:26:52 +02:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:15:12 -05:00
2022-12-23 10:15:12 -05:00
2024-07-18 07:40:30 -06:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2023-12-19 10:07:48 -05:00
2023-01-09 11:30:08 -05:00
2022-12-23 10:09:42 -05:00
2022-12-23 10:15:12 -05:00
2024-10-11 11:44:48 -06:00
2023-09-30 15:24:43 -04:00
2023-03-19 13:20:21 +08:00
2024-08-30 22:47:04 -03:00
2024-08-30 22:47:04 -03:00
2023-04-07 17:13:28 +02:00
2022-12-23 10:14:50 -05:00
2024-04-22 10:23:23 -06:00
2023-07-17 17:08:44 +08:00
2024-07-05 13:57:01 -06:00
2023-07-13 15:53:57 +02:00
2024-06-13 16:27:07 -06:00
2024-01-15 10:55:42 -03:00
2023-10-11 10:46:23 -04:00
2023-07-21 09:00:38 +02:00
2022-12-23 10:09:42 -05:00
2024-06-13 16:27:07 -06:00
2024-06-13 16:27:07 -06:00
2023-07-21 09:00:38 +02:00
2023-07-21 09:00:38 +02:00
2022-12-23 10:09:42 -05:00
2024-10-11 11:44:48 -06:00
2024-08-30 22:47:04 -03:00
2024-07-05 13:57:01 -06:00
2022-12-23 10:09:42 -05:00
2024-10-11 11:44:48 -06:00