From patchwork Mon Apr 27 17:02:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 238676 List-Id: U-Boot discussion From: sjg at chromium.org (Simon Glass) Date: Mon, 27 Apr 2020 11:02:33 -0600 Subject: [PATCH 0/3] Fix-up series for x86/master Message-ID: <20200427170236.156351-1-sjg@chromium.org> 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