summaryrefslogtreecommitdiff
path: root/boot/system_bootdev.c
AgeCommit message (Collapse)Author
2022-04-25bootstd: Add a system bootdev for strange boot methodsSimon Glass
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 <[email protected]>