]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: avoid EFI_CALL() for clearing screen
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 15 Oct 2022 09:13:59 +0000 (11:13 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 16 Oct 2022 10:23:22 +0000 (12:23 +0200)
commitf32723663b464ab82285b22af57bf58bd32f759f
treebc6e7d12773c622979a3da1918b60c11c5976548
parentc98f6fed93ca49a956d628200b2dfa1454ce6fbb
efi_loader: avoid EFI_CALL() for clearing screen

Carve out function efi_clear_screen.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/efi_console.c