summaryrefslogtreecommitdiff
path: root/test/print_ut.c
AgeCommit message (Expand)AuthorFilesLines
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-29dm: test: Always include command.h for print_utSean Anderson1-2/+0
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: 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-23vsprintf.c: add EFI device path printingHeinrich Schuchardt1-0/+37
2017-10-09test: 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