Home
last modified time | relevance | path

Searched refs:bootmode (Results 1 – 11 of 11) sorted by relevance

/board/engicam/stm32mp1/
A Dstm32mp1.c44 u32 bootmode = get_bootmode(); in env_get_location() local
49 switch (bootmode & TAMP_BOOT_DEVICE_MASK) { in env_get_location()
79 u32 bootmode = get_bootmode(); in env_ext4_get_intf() local
81 switch (bootmode & TAMP_BOOT_DEVICE_MASK) { in env_ext4_get_intf()
93 u32 bootmode = get_bootmode(); in env_ext4_get_dev_part() local
95 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() local
102 return (bootmode & TAMP_BOOT_INSTANCE_MASK) - 1; in mmc_get_env_dev()
/board/xilinx/versal/
A Dboard.c44 u8 bootmode; in versal_get_bootmode() local
56 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() local
67 if (bootmode == JTAG_MODE) in versal_multi_boot()
159 u8 bootmode; in boot_targets_setup() local
168 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() local
351 switch (bootmode) { in env_get_location()
[all …]
/board/amd/versal2/
A Dboard.c170 u8 bootmode; in versal2_get_bootmode() local
178 bootmode = reg & BOOT_MODES_MASK; in versal2_get_bootmode()
180 return bootmode; in versal2_get_bootmode()
185 u8 bootmode; in boot_targets_setup() local
194 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() local
382 switch (bootmode) { in env_get_location()
/board/xilinx/versal-net/
A Dboard.c197 u8 bootmode; in versal_net_get_bootmode() local
209 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() local
266 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() local
441 switch (bootmode) { in env_get_location()
/board/liebherr/btt/
A Dbtt.env1 bootmode=update
38 setenv bootmode update ;
127 if test ${bootmode} = normal ; then
130 elif test ${bootmode} = devel ; then
134 if test ${bootmode} != update ; then
135 echo Warning: unknown bootmode ${bootmode} ;
/board/liebherr/xea/
A Dxea.env1 bootmode=update
38 setenv bootmode update ;
127 if test ${bootmode} = normal ; then
130 elif test ${bootmode} = devel ; then
134 if test ${bootmode} != update ; then
135 echo Warning: unknown bootmode ${bootmode} ;
/board/xilinx/zynqmp/
A Dzynqmp.c302 u8 bootmode; in zynqmp_get_bootmode() local
316 bootmode = reg & BOOT_MODES_MASK; in zynqmp_get_bootmode()
318 return bootmode; in zynqmp_get_bootmode()
402 u8 bootmode; in boot_targets_setup() local
411 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() local
611 switch (bootmode) { in env_get_location()
/board/xilinx/zynq/
A Dboard.c143 u32 bootmode = zynq_slcr_get_boot_mode() & ZYNQ_BM_MASK; in env_get_location() local
148 switch (bootmode) { in env_get_location()
/board/aristainetos/
A Daristainetos.c268 char bootmode = 0; in aristainetos_bootmode_settings() local
327 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()
/board/st/stm32mp2/
A Dstm32mp2.c129 u32 bootmode = get_bootmode(); in env_get_location() local
134 switch (bootmode & TAMP_BOOT_DEVICE_MASK) { in env_get_location()
/board/st/stm32mp1/
A Dstm32mp1.c744 u32 bootmode = get_bootmode(); in env_get_location() local
749 switch (bootmode & TAMP_BOOT_DEVICE_MASK) { in env_get_location()
777 u32 bootmode = get_bootmode(); in env_ext4_get_intf() local
779 switch (bootmode & TAMP_BOOT_DEVICE_MASK) { in env_ext4_get_intf()

Completed in 24 milliseconds