| 374a9995 | 07-Nov-2017 |
Cody Xie <cody.xie@rock-chips.com> |
fastboot: usb: Add fastboot cmds to pass bootloadertest.
TEST: python system/extra/tests/bootloader/bootloader.py --device-type iot
TODO: "fastboot getvar all" is still NOT implemnted. Functions sh
fastboot: usb: Add fastboot cmds to pass bootloadertest.
TEST: python system/extra/tests/bootloader/bootloader.py --device-type iot
TODO: "fastboot getvar all" is still NOT implemnted. Functions should be implemented with actual state.
Change-Id: Ic757694622a5038a9766cedfde26c22935446347 Signed-off-by: Cody Xie <cody.xie@rock-chips.com>
show more ...
|
| 8ddd5824 | 16-Nov-2017 |
Frank Wang <frank.wang@rock-chips.com> |
usb: gadget: add bos descriptor response for rockusb command
Rockchip upgrade tool use bcdUSB (0x0201) field distinguishing maskrom or loader device at present. Unfortunately, it conflict with Windo
usb: gadget: add bos descriptor response for rockusb command
Rockchip upgrade tool use bcdUSB (0x0201) field distinguishing maskrom or loader device at present. Unfortunately, it conflict with Windows 8 and beyond which request BOS descriptor in this case that bcdUSB is set to 0x0201. This patch adds the HACK codes to fix it.
Change-Id: I6a186139f79ba27f5d9e099493e9e742a29bbe40 Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
show more ...
|
| ef52a073 | 03-Nov-2017 |
Jason Zhu <jason.zhu@rock-chips.com> |
fastboot: add missing brace in cb_flash()
In the function cb_flash, we call avb_read_flash_lock_state in the conditional judgement, but we do not add brackets after the return.This cause the fastboo
fastboot: add missing brace in cb_flash()
In the function cb_flash, we call avb_read_flash_lock_state in the conditional judgement, but we do not add brackets after the return.This cause the fastboot can not work well.
Change-Id: Ib9bbd367d25bdc3e93e6db4444896caa114382a7 Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
show more ...
|
| 7bc1707d | 12-Oct-2017 |
Jason Zhu <jason.zhu@rock-chips.com> |
fastboot: support fastboot flashing lock/unlock
The new fastboot cmd add the lock/unlock state. If the device is lock, fastboot can not flash the device. The fastboot flash just can flash the device
fastboot: support fastboot flashing lock/unlock
The new fastboot cmd add the lock/unlock state. If the device is lock, fastboot can not flash the device. The fastboot flash just can flash the device if the device is unlock.
Change-Id: Ic1fb3a3c32c47f4c80e0e26c1b675b2d6a88c3f6 Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
show more ...
|
| f16e43f8 | 25-Oct-2017 |
Frank Wang <frank.wang@rock-chips.com> |
usb: gadget: add a new rockusb gadget driver
This patch add a new rockusb gadget driver function.
For the design, simply embeding rockusb code into USB Mass Storage function as using UMS framework
usb: gadget: add a new rockusb gadget driver
This patch add a new rockusb gadget driver function.
For the design, simply embeding rockusb code into USB Mass Storage function as using UMS framework can prominently improve upgrade speed and devices stability.
This change does not affect the original USB Mass Storage function, the rockusb process are just checked by IS_RKUSB_UMS_DNL macro which only run when CONFIG_CMD_ROCKUSB was defined and rkusb_ums_dnl composite driver was registed.
Change-Id: I9c2723200c7e02d947587037abcd7d3badf4256c Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
show more ...
|