summaryrefslogtreecommitdiffstats
path: root/doc/android/fastboot.txt
Commit message (Collapse)AuthorAgeFilesLines
* doc: android: Convert to Sphinx formatSam Protsenko2020-02-041-214/+0
| | | | | | | | | | | | | | Convert Android documentation from regular txt format to Sphinx (RST). Also add Android index.rst file and reference it in root index.rst, so that Android documentation is visible. Test: $ make htmldocs $ xdg-open doc/output/index.html Signed-off-by: Sam Protsenko <joe.skb7@gmail.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
* fastboot: Remove "bootloader-version" variableSam Protsenko2019-08-081-3/+3
| | | | | | | | | | | | As per [1], there is no such fastboot variable as "bootloader-version". Only "version-bootloader" is supported. Let's reflect this and not confuse users further. [1] https://android.googlesource.com/platform/system/core/+/refs/tags/android-q-preview-4/fastboot/README.md Fixes: 3aab70afc531d1 ("usb/gadget: add the fastboot gadget") Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> Reviewed-by: Eugeniu Rosca <erosca@de.adit-jv.com>
* doc: Move fastboot protocol doc to android dirSam Protsenko2019-07-181-2/+2
| | | | Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
* doc: relocate/rename Android README and add BCB overviewEugeniu Rosca2019-07-111-0/+214
Rename: - doc/{README.avb2 => android/avb2.txt} - doc/{README.android-fastboot => android/fastboot.txt} Add a new file documenting the 'bcb' command: - doc/android/bcb.txt The new directory structure has been reviewed by Simon in https://patchwork.ozlabs.org/patch/1101107/#2176031 . Signed-off-by: Eugeniu Rosca <erosca@de.adit-jv.com> Reviewed-by: Simon Glass <sjg@chromium.org>