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