Searched refs:bootmode (Results 1 – 11 of 11) sorted by relevance
44 u32 bootmode = get_bootmode(); in env_get_location() local49 switch (bootmode & TAMP_BOOT_DEVICE_MASK) { in env_get_location()79 u32 bootmode = get_bootmode(); in env_ext4_get_intf() local81 switch (bootmode & TAMP_BOOT_DEVICE_MASK) { in env_ext4_get_intf()93 u32 bootmode = get_bootmode(); in env_ext4_get_dev_part() local95 return dev_part[(bootmode & TAMP_BOOT_INSTANCE_MASK) - 1]; in env_ext4_get_dev_part()100 u32 bootmode = get_bootmode(); in mmc_get_env_dev() local102 return (bootmode & TAMP_BOOT_INSTANCE_MASK) - 1; in mmc_get_env_dev()
44 u8 bootmode; in versal_get_bootmode() local56 bootmode = reg & BOOT_MODES_MASK; in versal_get_bootmode()58 return bootmode; in versal_get_bootmode()63 u8 bootmode = versal_get_bootmode(); in versal_multi_boot() local67 if (bootmode == JTAG_MODE) in versal_multi_boot()159 u8 bootmode; in boot_targets_setup() local168 bootmode = versal_get_bootmode(); in boot_targets_setup()171 switch (bootmode) { in boot_targets_setup()346 u32 bootmode = versal_get_bootmode(); in env_get_location() local351 switch (bootmode) { in env_get_location()[all …]
170 u8 bootmode; in versal2_get_bootmode() local178 bootmode = reg & BOOT_MODES_MASK; in versal2_get_bootmode()180 return bootmode; in versal2_get_bootmode()185 u8 bootmode; in boot_targets_setup() local194 bootmode = versal2_get_bootmode(); in boot_targets_setup()197 switch (bootmode) { in boot_targets_setup()282 printf("Invalid Boot Mode:0x%x\n", bootmode); in boot_targets_setup()377 u32 bootmode = versal2_get_bootmode(); in env_get_location() local382 switch (bootmode) { in env_get_location()
197 u8 bootmode; in versal_net_get_bootmode() local209 bootmode = reg & BOOT_MODES_MASK; in versal_net_get_bootmode()211 return bootmode; in versal_net_get_bootmode()257 u8 bootmode; in boot_targets_setup() local266 bootmode = versal_net_get_bootmode(); in boot_targets_setup()269 switch (bootmode) { in boot_targets_setup()344 printf("Invalid Boot Mode:0x%x\n", bootmode); in boot_targets_setup()436 u8 bootmode = versal_net_get_bootmode(); in env_get_location() local441 switch (bootmode) { in env_get_location()
1 bootmode=update38 setenv bootmode update ;127 if test ${bootmode} = normal ; then130 elif test ${bootmode} = devel ; then134 if test ${bootmode} != update ; then135 echo Warning: unknown bootmode ${bootmode} ;
302 u8 bootmode; in zynqmp_get_bootmode() local316 bootmode = reg & BOOT_MODES_MASK; in zynqmp_get_bootmode()318 return bootmode; in zynqmp_get_bootmode()402 u8 bootmode; in boot_targets_setup() local411 bootmode = zynqmp_get_bootmode(); in boot_targets_setup()414 switch (bootmode) { in boot_targets_setup()485 printf("Invalid Boot Mode:0x%x\n", bootmode); in boot_targets_setup()606 u32 bootmode = zynqmp_get_bootmode(); in env_get_location() local611 switch (bootmode) { in env_get_location()
143 u32 bootmode = zynq_slcr_get_boot_mode() & ZYNQ_BM_MASK; in env_get_location() local148 switch (bootmode) { in env_get_location()
268 char bootmode = 0; in aristainetos_bootmode_settings() local327 bootmode |= (dm_gpio_get_value(desc) ? 1 : 0) << 0; in aristainetos_bootmode_settings()330 bootmode |= (dm_gpio_get_value(desc) ? 1 : 0) << 1; in aristainetos_bootmode_settings()333 bootmode |= (dm_gpio_get_value(desc) ? 1 : 0) << 2; in aristainetos_bootmode_settings()335 if (bootmode == 7) { in aristainetos_bootmode_settings()
129 u32 bootmode = get_bootmode(); in env_get_location() local134 switch (bootmode & TAMP_BOOT_DEVICE_MASK) { in env_get_location()
744 u32 bootmode = get_bootmode(); in env_get_location() local749 switch (bootmode & TAMP_BOOT_DEVICE_MASK) { in env_get_location()777 u32 bootmode = get_bootmode(); in env_ext4_get_intf() local779 switch (bootmode & TAMP_BOOT_DEVICE_MASK) { in env_ext4_get_intf()
Completed in 24 milliseconds