1. ff6c0e3 Fix flashing of eMMC user area with Fastboot by Oleh Kravchenko · 3 years, 6 months ago
  2. 8c73f85 Fix flash and erase of eMMC Boot2 with Fastboot by Oleh Kravchenko · 3 years, 7 months ago
  3. cb29fe8 fastboot: Fix possible buffer overrun by Sean Anderson · 3 years, 9 months ago
  4. c4f2d64 fastboot: Allow u-boot-style partitions by Sean Anderson · 3 years, 10 months ago
  5. c83e384 fastboot: Move part_get_info_by_name_or_alias after raw_part_get_info_by_name by Sean Anderson · 3 years, 10 months ago
  6. 7ea25da fastboot: Remove mmcpart argument from raw_part_get_info_by_name by Sean Anderson · 3 years, 10 months ago
  7. 330bf50 fastboot: reinit partition after storing GPT or MBR by Roman Stratiienko · 3 years, 10 months ago
  8. 2579b0e fastboot: mmc: extend flash/erase for both emmc hwpart 1 and 2 by Patrick Delaunay · 3 years, 10 months ago
  9. 8b0a29a fastboot: mmc: Add CONFIG_FASTBOOT_MMC_USER_SUPPORT by Patrick Delaunay · 3 years, 10 months ago
  10. 29ee06b disk: dos: rename write_mbr_partition to write_mbr_sector by Marek Szyprowski · 4 years ago
  11. 859e6a8 fastboot: Support defining raw partitions without a partition table by Filip Brozovic · 4 years, 5 months ago
  12. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  13. 2dc9c34 common: Drop image.h from common header by Simon Glass · 4 years, 7 months ago
  14. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · 4 years, 7 months ago
  15. 8e20188 common: Drop flash.h from common header by Simon Glass · 4 years, 7 months ago
  16. 6a10556 fastboot: mt85xx: add command to flash/erase emmc hwpart by developer · 4 years, 11 months ago
  17. 0af6e2d env: Move env_get() to env.h by Simon Glass · 5 years ago
  18. 0fb37ee fastboot: Use const qualifier for char *part_name by Sam Protsenko · 5 years ago
  19. 50f1223 fastboot: Replace literal 32 with PART_NAME_LEN by Alex Kiernan · 6 years ago
  20. 8eba90b fastboot: Improve error reporting on 'getvar partition-{size, type}' by Eugeniu Rosca · 6 years ago
  21. d5aa57c net: fastboot: Merge AOSP UDP fastboot by Alex Kiernan · 7 years ago
  22. 32c2194 fastboot: Rename public fb_ functions to fastboot_ by Alex Kiernan · 7 years ago
  23. 2281b06 fastboot: Remove FIXME for CONFIG_FASTBOOT_...NAME by Alex Kiernan · 7 years ago
  24. 82fe3f2 fastboot: Add missing newlines by Alex Kiernan · 7 years ago
  25. 27b69de fastboot: Refactor fastboot_okay/fail to take response by Alex Kiernan · 7 years ago
  26. 65de955 fastboot: Move fastboot to drivers/fastboot by Alex Kiernan · 7 years ago[Renamed from common/fb_mmc.c]
  27. 427e669 fastboot: sparse: make write_sparse_image useable for non-fastboot by Jassi Brar · 7 years ago
  28. 040703e fastboot: sparse: remove redundant argument to write_sparse_image by Jassi Brar · 7 years ago
  29. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  30. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  31. bda6f77 fb_mmc.c: Correct blk_dread() return value checks by Tom Rini · 7 years ago
  32. 0ac605c common/fb_mmc.c: Fix warnings about casts by Tom Rini · 7 years ago
  33. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  34. 540eb95 fastboot: Add support for flashing zImage by Sam Protsenko · 8 years ago
  35. e2f689f disk: Return the partition number in part_get_info_by_name() by Alex Deymo · 8 years ago
  36. 8a4f2bd disk: convert CONFIG_EFI_PARTITION to Kconfig by Patrick Delaunay · 8 years ago
  37. f7e0772 disk: convert CONFIG_DOS_PARTITION to Kconfig by Patrick Delaunay · 8 years ago
  38. 4ed1eca fastboot: move FASTBOOT_FLASH options into Kconfig by Petr Kulhavy · 8 years ago
  39. 9f174c9 fastboot: add support for writing MBR by Petr Kulhavy · 8 years ago
  40. 712257e disk: part: implement generic function part_get_info_by_name() by Petr Kulhavy · 8 years ago
  41. ec124ce common: block: fix compiler error with CONFIG_FASTBOOT_FLASH_MMC_DEV by Xu Ziyuan · 8 years ago
  42. 8a99be8 fastboot: sparse: implement reserve() by Steve Rae · 8 years ago
  43. 76336b2 fastboot: sparse: resync common/image-sparse.c (part 2) by Steve Rae · 8 years ago
  44. 8cf58db fastboot: sparse: resync common/image-sparse.c (part 1) by Steve Rae · 8 years ago
  45. f1f112f fastboot: sparse: remove session-id logic by Steve Rae · 8 years ago
  46. 2ee8ada dm: block: Adjust device calls to go through helpers function by Simon Glass · 9 years ago
  47. 2f26fff dm: block: Rename device number member dev to devnum by Simon Glass · 9 years ago
  48. b89a844 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  49. be1e9bb dm: blk: Rename get_dev() to blk_get_dev() by Simon Glass · 9 years ago
  50. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  51. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  52. 58f30d8 mmc: Use lldiv() for 64-bit division in write_raw_image() by Siarhei Siamashka · 9 years ago
  53. 6af49bc sparse: Rename the file and header by Maxime Ripard · 9 years ago
  54. aa3eba2 fastboot: Implement flashing session counter by Maxime Ripard · 9 years ago
  55. a58e9c7 sparse: Implement storage abstraction by Maxime Ripard · 9 years ago
  56. 00e8eb7 fastboot: Move fastboot response functions to fastboot core by Maxime Ripard · 9 years ago
  57. ced3349 fastboot: check for alias when looking up partition by name by Michael Scott · 10 years ago
  58. 976a7ce fastboot: Correct fastboot_fail and fastboot_okay strings by Dileep Katta · 10 years ago
  59. b122820 usb: gadget: fastboot: Add fastboot erase by Dileep Katta · 10 years ago
  60. 7d05934 fastboot: handle flash write to GPT partitions by Steve Rae · 10 years ago
  61. c601567 usb/gadget: fastboot: implement sparse format by Steve Rae · 10 years ago
  62. 792ac48 usb/gadget: fastboot: add eMMC support for flash command by Steve Rae · 10 years ago