]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi_selftest: do not cut off u16 strings when printing
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 22 Dec 2017 18:21:04 +0000 (19:21 +0100)
committerAlexander Graf <agraf@suse.de>
Mon, 22 Jan 2018 22:09:12 +0000 (23:09 +0100)
commite0abeaccefe78a0484f6cb8dbc71151c88c5f16d
tree475bc528ad441f97e9c389e1d15be1190ce131fa
parent6a380e5b66120133dd56f1c73118e2f76e3041c7
efi_selftest: do not cut off u16 strings when printing

Device paths can be very long. Due to a limited output buffer
the output for device paths is cut off. We can avoid this by
directly calling the boottime service with the the device path
string.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
[agraf: Remove coloring code change]
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_selftest/efi_selftest_console.c