]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit406c68411d628ee15fab7a3f25d31b0348ec4a84
tree41b49e702f5c38c3b7f48b5dd1982f9d4d9c7836
parenta549863d2cb70c1b1e814155f6f13a07e62fad2d
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]