Note that this includes two patches which are in mainline but not in
x86/master
Simon Glass (3):
test: Add the beginnings of some string tests
lib: Add a function to convert a string to upper case
acpi: Fix-up patch to correct sandbox test errors
arch/x86/lib/acpi_table.c | 5 --
include/test/suites.h | 1 +
include/vsprintf.h | 12 ++++
lib/acpi/acpi_table.c | 7 ++-
lib/strto.c | 8 +++
test/Makefile | 1 +
test/cmd_ut.c | 5 ++
test/str_ut.c | 115 ++++++++++++++++++++++++++++++++++++++
8 files changed, 148 insertions(+), 6 deletions(-)
create mode 100644 test/str_ut.c