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

12

/u-boot/arch/powerpc/include/asm/
H A Dspl.h9 #define BOOT_DEVICE_NOR 1 macro
/u-boot/arch/arm/include/asm/arch-orion5x/
H A Dspl.h9 #define BOOT_DEVICE_NOR 1 macro
/u-boot/arch/microblaze/include/asm/
H A Dspl.h12 #define BOOT_DEVICE_NOR 2 macro
/u-boot/arch/sandbox/include/asm/
H A Dspl.h16 BOOT_DEVICE_NOR, enumerator in enum:__anon31
/u-boot/arch/mips/include/asm/
H A Dspl.h16 BOOT_DEVICE_NOR, enumerator in enum:__anon428
/u-boot/arch/riscv/include/asm/
H A Dspl.h18 BOOT_DEVICE_NOR, enumerator in enum:__anon5
/u-boot/arch/arm/include/asm/
H A Dspl.h22 BOOT_DEVICE_NOR, enumerator in enum:__anon1
/u-boot/arch/mips/mach-mtmips/
H A Dspl.c33 spl_boot_list[0] = BOOT_DEVICE_NOR;
/u-boot/arch/arm/mach-mediatek/
H A Dspl.c41 return BOOT_DEVICE_NOR;
/u-boot/arch/arm/mach-uniphier/boot-device/
H A Dboot-device-pxs2.c59 return BOOT_DEVICE_NOR;
H A Dboot-device-ld4.c46 {BOOT_DEVICE_NOR, "NOR (XECS0)"},
H A Dboot-device-ld11.c45 {BOOT_DEVICE_NOR, "NOR (XECS1)"},
/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dspl.h28 #define BOOT_DEVICE_NOR 0x01 macro
/u-boot/arch/arm/mach-k3/include/mach/
H A Dj721s2_spl.h18 #define BOOT_DEVICE_NOR BOOT_DEVICE_HYPERFLASH macro
H A Dj721e_spl.h18 #define BOOT_DEVICE_NOR BOOT_DEVICE_HYPERFLASH macro
H A Dj784s4_spl.h19 #define BOOT_DEVICE_NOR BOOT_DEVICE_HYPERFLASH macro
/u-boot/board/phytec/phycore_imx8mm/
H A Dspl.c33 return BOOT_DEVICE_NOR;
/u-boot/arch/arm/mach-zynq/
H A Dspl.c60 mode = BOOT_DEVICE_NOR;
/u-boot/board/freescale/imxrt1050-evk/
H A Dimxrt1050-evk.c76 return BOOT_DEVICE_NOR;
/u-boot/arch/microblaze/cpu/
H A Dspl.c18 spl_boot_list[0] = BOOT_DEVICE_NOR;
/u-boot/test/image/
H A Dspl_load_nor.c31 SPL_LOAD_IMAGE_GET(0, BOOT_DEVICE_NOR,
/u-boot/arch/arm/mach-uniphier/
H A Dboard_late_init.c101 case BOOT_DEVICE_NOR:
/u-boot/arch/mips/mach-mtmips/mt7621/spl/
H A Dspl.c60 spl_boot_list[0] = BOOT_DEVICE_NOR;
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dspl.c39 return BOOT_DEVICE_NOR;
/u-boot/common/spl/
H A Dspl_nor.c100 SPL_LOAD_IMAGE_METHOD("NOR", 0, BOOT_DEVICE_NOR, spl_nor_load_image);

Completed in 119 milliseconds

12