commit | 70b78d52937b5f18afbbc4257bd3b89b0e75a186 | [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 | 79aed64f945e30049cedd77265d397738388d713 [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>