Home
last modified time | relevance | path

Searched refs:read_bootflow (Results 1 – 11 of 11) sorted by relevance

/u-boot/boot/
A Dbootmeth_sandbox.c53 .read_bootflow = sandbox_read_bootflow,
A Dbootmeth-uclass.c47 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 Dbootmeth_efi_mgr.c90 .read_bootflow = efi_mgr_read_bootflow,
A Dbootmeth_qfw.c86 .read_bootflow = qfw_read_bootflow,
A Dbootmeth_extlinux.c177 .read_bootflow = extlinux_read_bootflow,
A Dbootmeth_pxe.c174 .read_bootflow = extlinux_pxe_read_bootflow,
A Dbootmeth_script.c232 .read_bootflow = script_read_bootflow,
A Dvbe_simple.c181 .read_bootflow = vbe_simple_read_bootflow,
A Dbootmeth_efi.c435 .read_bootflow = distro_efi_read_bootflow,
/u-boot/include/
A Dbootmeth.h88 int (*read_bootflow)(struct udevice *dev, struct bootflow *bflow); member
/u-boot/doc/develop/
A Dbootstd.rst101 provide a `read_bootflow()` method which checks whatever bootdevs it likes, then

Completed in 30 milliseconds