]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: efi: boot: Add a test for the efi bootmeth
authorSimon Glass <sjg@chromium.org>
Thu, 7 Nov 2024 21:31:50 +0000 (14:31 -0700)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 9 Nov 2024 09:01:47 +0000 (10:01 +0100)
commit70b78d52937b5f18afbbc4257bd3b89b0e75a186
treeb7974f966aacb07af9630b3c3e8cd0be56e17e61
parent79aed64f945e30049cedd77265d397738388d713
test: efi: boot: Add a test for the efi bootmeth

Add a simple test of booting with the EFI bootmeth, which runs the app
and checks that it can call 'exit boot-services' (to check that all the
device-removal code doesn't break anything) and then exit back to
U-Boot.

This uses a disk image containing the testapp, ready for execution by
sandbox when needed.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/boot/bootflow.c