[PATCH 0/6] Test improvements

Simon Glass sjg at chromium.org
Wed Mar 19 12:59:02 CET 2025


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


More information about the U-Boot mailing list