U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Test improvements
@ 2025-03-19 11:59 Simon Glass
  2025-03-19 11:59 ` [PATCH 1/6] abuf: Add a function to copy a buffer Simon Glass
                   ` (5 more replies)
  0 siblings, 6 replies; 20+ messages in thread
From: Simon Glass @ 2025-03-19 11:59 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Simon Glass, Caleb Connolly, Greg Malysa, Heinrich Schuchardt,
	Ilias Apalodimas, Jerome Forissier, Marek Vasut,
	Nathan Barrett-Morrison, Oliver Gaskell, Patrick Delaunay,
	Paul Kocialkowski, Raymond Mao, Tom Rini, Trevor Woerner

This includes some small abuf and test improvements.


Simon Glass (6):
  abuf: Add a function to copy a buffer
  abuf: Add a way to printf() into a buffer
  test: Add a test for strim()
  membuf: Add an easy way to set up a buffer with data
  sandbox: Enable PHYS_64BIT for 64-bit builds
  lib: Provide a signed version of simple_itoa()

 Kconfig                       |  1 +
 arch/sandbox/include/asm/io.h |  4 +-
 include/abuf.h                | 32 +++++++++++++
 include/membuf.h              | 15 ++++++-
 include/vsprintf.h            | 14 ++++++
 lib/abuf.c                    | 49 ++++++++++++++++++++
 lib/membuf.c                  |  8 ++++
 lib/vsprintf.c                | 29 ++++++++++--
 test/lib/abuf.c               | 84 +++++++++++++++++++++++++++++++++++
 test/lib/str.c                | 17 ++++++-
 test/lib/string.c             | 31 +++++++++++++
 11 files changed, 276 insertions(+), 8 deletions(-)

-- 
2.43.0

base-commit: eac5568b56dc8d048931a0e0d8e0fe573176ae4e
branch: schb

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2025-04-02 19:23 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-19 11:59 [PATCH 0/6] Test improvements Simon Glass
2025-03-19 11:59 ` [PATCH 1/6] abuf: Add a function to copy a buffer Simon Glass
2025-03-19 11:59 ` [PATCH 2/6] abuf: Add a way to printf() into " Simon Glass
2025-03-19 11:59 ` [PATCH 3/6] test: Add a test for strim() Simon Glass
2025-03-19 14:24   ` Tom Rini
2025-03-19 15:04     ` Simon Glass
2025-03-19 15:38       ` Tom Rini
2025-03-20  3:43         ` Simon Glass
2025-03-20 14:15           ` Tom Rini
2025-04-02 19:22             ` Simon Glass
2025-03-19 11:59 ` [PATCH 4/6] membuf: Add an easy way to set up a buffer with data Simon Glass
2025-03-19 11:59 ` [PATCH 5/6] sandbox: Enable PHYS_64BIT for 64-bit builds Simon Glass
2025-03-19 11:59 ` [PATCH 6/6] lib: Provide a signed version of simple_itoa() Simon Glass
2025-03-19 12:12   ` Heinrich Schuchardt
2025-03-19 14:20     ` Tom Rini
2025-03-19 15:04       ` Simon Glass
2025-03-19 15:36         ` Tom Rini
2025-03-20  3:43           ` Simon Glass
2025-03-30 14:45             ` Tom Rini
2025-03-19 15:04     ` Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox