Simon Glass
569681e993
lib: Provide a signed version of simple_itoa()
...
In some cases we want to show a signed value to the user without needing
to use the full printf() implementation. Add a new version of the
simple_itoa() function to handle this.
Update the existing function to use ulong instead of long, to avoid
confusion about which it actually uses.
Series-to: u-boot
Cover-letter:
Test improvements
This includes some small abuf and test improvements.
END
Signed-off-by: Simon Glass <sjg@chromium.org >
2025-03-19 12:54:24 +01:00
..
2025-03-15 08:49:43 +00:00
2025-02-25 14:21:52 -07:00
2024-10-14 17:59:04 -06:00
2024-10-21 17:52:52 -06:00
2025-02-03 04:46:46 -07:00
2024-10-18 17:05:19 +02:00
2025-03-15 15:47:34 +00:00
2024-12-17 10:58:19 -07:00
2024-10-11 11:44:48 -06:00
2024-11-14 18:14:05 -06:00
2025-02-06 23:49:28 +00:00
2025-02-25 06:34:16 -07:00
2025-02-06 23:49:28 +00:00
2025-03-19 12:49:23 +01:00
2024-11-03 21:27:12 -06:00
2025-02-15 19:05:12 -07:00
2025-02-06 23:49:28 +00:00
2024-10-11 11:44:48 -06:00
2024-12-17 17:30:25 -07:00
2025-02-06 23:49:28 +00: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
2025-02-15 19:07:09 -07:00
2024-12-17 10:59:08 -07:00
2025-02-06 23:49:28 +00:00
2025-02-06 23:49:28 +00:00
2025-02-25 16:39:30 -07:00
2024-10-14 17:58:28 -06:00
2025-03-19 12:49:23 +01:00
2024-11-18 16:12:35 +01:00
2025-02-03 04:46:45 -07:00
2024-10-23 06:52:38 +02:00
2024-10-23 06:52:38 +02:00
2024-10-23 06:52:38 +02:00
2024-11-17 13:12:54 -06:00
2025-02-06 23:49:28 +00:00
2024-11-13 08:14:23 -06:00
2024-10-11 11:44:47 -06:00
2024-10-16 11:11:56 -06:00
2025-03-15 15:47:34 +00:00
2024-10-14 17:58:30 -06:00
2024-11-16 19:21:59 +02:00
2024-11-13 08:14:23 -06:00
2025-03-19 12:54:24 +01:00