]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: Add a system bootdev for strange boot methods
authorSimon Glass <sjg@chromium.org>
Mon, 25 Apr 2022 05:31:18 +0000 (23:31 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 25 Apr 2022 14:00:04 +0000 (10:00 -0400)
commita080b98981a74e96ef2ff6b4de36b222fe42b8e5
tree589c028168a2e17425400e6ecad792f7b0c8f368
parentacfa9bdfa7391f1872aa67bc6e4d3cd38e11d6c9
bootstd: Add a system bootdev for strange boot methods

Some boot methods don't act on a single bootdev but instead do their own
thing. An example is EFI bootmgr which scan various devices using its own
logic. Add a bootdev to handle this.

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