]> git.baikalelectronics.ru Git - uboot.git/commit
bootstd: Allow EFI bootmgr to support an invalid bootflow
authorSimon Glass <sjg@chromium.org>
Sat, 30 Jul 2022 21:52:22 +0000 (15:52 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 12 Aug 2022 12:17:10 +0000 (08:17 -0400)
commit30bd137cfb31e87608487a2c8b7f24232d1fc923
tree6569dd30d4ddc4b0af0f4216b9e7bf3ba0a3c1d0
parent3f6ca107316a2acc02cc611325a41f413a89ef7a
bootstd: Allow EFI bootmgr to support an invalid bootflow

For most testing we don't want this bootmeth to actually do anything. For
the one test where we do, add a test hook to obtain the correct behaviour.
This will allow us to bind the device always, rather than just doing it
for this test.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/include/asm/test.h
boot/bootmeth_efi_mgr.c
test/boot/bootflow.c