boot: Introduce log_wait
authorJan Janssen <medhefgo@web.de>
Sun, 5 Jun 2022 11:19:21 +0000 (13:19 +0200)
committerJan Janssen <medhefgo@web.de>
Wed, 18 Jan 2023 15:50:04 +0000 (16:50 +0100)
commit6ac54809deefddccc7861b5a2cfa4d766cf1aa3b
treec583bbe51590f0513a18c015322a9a789c8e6766
parentc2c6203556f842820ca09e0653c123305f2ba6d2
boot: Introduce log_wait

Instead of stalling for every log message as it appears we now wait for
several messages at strategic locations.
src/boot/efi/boot.c
src/boot/efi/console.c
src/boot/efi/graphics.c
src/boot/efi/linux.c
src/boot/efi/linux_x86.c
src/boot/efi/log.c
src/boot/efi/log.h
src/boot/efi/stub.c
src/boot/efi/util.c