]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_selftest: BitBlt test
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 24 Sep 2023 20:30:59 +0000 (22:30 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 12 Oct 2023 06:32:27 +0000 (08:32 +0200)
commitc4054c1c67c0293b13d0a46b081eb6158427c20e
tree4cc4ff9887aa99bae2cfa59bd21cd8d873df5495
parentdf5227e5e385546194d1b842caffd9015e6e21e5
efi_selftest: BitBlt test

The BitBlt test leaves the serial console output in disarray.

* Call ClearScreen() where needed.
* Test CheckEvent() for EFI_SIMPLE_TEXT_INPUT_PROTOCOL.WaitForKey
  via adding navigation keys
* Correct timer comment

For testing on the sandbox:

    CONFIG_CMD_BOOTEFI_SELFTEST=y
    CONFIG_CONSOLE_TRUETYPE=n
    $ ./u-boot -T -l
    => setenv efi_selftest block image transfer
    => bootefi selftest

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
lib/efi_selftest/efi_selftest_bitblt.c