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

/u-boot/arch/mips/include/asm/
H A Dspl.h23 BOOT_DEVICE_DFU, enumerator in enum:__anon428
/u-boot/arch/riscv/include/asm/
H A Dspl.h26 BOOT_DEVICE_DFU, enumerator in enum:__anon5
/u-boot/arch/arm/include/asm/
H A Dspl.h29 BOOT_DEVICE_DFU, enumerator in enum:__anon1
/u-boot/arch/arm/include/asm/arch-omap5/
H A Dspl.h22 #define BOOT_DEVICE_DFU 0x45 macro
/u-boot/arch/arm/mach-k3/am62x/
H A Dboot.c38 return BOOT_DEVICE_DFU;
75 case BOOT_DEVICE_DFU:
79 return BOOT_DEVICE_DFU;
/u-boot/arch/arm/mach-k3/include/mach/
H A Dam6_spl.h17 #define BOOT_DEVICE_DFU 0x08 macro
H A Dam62_spl.h24 #define BOOT_DEVICE_DFU 0x0A macro
H A Dam62a_spl.h24 #define BOOT_DEVICE_DFU 0x0A macro
H A Dj721s2_spl.h23 #define BOOT_DEVICE_DFU 0x12 macro
H A Dam64_spl.h24 #define BOOT_DEVICE_DFU 0x0A macro
H A Dam62p_spl.h24 #define BOOT_DEVICE_DFU 0x0A macro
H A Dj721e_spl.h23 #define BOOT_DEVICE_DFU 0x12 macro
H A Dj784s4_spl.h24 #define BOOT_DEVICE_DFU 0x12 macro
/u-boot/common/spl/
H A Dspl_ram.c64 if (bootdev->boot_device == BOOT_DEVICE_DFU)
105 SPL_LOAD_IMAGE_METHOD("DFU", 0, BOOT_DEVICE_DFU, spl_ram_load_image);
/u-boot/arch/arm/mach-k3/
H A Dam62p5_init.c215 return BOOT_DEVICE_DFU;
255 case BOOT_DEVICE_DFU:
259 return BOOT_DEVICE_DFU;
H A Dam62a7_init.c205 return BOOT_DEVICE_DFU;
245 case BOOT_DEVICE_DFU:
249 return BOOT_DEVICE_DFU;
H A Dam642_init.c304 return BOOT_DEVICE_DFU;
360 case BOOT_DEVICE_DFU:
364 return BOOT_DEVICE_DFU;
H A Dam654_init.c131 case BOOT_DEVICE_DFU:
335 } else if (bootmode == BOOT_DEVICE_DFU) {
H A Dj784s4_init.c237 return BOOT_DEVICE_DFU;
H A Dj721s2_init.c319 return BOOT_DEVICE_DFU;
H A Dj721e_init.c318 return BOOT_DEVICE_DFU;
/u-boot/arch/arm/mach-zynqmp/
H A Dspl.c118 return BOOT_DEVICE_DFU;
/u-boot/arch/arm/mach-omap2/
H A Dboot-common.c104 #if defined(BOOT_DEVICE_DFU) && !defined(CONFIG_SPL_DFU)
105 case BOOT_DEVICE_DFU:
/u-boot/arch/arm/mach-stm32mp/stm32mp1/
H A Dspl.c46 return BOOT_DEVICE_DFU;
/u-boot/arch/arm/mach-k3/r5/
H A Dsysfw-loader.c461 case BOOT_DEVICE_DFU:

Completed in 133 milliseconds