
13 Aug
2017
13 Aug
'17
11:36 p.m.
Hi Rob,
On 9 August 2017 at 17:14, Rob Clark robdclark@gmail.com wrote:
We'll eventually want these in a few places in efi_loader, and also vsprintf.
Signed-off-by: Rob Clark robdclark@gmail.com
include/charset.h | 55 ++++++++++++++++++++++++++++++ lib/Makefile | 1 + lib/charset.c | 81 ++++++++++++++++++++++++++++++++++++++++++++ lib/efi_loader/efi_console.c | 17 ++-------- 4 files changed, 140 insertions(+), 14 deletions(-) create mode 100644 include/charset.h create mode 100644 lib/charset.c
Looks good.
Please can you add some tests for these functions?
Regards, Simon