u-boot/lib/efi_loader
Rob Clark 3a45bc7faa efi_loader: Some console improvements for vidconsole
1) use fputs() to reduce cache flushes from once-per-char to
   once-per-string
2) handle \r, \t, and \b in addition to just \n for tracking
   cursor position
3) cursor row/col are zero based, not one based

Signed-off-by: Rob Clark <robdclark@gmail.com>
[agraf: s/unsigned/unsigned int/]
Signed-off-by: Alexander Graf <agraf@suse.de>
2017-09-20 11:29:35 +02:00
..
2017-09-20 11:08:01 +02:00
2017-09-20 11:10:42 +02:00
2017-08-11 13:49:23 +02:00
2017-09-20 11:00:57 +02:00
2017-09-20 11:10:42 +02:00
2016-11-14 23:24:04 +01:00
2017-09-20 11:08:01 +02:00