On 10 September 2017 at 05:21, Rob Clark <robdcl...@gmail.com> wrote:
> 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 <robdcl...@gmail.com>
> ---
>  include/efi_api.h            |  6 +++--
>  lib/efi_loader/efi_console.c | 58 
> ++++++++++++++++++++++++++------------------
>  2 files changed, 39 insertions(+), 25 deletions(-)

Reviewed-by: Simon Glass <s...@chromium.org>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to