Home
last modified time | relevance | path

Searched refs:boot_devices (Results 1 – 13 of 13) sorted by relevance

/u-boot/arch/arm/mach-omap2/omap5/
A Dboot.c13 static u32 boot_devices[] = { variable
41 if (sys_boot >= (sizeof(boot_devices) / sizeof(u32))) in omap_sys_boot_device()
44 return boot_devices[sys_boot]; in omap_sys_boot_device()
/u-boot/board/AndesTech/ax25-ae350/
A Dax25-ae350.c108 u32 boot_devices[] = { in board_boot_order() local
117 for (i = 0; i < ARRAY_SIZE(boot_devices); i++) in board_boot_order()
118 spl_boot_list[i] = boot_devices[i]; in board_boot_order()
/u-boot/arch/arm/mach-omap2/omap3/
A Dboot.c13 static u32 boot_devices[] = { variable
53 if (sys_boot >= (sizeof(boot_devices) / sizeof(u32))) in omap_sys_boot_device()
56 return boot_devices[sys_boot]; in omap_sys_boot_device()
/u-boot/arch/arm/mach-omap2/omap4/
A Dboot.c14 static u32 boot_devices[] = { variable
56 if (sys_boot >= (sizeof(boot_devices) / sizeof(u32))) in omap_sys_boot_device()
59 return boot_devices[sys_boot]; in omap_sys_boot_device()
/u-boot/arch/arm/mach-rockchip/
A Dspl.c30 __weak const char * const boot_devices[BROM_LAST_BOOTSOURCE + 1] = { variable
38 if (bootdevice_brom_id < ARRAY_SIZE(boot_devices)) in board_spl_was_booted_from()
39 bootdevice_ofpath = boot_devices[bootdevice_brom_id]; in board_spl_was_booted_from()
/u-boot/arch/arm/include/asm/arch-rockchip/
A Dbootrom.h55 extern const char * const boot_devices[BROM_LAST_BOOTSOURCE + 1];
/u-boot/arch/arm/mach-rockchip/rk322x/
A Drk322x.c11 const char * const boot_devices[BROM_LAST_BOOTSOURCE + 1] = { variable
/u-boot/arch/arm/mach-rockchip/rk3328/
A Drk3328.c23 const char * const boot_devices[BROM_LAST_BOOTSOURCE + 1] = { variable
/u-boot/arch/arm/mach-rockchip/rk3188/
A Drk3188.c22 const char * const boot_devices[BROM_LAST_BOOTSOURCE + 1] = { variable
/u-boot/arch/arm/mach-rockchip/rk3288/
A Drk3288.c30 const char * const boot_devices[BROM_LAST_BOOTSOURCE + 1] = { variable
/u-boot/configs/
A Dtotal_compute_defconfig17 …=9 androidboot.hardware=total_compute video=640x480-32@60 androidboot.boot_devices=1c050000.mmci i…
/u-boot/arch/arm/mach-rockchip/rk3399/
A Drk3399.c29 const char * const boot_devices[BROM_LAST_BOOTSOURCE + 1] = { variable
/u-boot/arch/arm/mach-rockchip/rk3368/
A Drk3368.c60 const char * const boot_devices[BROM_LAST_BOOTSOURCE + 1] = { variable

Completed in 15 milliseconds