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