bootstd: Add the bootdev uclass
A 'bootdev' is a device which can be used to boot an operating system.
It is a child of the media device (e.g. MMC) which handles reading files
from that device, such as a bootflow file.
Add a uclass for bootdev and the various helpers needed to make it
work. Also add a binding file, empty for now.
Signed-off-by:
Simon Glass <sjg@chromium.org>
Showing
- MAINTAINERS 3 additions, 1 deletionMAINTAINERS
- boot/Makefile 1 addition, 0 deletionsboot/Makefile
- boot/bootdev-uclass.c 640 additions, 0 deletionsboot/bootdev-uclass.c
- doc/device-tree-bindings/bootdev.txt 8 additions, 0 deletionsdoc/device-tree-bindings/bootdev.txt
- include/bootdev.h 275 additions, 0 deletionsinclude/bootdev.h
- include/dm/uclass-id.h 1 addition, 0 deletionsinclude/dm/uclass-id.h
Loading
Please register or sign in to comment