Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H 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()
/openbmc/u-boot/arch/arm/mach-omap2/omap3/
H 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()
/openbmc/u-boot/arch/arm/mach-omap2/omap4/
H 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()
/openbmc/u-boot/arch/arm/mach-rockchip/
H A Drk3399-board-spl.c28 static const char * const boot_devices[BROM_LAST_BOOTSOURCE + 1] = { variable
39 if (bootdevice_brom_id < ARRAY_SIZE(boot_devices)) in board_spl_was_booted_from()
40 bootdevice_ofpath = boot_devices[bootdevice_brom_id]; in board_spl_was_booted_from()
/openbmc/qemu/hw/sparc64/
H A Dsun4u.c125 const char *boot_devices, in sun4u_NVRAM_set_params() argument
/openbmc/qemu/hw/sparc/
H A Dsun4m.c146 const char *cmdline, const char *boot_devices, in nvram_init() argument