Home
last modified time | relevance | path

Searched refs:bootstd (Results 1 – 7 of 7) sorted by relevance

/boot/
A Dbootstd-uclass.c178 struct udevice *dev, *bootstd; in dm_scan_other() local
186 uclass_find_first_device(UCLASS_BOOTSTD, &bootstd); in dm_scan_other()
187 if (!bootstd) { in dm_scan_other()
189 &bootstd); in dm_scan_other()
205 ret = device_bind(bootstd, drv, name, 0, ofnode_null(), in dm_scan_other()
230 UCLASS_DRIVER(bootstd) = {
A Dbootmeth_script.c65 static int script_read_bootflow_file(struct udevice *bootstd, in script_read_bootflow_file() argument
73 ret = uclass_first_device_err(UCLASS_BOOTSTD, &bootstd); in script_read_bootflow_file()
84 prefixes = bootstd_get_prefixes(bootstd); in script_read_bootflow_file()
154 struct udevice *bootstd; in script_read_bootflow() local
157 ret = uclass_first_device_err(UCLASS_BOOTSTD, &bootstd); in script_read_bootflow()
168 ret = script_read_bootflow_file(bootstd, bflow); in script_read_bootflow()
A Dbootmeth_extlinux.c139 struct udevice *bootstd; in extlinux_read_bootflow() local
144 ret = uclass_first_device_err(UCLASS_BOOTSTD, &bootstd); in extlinux_read_bootflow()
152 prefixes = bootstd_get_prefixes(bootstd); in extlinux_read_bootflow()
A Dbootmeth_rauc.c221 struct udevice *bootstd; in distro_rauc_load_boot_script() local
227 ret = uclass_first_device_err(UCLASS_BOOTSTD, &bootstd); in distro_rauc_load_boot_script()
230 prefixes = bootstd_get_prefixes(bootstd); in distro_rauc_load_boot_script()
A Dbootdev-uclass.c688 struct udevice *bootstd, *dev = NULL; in bootdev_setup_iter() local
722 ret = uclass_first_device_err(UCLASS_BOOTSTD, &bootstd); in bootdev_setup_iter()
759 iter->labels = bootstd_get_bootdev_order(bootstd, &ok); in bootdev_setup_iter()
A DMakefile25 obj-$(CONFIG_$(PHASE_)BOOTSTD) += bootstd-uclass.o
A DKconfig507 bool "Use bootstd to boot"
556 Enables support for booting Android using bootstd. Android requires
1169 doc/develop/bootstd.rst

Completed in 16 milliseconds