bootstd: Add a sandbox bootmeth driver
authorSimon Glass <sjg@chromium.org>
Mon, 25 Apr 2022 05:31:20 +0000 (23:31 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 25 Apr 2022 14:00:04 +0000 (10:00 -0400)
commit126947b77321418127274f3102e7988225a780b7
tree41b49e702f5c38c3b7f48b5dd1982f9d4d9c7836
parent0b41525e8f5453220e8c78a763a5879e73e6b825
bootstd: Add a sandbox bootmeth driver

Add a bootmeth driver for sandbox, used for testing.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/Kconfig
boot/Makefile
boot/bootmeth_sandbox.c [new file with mode: 0644]