- bc6413b drivers: fastboot: zImage flashing is not supported for v3, v4 by Safae Ouajih · 1 year, 9 months ago
- 734cb47 android: boot: replace android_image_check_header by Safae Ouajih · 1 year, 9 months ago
- d71a732 android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0 by Safae Ouajih · 1 year, 9 months ago
- 0d9da97 Correct SPL use of FASTBOOT_MMC_USER_SUPPORT by Simon Glass · 1 year, 9 months ago
- 17ead04 Audit <flash.h> inclusion by Tom Rini · 2 years, 4 months ago
- 7e90f77 fastboot: only look up real partition names when no alias exists by Matthias Schiffer · 2 years, 11 months ago
- 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- 5f9338a fastboot: fix partition name truncation in environment lookup by Matthias Schiffer · 3 years, 4 months ago
- 55a202f Fix flashing of eMMC user area with Fastboot by Oleh Kravchenko · 3 years, 6 months ago
- 389b676 Fix flash and erase of eMMC Boot2 with Fastboot by Oleh Kravchenko · 3 years, 6 months ago
- 69a7529 fastboot: Fix possible buffer overrun by Sean Anderson · 3 years, 8 months ago
- de1728c fastboot: Allow u-boot-style partitions by Sean Anderson · 3 years, 9 months ago
- ae5e6b4 fastboot: Move part_get_info_by_name_or_alias after raw_part_get_info_by_name by Sean Anderson · 3 years, 9 months ago
- f3cf964 fastboot: Remove mmcpart argument from raw_part_get_info_by_name by Sean Anderson · 3 years, 9 months ago
- adb5daf fastboot: reinit partition after storing GPT or MBR by Roman Stratiienko · 3 years, 10 months ago
- 3acbc7b fastboot: mmc: extend flash/erase for both emmc hwpart 1 and 2 by Patrick Delaunay · 3 years, 10 months ago
- 7596696 fastboot: mmc: Add CONFIG_FASTBOOT_MMC_USER_SUPPORT by Patrick Delaunay · 3 years, 10 months ago
- 92f1c89 disk: dos: rename write_mbr_partition to write_mbr_sector by Marek Szyprowski · 3 years, 11 months ago
- a17c0cb fastboot: Support defining raw partitions without a partition table by Filip Brozovic · 4 years, 5 months ago
- f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
- 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 6 months ago
- 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 6 months ago
- b79fdc7 common: Drop flash.h from common header by Simon Glass · 4 years, 6 months ago
- 1fdbad0 fastboot: mt85xx: add command to flash/erase emmc hwpart by mingming lee · 4 years, 10 months ago
- 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
- cacb03e fastboot: Use const qualifier for char *part_name by Sam Protsenko · 5 years ago
- b762aa1 fastboot: Replace literal 32 with PART_NAME_LEN by Alex Kiernan · 6 years ago
- a40297d fastboot: Improve error reporting on 'getvar partition-{size, type}' by Eugeniu Rosca · 6 years ago
- f73a7df net: fastboot: Merge AOSP UDP fastboot by Alex Kiernan · 6 years ago
- d1a119d fastboot: Rename public fb_ functions to fastboot_ by Alex Kiernan · 6 years ago
- 08f6bec fastboot: Remove FIXME for CONFIG_FASTBOOT_...NAME by Alex Kiernan · 6 years ago
- 1ad5fac fastboot: Add missing newlines by Alex Kiernan · 6 years ago
- c4ded03 fastboot: Refactor fastboot_okay/fail to take response by Alex Kiernan · 6 years ago
- 312a10f fastboot: Move fastboot to drivers/fastboot by Alex Kiernan · 6 years ago[Renamed from common/fb_mmc.c]
- 2f83f21 fastboot: sparse: make write_sparse_image useable for non-fastboot by Jassi Brar · 7 years ago
- 32d3154 fastboot: sparse: remove redundant argument to write_sparse_image by Jassi Brar · 7 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
- 6bafa5a fb_mmc.c: Correct blk_dread() return value checks by Tom Rini · 7 years ago
- 2341c80 common/fb_mmc.c: Fix warnings about casts by Tom Rini · 7 years ago
- 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
- efeccfe fastboot: Add support for flashing zImage by Sam Protsenko · 7 years ago
- 88b6329 disk: Return the partition number in part_get_info_by_name() by Alex Deymo · 8 years ago
- bd42a94 disk: convert CONFIG_EFI_PARTITION to Kconfig by Patrick Delaunay · 8 years ago
- b0cf733 disk: convert CONFIG_DOS_PARTITION to Kconfig by Patrick Delaunay · 8 years ago
- 6f6c863 fastboot: move FASTBOOT_FLASH options into Kconfig by Petr Kulhavy · 8 years ago
- b6dd69a fastboot: add support for writing MBR by Petr Kulhavy · 8 years ago
- 87b8530 disk: part: implement generic function part_get_info_by_name() by Petr Kulhavy · 8 years ago
- ec3cde1 common: block: fix compiler error with CONFIG_FASTBOOT_FLASH_MMC_DEV by Xu Ziyuan · 8 years ago
- 2c72404 fastboot: sparse: implement reserve() by Steve Rae · 8 years ago
- 9bc3479 fastboot: sparse: resync common/image-sparse.c (part 2) by Steve Rae · 8 years ago
- cc0f08cd fastboot: sparse: resync common/image-sparse.c (part 1) by Steve Rae · 8 years ago
- 64ece84 fastboot: sparse: remove session-id logic by Steve Rae · 8 years ago
- 2a981dc dm: block: Adjust device calls to go through helpers function by Simon Glass · 9 years ago
- bcce53d dm: block: Rename device number member dev to devnum by Simon Glass · 9 years ago
- 3e8bd46 dm: part: Rename some partition functions by Simon Glass · 9 years ago
- db1d9e7 dm: blk: Rename get_dev() to blk_get_dev() by Simon Glass · 9 years ago
- 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
- 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
- 5e0efc1 mmc: Use lldiv() for 64-bit division in write_raw_image() by Siarhei Siamashka · 9 years ago
- 3d4ef38 sparse: Rename the file and header by Maxime Ripard · 9 years ago
- 6c9e00e fastboot: Implement flashing session counter by Maxime Ripard · 9 years ago
- a5d1e04 sparse: Implement storage abstraction by Maxime Ripard · 9 years ago
- 3c8f98f fastboot: Move fastboot response functions to fastboot core by Maxime Ripard · 9 years ago
- 8a41802 fastboot: check for alias when looking up partition by name by Michael Scott · 10 years ago
- e874207 fastboot: Correct fastboot_fail and fastboot_okay strings by Dileep Katta · 10 years ago
- 8979238 usb: gadget: fastboot: Add fastboot erase by Dileep Katta · 10 years ago
- 0ff7e58 fastboot: handle flash write to GPT partitions by Steve Rae · 10 years ago
- e5bf987 usb/gadget: fastboot: implement sparse format by Steve Rae · 10 years ago
- c0aebb3 usb/gadget: fastboot: add eMMC support for flash command by Steve Rae · 10 years ago