aboutsummaryrefslogtreecommitdiff
path: root/test/print_ut.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-25lib: Move string tests to the string moduleSimon Glass1-40/+0
2022-02-11test: test field truncation in snprint()Heinrich Schuchardt1-0/+12
2022-02-03treewide: Use 16-bit Unicode stringsSimon Glass1-1/+1
2022-01-19test: add test for %pUsHeinrich Schuchardt1-4/+16
2021-11-20test: test truncation in snprintf()Heinrich Schuchardt1-0/+18
2021-11-11lib: Add a function to convert a string to a hex valueSimon Glass1-0/+24
2021-11-11lib: Add tests for simple_itoa()Simon Glass1-0/+17
2021-09-17version: Move version_string[] from version.h to version_string.hPali Rohár1-1/+1
2021-06-08display_options: Split print_buffer() into two functionsSimon Glass1-0/+26
2021-06-08hexdump: Support any rowsizeSimon Glass1-3/+20
2021-06-08hexdump: Add support for sandboxSimon Glass1-0/+58
2021-06-08display_options: Drop two spaces before the ASCII columnSimon Glass1-16/+16
2021-06-08test: Add a test for print_buffer()Simon Glass1-0/+82
2021-06-08test: Convert print tests to use ut frameworkSimon Glass1-51/+54
2021-03-28dm: test: Always include command.h for print_utSean Anderson1-2/+0
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-1/+2
2019-06-07lib/vsprintf: allow printing upper case GUIDsHeinrich Schuchardt1-0/+23
2019-05-05lib/display_options: avoid illegal memory accessHeinrich Schuchardt1-8/+12
2018-09-23test: print_ut.c use #if CONFIG_IS_ENABLED(EFI_LOADER)Heinrich Schuchardt1-4/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-28vsprintf.c: correct printing of a NULL device pathHeinrich Schuchardt1-0/+4
2018-01-22vsprintf.c: add EFI device path printingHeinrich Schuchardt1-0/+37
2017-10-08test: print_ut: Add test for %ls stringsRob Clark1-0/+3
2017-07-11test: Add a test for snprintf() and the banner/versionSimon Glass1-0/+83