efi_selftest: use CR LF in helloworld
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 24 Sep 2018 21:53:51 +0000 (23:53 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 2 Dec 2018 20:59:36 +0000 (21:59 +0100)
commit87fc275caccfc6fdd2defba570c188f6c5fb15e7
tree2c806b151f0c3ee26213ec823d4ce80ffed6081d
parentd39646a38b504c377b5bcf282a2a9407f99b5f57
efi_selftest: use CR LF in helloworld

The UEFI spec defines that a line feed moves the cursor to the next line
and (only) a carriage return moves the cursor to the beginning of the line.

So we should issue CR LF when we want to get to the start of the next line.

Add some comments.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/helloworld.c