Searched refs:read_bootflow (Results 1 – 11 of 11) sorted by relevance
/u-boot/boot/ |
A D | bootmeth_sandbox.c | 53 .read_bootflow = sandbox_read_bootflow,
|
A D | bootmeth-uclass.c | 47 if (!ops->read_bootflow) in bootmeth_read_bootflow() 50 return ops->read_bootflow(dev, bflow); in bootmeth_read_bootflow() 89 if (!ops->read_bootflow) in bootmeth_get_bootflow() 93 return ops->read_bootflow(dev, bflow); in bootmeth_get_bootflow()
|
A D | bootmeth_efi_mgr.c | 90 .read_bootflow = efi_mgr_read_bootflow,
|
A D | bootmeth_qfw.c | 86 .read_bootflow = qfw_read_bootflow,
|
A D | bootmeth_extlinux.c | 177 .read_bootflow = extlinux_read_bootflow,
|
A D | bootmeth_pxe.c | 174 .read_bootflow = extlinux_pxe_read_bootflow,
|
A D | bootmeth_script.c | 232 .read_bootflow = script_read_bootflow,
|
A D | vbe_simple.c | 181 .read_bootflow = vbe_simple_read_bootflow,
|
A D | bootmeth_efi.c | 435 .read_bootflow = distro_efi_read_bootflow,
|
/u-boot/include/ |
A D | bootmeth.h | 88 int (*read_bootflow)(struct udevice *dev, struct bootflow *bflow); member
|
/u-boot/doc/develop/ |
A D | bootstd.rst | 101 provide a `read_bootflow()` method which checks whatever bootdevs it likes, then
|
Completed in 30 milliseconds