Home
last modified time | relevance | path

Searched refs:button (Results 1 – 18 of 18) sorted by relevance

/board/siemens/common/
A Dboard_am335x.c102 int button = 0; in get_button_state() local
119 button = 1; in get_button_state()
121 button = 0; in get_button_state()
125 return button; in get_button_state()
136 int button = 0; in do_userbutton() local
137 button = get_button_state("button_dfu0", BOARD_DFU_BUTTON_GPIO); in do_userbutton()
138 button |= get_button_state("button_dfu1", BOARD_DFU_BUTTON_GPIO); in do_userbutton()
139 return button; in do_userbutton()
/board/siemens/capricorn/
A Dboard.c433 int button = 0; in get_button_state() local
451 button = 1; in get_button_state()
453 button = 0; in get_button_state()
457 return button; in get_button_state()
469 int button = 0; in do_userbutton() local
471 button = get_button_state("button_usr1", BOARD_DEFAULT_BUTTON_GPIO); in do_userbutton()
474 printf("Button state: %u\n", button); in do_userbutton()
476 return button; in do_userbutton()
/board/qualcomm/
A Dqcom-phone.env3 stdin=serial,button-kbd
15 serial_gadget=setenv stdin serial,button-kbd,usbacm; \
26 # When entering the menu (either from button press or failed boot)
44 # Allow holding the volume down button while U-Boot loads to enter
A Ddefault.env1 stdin=serial,button-kbd
/board/st/stm32mp2/
A Dstm32mp2.c98 struct udevice *button; in check_user_button() local
104 if (button_get_by_label("User-2", &button)) in check_user_button()
108 if (button_get_state(button) != BUTTON_ON) in check_user_button()
/board/siemens/iot2050/
A DKconfig21 bool "Disable eMMC boot via USER button (Advanced version only)"
/board/LaCie/netspace_v2/
A Dnetspace_v2.c120 U_BOOT_CMD(button, 1, 1, do_read_button,
/board/buffalo/lsxl/
A DREADME38 The resuce mode is selected by holding the push button for at least one
42 Pressing the same button for at least 10 seconds on power-up will erase the
47 - red, until you release the button
70 push-button to enter resuce mode again.
121 Automatically activated if the push button is pressed for at least one
/board/LaCie/net2big_v2/
A Dnet2big_v2.c256 U_BOOT_CMD(button, 1, 1, do_read_push_button,
/board/seeed/npi_imx6ull/
A DREADME61 - Reset the board using reset button and U-Boot should boot from NAND.
/board/imgtec/xilfpga/
A DREADME39 When the example project bitstream is loaded, the cpu_reset button
/board/CZ.NIC/turris_mox/
A Dturris_mox.c484 struct udevice *button, *led; in read_reset_button() local
490 &button)) { in read_reset_button()
506 if (button_get_state(button) != BUTTON_ON) in read_reset_button()
/board/synopsys/hsdk/
A DREADME120 3. Insert prepared micro SD-card in the HSDK board, press reset button
128 4. Press RESET button and enjoy updated U-Boot version.
/board/lego/ev3/
A DREADME45 The program is started by holding down the right button on the EV3 when powering
/board/ea/ea-lpc3250devkitv2/
A DREADME.rst43 - 5 push-button keys (four via I2C and one on ISP-ENABLE)
47 - Reset push-button and LED
/board/logicpd/imx6/
A DREADME78 To interrupt the boot sequence and force U-Boot to load, hold the 'c' button
/board/xilinx/zynqmp/
A Dzynqmp_kria.env70 tpm_reset=echo "!!! For TPM reset a full power cycle or pressing the POR_B button is required !!!";
/board/qualcomm/dragonboard820c/
A Dreadme.txt49 - reboot the board with vol- button pressed

Completed in 33 milliseconds