Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-12 | bootstd: Drop the system bootdev | Simon Glass | |
This was a work-around for the fact that global bootmeths such as EFI bootmgr and VBE don't use a particular bootdev, or at least select it themselves so that we don't need to scan all bootdevs when using that bootmeth. Drop the system bootdev entirely. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2022-04-25 | bootstd: Add a system bootdev for strange boot methods | Simon 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 <sjg@chromium.org> |