Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/fastboot/
H A Dfb_mmc.c112 fastboot_fail("too large for partition", response); in write_raw_image()
312 fastboot_fail("partition not found", response); in fastboot_mmc_get_part_info()
318 fastboot_fail("partition not found", response); in fastboot_mmc_get_part_info()
342 fastboot_fail("invalid mmc device", response); in fastboot_mmc_flash_write()
358 fastboot_fail("writing GPT partitions failed", in fastboot_mmc_flash_write()
379 fastboot_fail("writing MBR partition failed", in fastboot_mmc_flash_write()
399 fastboot_fail("cannot find partition", response); in fastboot_mmc_flash_write()
415 sparse.mssg = fastboot_fail; in fastboot_mmc_flash_write()
447 fastboot_fail("invalid mmc device", response); in fastboot_mmc_erase()
454 fastboot_fail("invalid mmc device", response); in fastboot_mmc_erase()
[all …]
H A Dfb_command.c120 fastboot_fail("unrecognized command", response); in fastboot_handle_command()
161 fastboot_fail("Expected command parameter", response); in download()
167 fastboot_fail("Expected nonzero image size", response); in download()
177 fastboot_fail(cmd_parameter, response); in download()
219 fastboot_fail("Received invalid data length", in fastboot_data_download()
308 fastboot_fail("Cannot set reboot flag", response); in reboot_bootloader()
325 fastboot_fail("partitions not set", response); in oem_format()
330 fastboot_fail("", response); in oem_format()
H A Dfb_nand.c44 fastboot_fail("cannot init mtdparts", response); in fb_nand_lookup()
51 fastboot_fail("cannot find partition", response); in fb_nand_lookup()
58 fastboot_fail("not a NAND device", response); in fb_nand_lookup()
181 fastboot_fail("invalid NAND device", response); in fastboot_nand_flash_write()
201 sparse.mssg = fastboot_fail; in fastboot_nand_flash_write()
223 fastboot_fail("error writing the image", response); in fastboot_nand_flash_write()
245 fastboot_fail("invalid NAND device", response); in fastboot_nand_erase()
256 fastboot_fail("failed erasing from device", response); in fastboot_nand_erase()
H A Dfb_getvar.c102 fastboot_fail("Value not set", response); in getvar_serialno()
117 fastboot_fail("Board not set", response); in getvar_product()
152 fastboot_fail("failed to set partition", response); in getvar_partition_type()
202 fastboot_fail("missing var", response); in fastboot_getvar()
228 fastboot_fail("Variable not implemented", response); in fastboot_getvar()
H A Dfb_common.c60 void fastboot_fail(const char *reason, char *response) in fastboot_fail() function
/openbmc/u-boot/include/
H A Dfastboot.h60 void fastboot_fail(const char *reason, char *response);
/openbmc/u-boot/drivers/usb/gadget/
H A Df_fastboot.c433 fastboot_fail("buffer overflow", response); in rx_handler_command()