Home
last modified time | relevance | path

Searched refs:response (Results 1 – 2 of 2) sorted by relevance

/bootable/bootloader/legacy/usbloader/
Dusbloader.c372 char response[64]; in usb_rx_cmd_complete() local
373 strcpy(response,"OKAY"); in usb_rx_cmd_complete()
376 strcpy(response + 4, VERSION); in usb_rx_cmd_complete()
378 strcpy(response + 4, PRODUCTNAME); in usb_rx_cmd_complete()
380 strcpy(response + 4, serialno); in usb_rx_cmd_complete()
382 board_getvar(cmdbuf + 7, response + 4); in usb_rx_cmd_complete()
384 tx_status(response); in usb_rx_cmd_complete()
/bootable/bootloader/legacy/
Dfastboot_protocol.txt27 2. Client response with a single packet no greater than 64 bytes.
28 The first four bytes of the response are "OKAY", "FAIL", "DATA",
37 of the response (if present) provide a textual failure message
43 A DATA response packet will be 12 bytes long, in the form of
51 in the "DATA" response above.
54 The first four bytes of the response are "OKAY", "FAIL", or "INFO".
111 OKAY response.