summaryrefslogtreecommitdiff
path: root/fastboot/fastboot.cpp
AgeCommit message (Expand)Author
2021-06-09fastboot: support vbmeta_vendor.imgBowgo Tsai
2021-04-12fastboot: Add a few missing fastboot commands from helpLuca Stefani
2021-04-06fastboot: use --force to bypass requirementsAndrew Chant
2021-03-29Merge "fastboot: Don't fail when unable to get boot partition size"David Anderson
2021-03-25fastboot: Refactor bootimg_utils.cpp:mkbootimg()Yi-Yo Chiang
2021-03-24fastboot: Don't fail when unable to get boot partition sizeMichael Bestas
2021-03-24Merge "fastboot driver: add virtual dtor to ImageSource."Treehugger Robot
2021-03-22fastboot driver: Disallow implicit conversion from unique_fd to int.Yifan Hong
2021-03-22fastboot driver: Fix fd ownership.Yifan Hong
2021-03-19fastboot driver: add virtual dtor to ImageSource.Yifan Hong
2021-03-19fastboot driver: Avoid use after std::move()Greg Kaiser
2021-03-17fastboot driver: repack vendor boot ramdiskYifan Hong
2021-03-17fastboot driver: Allow colon in partition name when flashingYifan Hong
2021-03-17fastboot driver: add fetch command in driverYifan Hong
2021-03-17fastboot driver: Fix ownership of fd in fastboot_buffer.Yifan Hong
2021-03-17fastboot driver: fix messageYifan Hong
2021-02-26fastboot: Bring back legacy A/B supportLuK1337
2021-01-15fastboot: Add pvmfwAndrew Scull
2020-11-09fastboot: add casefold/projid/compress optionsJaegeuk Kim
2020-09-16Merge changes from topic "revert-1413808-modules_partition-UXSIXCGPHZ"Yifan Hong
2020-09-15fastboot: switch to ZipEntry64.Elliott Hughes
2020-09-15Revert "fastboot: add modules partition"Yifan Hong
2020-08-25fastboot: add modules partitionYifan Hong
2020-07-15fastboot: Add odm_dlkmYifan Hong
2020-07-09fastboot: Add vendor_dlkmYifan Hong
2020-06-18fastboot: copy AVB footer on boot image to end of partitionSteve Muckle
2020-06-10fastboot: don't print anything in Status() if the input is emptyTom Cherry
2020-06-05Fix `fastboot flash-all` on Nexus 7.Elliott Hughes
2020-05-28fastboot: Allow fastboot to asynchronously differentiate between fastboot and...David Anderson
2020-03-18fastboot: add support for v3 boot header formatSteve Muckle
2019-12-10fastboot: Flashall does proper snapshot cancelYifan Hong
2019-11-10fastbootd: Disallow certain operations during snapshot updates.David Anderson
2019-10-31fastboot: Implement helper commands for Virtual A/B.David Anderson
2019-09-24Allow --disable-verification when top-level vbmeta is in 'boot'Chin-Ting Kuo
2019-09-17fastboot: don't use sparse_file_import_auto() in load_buf_fd()Tom Cherry
2019-08-29fastboot: preserve partition_type if wants_wipe=truecfig
2019-08-21fastboot: add vendor_boot to list of imagesSteve Muckle
2019-07-09Rename product_services to system_extJustin Yun
2019-06-28fastboot: add a wipe-super command.David Anderson
2019-05-20Merge "Get max-download-size from device during fastbootd for flashall/update"Treehugger Robot
2019-05-20Get max-download-size from device during fastbootd for flashall/updateHridya Valsaraju
2019-05-04libziparchive: report errors on over-long names.Elliott Hughes
2019-04-04Merge "Open image files in binary mode"Treehugger Robot
2019-04-03Open image files in binary modeHridya Valsaraju
2019-03-26fastboot: Avoid extra std::string copiesGreg Kaiser
2019-01-29fastboot: Fix "fastboot gsi".David Anderson
2019-01-25Make 'fastboot boot' command support boot header version 2Hridya Valsaraju
2019-01-17fastbootd: Add command to remove GSI installsDavid Anderson
2018-12-08Merge "fastboot: Wait for reboot-fastboot to complete before signaling success."David Anderson
2018-12-07fastboot: Wait for reboot-fastboot to complete before signaling success.David Anderson