summaryrefslogtreecommitdiff
path: root/test/print_ut.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Move string tests to the string moduleSimon Glass2022-04-251-40/+0
* test: test field truncation in snprint()Heinrich Schuchardt2022-02-111-0/+12
* treewide: Use 16-bit Unicode stringsSimon Glass2022-02-031-1/+1
* test: add test for %pUsHeinrich Schuchardt2022-01-191-4/+16
* test: test truncation in snprintf()Heinrich Schuchardt2021-11-201-0/+18
* lib: Add a function to convert a string to a hex valueSimon Glass2021-11-111-0/+24
* lib: Add tests for simple_itoa()Simon Glass2021-11-111-0/+17
* version: Move version_string[] from version.h to version_string.hPali Rohár2021-09-171-1/+1
* display_options: Split print_buffer() into two functionsSimon Glass2021-06-081-0/+26
* hexdump: Support any rowsizeSimon Glass2021-06-081-3/+20
* hexdump: Add support for sandboxSimon Glass2021-06-081-0/+58
* display_options: Drop two spaces before the ASCII columnSimon Glass2021-06-081-16/+16
* test: Add a test for print_buffer()Simon Glass2021-06-081-0/+82
* test: Convert print tests to use ut frameworkSimon Glass2021-06-081-51/+54
* dm: test: Always include command.h for print_utSean Anderson2021-03-281-2/+0
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+2
* lib/vsprintf: allow printing upper case GUIDsHeinrich Schuchardt2019-06-071-0/+23
* lib/display_options: avoid illegal memory accessHeinrich Schuchardt2019-05-051-8/+12
* test: print_ut.c use #if CONFIG_IS_ENABLED(EFI_LOADER)Heinrich Schuchardt2018-09-231-4/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* vsprintf.c: correct printing of a NULL device pathHeinrich Schuchardt2018-01-281-0/+4
* vsprintf.c: add EFI device path printingHeinrich Schuchardt2018-01-221-0/+37
* test: print_ut: Add test for %ls stringsRob Clark2017-10-081-0/+3
* test: Add a test for snprintf() and the banner/versionSimon Glass2017-07-111-0/+83