]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit1460f68f8fca49ef11efdd72a1e8b3c5b54f8e1e
tree2c806b151f0c3ee26213ec823d4ce80ffed6081d
parent5fd4bac21f58ae64d55e2f79bbd1a002d6ed56ee
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