Home
last modified time | relevance | path

Searched refs:FASTBOOT (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/drivers/fastboot/
H A DKconfig3 config FASTBOOT config
12 select FASTBOOT
19 select FASTBOOT
24 if FASTBOOT
27 hex "Define FASTBOOT buffer address"
45 hex "Define FASTBOOT buffer size"
66 bool "Enable FASTBOOT FLASH command"
76 prompt "Flash provider for FASTBOOT"
80 bool "FASTBOOT on MMC"
84 bool "FASTBOOT on NAND"
[all …]
/openbmc/u-boot/arch/arm/mach-rockchip/
H A Drk3128-board.c114 #if CONFIG_IS_ENABLED(FASTBOOT)
H A Drk322x-board.c142 #if CONFIG_IS_ENABLED(FASTBOOT)
/openbmc/u-boot/cmd/
H A Dfastboot.c22 int err = net_loop(FASTBOOT); in do_fastboot_udp()
H A DKconfig688 depends on FASTBOOT
/openbmc/u-boot/board/Barix/ipam390/
H A Dipam390-ais-uart.cfg153 ;[FASTBOOT]
/openbmc/u-boot/net/
H A Dnet.c477 case FASTBOOT: in net_loop()
1397 case FASTBOOT: in net_check_prereq()
/openbmc/u-boot/include/
H A Dnet.h532 TFTPSRV, TFTPPUT, LINKLOCAL, FASTBOOT, WOL, NCSI enumerator
/openbmc/u-boot/board/ti/am57xx/
H A Dboard.c1099 #if CONFIG_IS_ENABLED(FASTBOOT) && !CONFIG_IS_ENABLED(ENV_IS_NOWHERE)
/openbmc/u-boot/board/ti/dra7xx/
H A Devm.c1095 #if CONFIG_IS_ENABLED(FASTBOOT) && !CONFIG_IS_ENABLED(ENV_IS_NOWHERE)
/openbmc/u-boot/
H A DKconfig248 default y if FASTBOOT
/openbmc/linux/fs/f2fs/
H A Dsuper.c814 set_opt(sbi, FASTBOOT); in parse_options()
2017 if (test_opt(sbi, FASTBOOT)) in f2fs_show_options()
H A Df2fs.h2231 if (test_opt(sbi, FASTBOOT)) in __get_cp_reason()
H A Dfile.c207 else if (test_opt(sbi, FASTBOOT)) in need_do_checkpoint()
/openbmc/u-boot/common/
H A DKconfig802 depends on LIBAVB && FASTBOOT