Searched refs:bootmeth (Results 1 - 25 of 26) sorted by relevance

12

/u-boot/test/boot/
H A DMakefile5 obj-$(CONFIG_BOOTSTD) += bootdev.o bootstd_common.o bootflow.o bootmeth.o
H A Dvbe_simple.c3 * Test for vbe-simple bootmeth. All start with 'vbe_simple'
10 #include <bootmeth.h>
H A Dbootmeth.c3 * Test for bootdev functions. All start with 'bootmeth'
10 #include <bootmeth.h>
17 /* Check 'bootmeth list' command */
21 ut_assertok(run_command("bootmeth list", 0));
37 /* Check 'bootmeth order' command */
42 ut_assertok(run_command("bootmeth order extlinux", 0));
48 ut_assertok(run_command("bootmeth list", 0));
53 ut_assert_nextline("(1 bootmeth)");
57 ut_assertok(run_command("bootmeth list -a", 0));
70 ut_assertok(run_command("bootmeth orde
[all...]
/u-boot/cmd/
H A Dbootmeth.c3 * 'bootmeth' command
11 #include <bootmeth.h>
64 /* Find the position of this bootmeth in the order */
87 printf("(%d bootmeth%s)\n", i, i != 1 ? "s" : "");
107 U_BOOT_LONGHELP(bootmeth,
109 "bootmeth order [<bd> ...] - select bootmeth order / subset to use");
111 U_BOOT_CMD_WITH_SUBCMDS(bootmeth, "Boot methods", bootmeth_help_text,
H A Dvbe.c11 #include <bootmeth.h>
58 printf("No VBE bootmeth selected\n");
109 "vbe select - select a VBE bootmeth by sequence or name\n"
110 "vbe info - show information about a VBE bootmeth\n"
H A DMakefile26 obj-$(CONFIG_CMD_BOOTMETH) += bootmeth.o
/u-boot/boot/
H A Dbootmeth_sandbox.c14 #include <bootmeth.h>
H A Dbootmeth_efi_mgr.c14 #include <bootmeth.h>
H A Dbootmeth_qfw.c15 #include <bootmeth.h>
H A Dvbe.c10 #include <bootmeth.h>
102 printf("Cannot probe VBE bootmeth '%s' (err=%d)\n", name,
H A Dbootmeth-uclass.c12 #include <bootmeth.h>
140 count * sizeof(struct bootmeth *));
241 printf("Unknown bootmeth '%.*s'\n", len, s);
397 * on_bootmeths() - Update the bootmeth order
423 UCLASS_DRIVER(bootmeth) = { variable
425 .name = "bootmeth",
H A Dbootmeth_pxe.c14 #include <bootmeth.h>
H A Dbootmeth_extlinux.c14 #include <bootmeth.h>
H A DMakefile25 obj-$(CONFIG_$(SPL_TPL_)BOOTSTD) += bootmeth-uclass.o
H A Dbootmeth_script.c14 #include <bootmeth.h>
H A Dvbe_simple.c14 #include <bootmeth.h>
H A Dvbe_simple_fw.c15 #include <bootmeth.h>
36 * @meth: VBE simple bootmeth
H A Dbootmeth_efi.c14 #include <bootmeth.h>
211 * @dev: bootmeth device to use
H A Dbootmeth_cros.c16 #include <bootmeth.h>
H A Dbootflow.c12 #include <bootmeth.h>
106 /* We only support disabling the current bootmeth */
150 printf("Scanning global bootmeth '%s':\n",
337 * @iter: Provides part, bootmeth to use
399 /* Find the first bootmeth (there must be at least one!) */
H A Dbootdev-uclass.c13 #include <bootmeth.h>
/u-boot/fs/sandbox/
H A Dhost_bootdev.c12 #include <bootmeth.h>
/u-boot/drivers/mtd/spi/
H A Dsf_bootdev.c11 #include <bootmeth.h>
/u-boot/net/
H A Deth_bootdev.c15 #include <bootmeth.h>
/u-boot/drivers/misc/
H A Dqfw.c13 #include <bootmeth.h>

Completed in 206 milliseconds

12