| Commit message (Expand) | Author | Age | Files | Lines |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | command: Remove the cmd_tbl_t typedef | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | env: Move env_get() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+1 |
* | usb: fastboot: Convert USB f_fastboot to shared fastboot | Alex Kiernan | 2018-05-30 | 1 | -281/+37 |
* | fastboot: Rename public fb_ functions to fastboot_ | Alex Kiernan | 2018-05-30 | 1 | -6/+6 |
* | fastboot: Extract common definitions from USB fastboot | Alex Kiernan | 2018-05-30 | 1 | -2/+0 |
* | fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flag | Alex Kiernan | 2018-05-30 | 1 | -6/+1 |
* | fastboot: Correct dependencies in FASTBOOT_FLASH | Alex Kiernan | 2018-05-30 | 1 | -7/+7 |
* | fastboot: Extract fastboot_okay/fail to fb_common.c | Alex Kiernan | 2018-05-30 | 1 | -13/+0 |
* | fastboot: Refactor fastboot_okay/fail to take response | Alex Kiernan | 2018-05-30 | 1 | -22/+13 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | treewide: replace with error() with pr_err() | Masahiro Yamada | 2017-10-04 | 1 | -5/+5 |
* | fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as long | Tom Rini | 2017-08-22 | 1 | -1/+1 |
* | fastboot: avoid printing invalid data | John Keeping | 2017-08-21 | 1 | -1/+1 |
* | Fix fastboot boot address | Peter Chubb | 2017-08-21 | 1 | -1/+1 |
* | env: Rename getenv/_f() to env_get() | Simon Glass | 2017-08-16 | 1 | -3/+3 |
* | usb: gadget: avoid variable name clipping in cb_getvar | nicolas.le.bayon@st.com | 2017-05-11 | 1 | -2/+10 |
* | fastboot: sparse: resync common/image-sparse.c (part 2) | Steve Rae | 2016-06-27 | 1 | -12/+19 |
* | fastboot: sparse: remove session-id logic | Steve Rae | 2016-06-27 | 1 | -14/+2 |
* | fastboot: Clean up bulk-out logic | Roger Quadros | 2016-04-25 | 1 | -27/+23 |
* | fastboot: Enable the respective speed endpoints at runtime | Roger Quadros | 2016-04-25 | 1 | -7/+17 |
* | fastboot: Fix wMaxPacketSize for High-Speed IN endpoint | Roger Quadros | 2016-04-25 | 1 | -9/+27 |
* | fastboot: allow retrieving fastboot variables from env | Rob Herring | 2016-04-01 | 1 | -2/+10 |
* | fastboot: update error and warning messages | Steve Rae | 2016-02-24 | 1 | -5/+5 |
* | Fix GCC format-security errors and convert sprintfs. | Ben Whitten | 2016-01-14 | 1 | -3/+3 |
* | fastboot: Implement NAND backend | Maxime Ripard | 2015-11-12 | 1 | -0/+11 |
* | fastboot: Implement flashing session counter | Maxime Ripard | 2015-11-12 | 1 | -1/+13 |
* | fastboot: Move fastboot response functions to fastboot core | Maxime Ripard | 2015-11-12 | 1 | -8/+19 |
* | fastboot: Implement OEM format only when we have MMC support | Maxime Ripard | 2015-10-20 | 1 | -1/+1 |
* | usb: CONFIG_USB_FASTBOOT prefix replacement for consistency | Paul Kocialkowski | 2015-07-22 | 1 | -4/+4 |
* | usb: gadget: fastboot: Dequeue the previous IN request for the current request | Paul Kocialkowski | 2015-07-22 | 1 | -0/+3 |
* | usb: gadget: fastboot: Request status and length check in rx handler | Paul Kocialkowski | 2015-07-22 | 1 | -5/+6 |
* | fastboot: add support for reboot-bootloader command | Alexey Firago | 2015-04-14 | 1 | -0/+13 |
* | usb: gadget: fastboot: Set the Serial Number for Fastboot Gadget | Dileep Katta | 2015-02-25 | 1 | -0/+5 |
* | fastboot: OUT transaction length must be aligned to wMaxPacketSize | Dileep Katta | 2015-02-25 | 1 | -5/+22 |
* | usb: gadget: fastboot: Add fastboot erase | Dileep Katta | 2015-02-25 | 1 | -0/+25 |
* | fastboot: add support for "oem format" command | Rob Herring | 2015-02-25 | 1 | -0/+11 |
* | fastboot: add "fastboot oem" command support | Michael Scott | 2015-02-25 | 1 | -0/+15 |
* | fastboot: add support for continue command | Rob Herring | 2014-12-18 | 1 | -0/+14 |
* | usb: gadget: fastboot: terminate commands with NULL | Eric Nelson | 2014-10-06 | 1 | -1/+8 |
* | usb: gadget: fastboot: explicitly set radix of maximum download size | Eric Nelson | 2014-10-06 | 1 | -1/+1 |
* | usb: gadget: fastboot: add max-download-size variable | Eric Nelson | 2014-10-06 | 1 | -1/+2 |
* | usb: gadget: fastboot: improve download progress bar | Bo Shen | 2014-10-06 | 1 | -5/+9 |
* | usb/gadget: fastboot: minor cleanup | Steve Rae | 2014-09-24 | 1 | -5/+10 |
* | usb/gadget: fastboot: add support for flash command | Steve Rae | 2014-09-24 | 1 | -0/+31 |
* | usb: fastboot: fix potential buffer overflow | Jeroen Hofstee | 2014-06-25 | 1 | -4/+7 |
* | usb/gadget: add the fastboot gadget | Sebastian Siewior | 2014-05-08 | 1 | -0/+513 |