Searched refs:bootstd (Results 1 - 20 of 20) sorted by relevance

/u-boot/test/boot/
H A Dbootstd_common.c11 #include <bootstd.h>
62 struct udevice *bootstd; local
64 ut_assertok(uclass_first_device_err(UCLASS_BOOTSTD, &bootstd));
65 priv = dev_get_priv(bootstd);
100 printf("Failed to set up for bootstd tests (err=%d)\n", ret);
104 return cmd_ut_category("bootstd", "bootstd_test_",
H A Dbootflow.c13 #include <bootstd.h>
377 struct udevice *bootstd, *dev; local
381 ut_assertok(uclass_first_device_err(UCLASS_BOOTSTD, &bootstd));
382 ut_assertok(device_bind(bootstd, DM_DRIVER_GET(bootmeth_3efi_mgr),
406 struct udevice *bootstd, *dev; local
412 ut_assertok(uclass_first_device_err(UCLASS_BOOTSTD, &bootstd));
413 ut_assertok(device_bind_driver(bootstd, "bootmeth_sandbox", "sandbox",
517 * restore normal operation of bootstd (i.e. with the original bootdev order)
530 struct udevice *dev, *bootstd; local
544 ut_assertok(uclass_first_device_err(UCLASS_BOOTSTD, &bootstd));
576 struct udevice *bootstd; local
[all...]
H A Dbootmeth.c11 #include <bootstd.h>
H A Dbootdev.c10 #include <bootstd.h>
/u-boot/boot/
H A Dbootstd-uclass.c11 #include <bootstd.h>
131 struct udevice *dev, *bootstd; local
138 /* Create a bootstd device if needed */
139 uclass_find_first_device(UCLASS_BOOTSTD, &bootstd);
140 if (!bootstd) {
141 ret = device_bind_driver(gd->dm_root, "bootstd_drv", "bootstd",
142 &bootstd);
144 return log_msg_ret("bootstd", ret);
158 ret = device_bind(bootstd, drv, name, 0, ofnode_null(),
183 UCLASS_DRIVER(bootstd) variable
[all...]
H A Dbootmeth_script.c15 #include <bootstd.h>
66 static int script_read_bootflow_file(struct udevice *bootstd, argument
74 ret = uclass_first_device_err(UCLASS_BOOTSTD, &bootstd);
85 prefixes = bootstd_get_prefixes(bootstd);
154 struct udevice *bootstd; local
157 ret = uclass_first_device_err(UCLASS_BOOTSTD, &bootstd);
168 ret = script_read_bootflow_file(bootstd, bflow);
H A Dprog_boot.c10 #include <bootstd.h>
H A Dbootmeth_extlinux.c15 #include <bootstd.h>
105 struct udevice *bootstd; local
110 ret = uclass_first_device_err(UCLASS_BOOTSTD, &bootstd);
118 prefixes = bootstd_get_prefixes(bootstd);
H A Dvbe.c11 #include <bootstd.h>
H A DMakefile26 obj-$(CONFIG_$(SPL_TPL_)BOOTSTD) += bootstd-uclass.o
H A Dbootflow_menu.c13 #include <bootstd.h>
H A Dbootdev-uclass.c14 #include <bootstd.h>
712 struct udevice *bootstd, *dev = NULL; local
746 ret = uclass_first_device_err(UCLASS_BOOTSTD, &bootstd);
748 log_err("Missing bootstd device\n");
783 iter->labels = bootstd_get_bootdev_order(bootstd, &ok);
H A Dbootmeth-uclass.c13 #include <bootstd.h>
H A Dbootflow.c13 #include <bootstd.h>
/u-boot/common/
H A Dmain.c13 #include <bootstd.h>
/u-boot/cmd/
H A Dbootmeth.c12 #include <bootstd.h>
36 printf("Cannot get bootstd (err=%d)\n", ret);
H A Dvbe.c12 #include <bootstd.h>
H A Dbootdev.c12 #include <bootstd.h>
H A Dbootflow.c13 #include <bootstd.h>
98 * @std: bootstd information
/u-boot/test/
H A Dcmd_ut.c61 U_BOOT_CMD_MKENT(bootstd, CONFIG_SYS_MAXARGS, 1, do_ut_bootstd,

Completed in 195 milliseconds