commit | 4f378de484baaa2de82eeb9d231f4d9d3159dcb5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 07 14:31:50 2024 -0700 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Nov 09 10:01:47 2024 +0100 |
tree | b7974f966aacb07af9630b3c3e8cd0be56e17e61 | |
parent | 64c63253a7a855e3fb954b0345e425da9416c336 [diff] |
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>