summaryrefslogtreecommitdiff
path: root/common/fb_mmc.c
Commit message (Expand)AuthorAgeLines
* disk: convert CONFIG_EFI_PARTITION to KconfigPatrick Delaunay2017-01-28-1/+1
* disk: convert CONFIG_DOS_PARTITION to KconfigPatrick Delaunay2017-01-28-1/+1
* fastboot: move FASTBOOT_FLASH options into KconfigPetr Kulhavy2016-10-01-3/+7
* fastboot: add support for writing MBRPetr Kulhavy2016-10-01-6/+34
* disk: part: implement generic function part_get_info_by_name()Petr Kulhavy2016-10-01-2/+2
* common: block: fix compiler error with CONFIG_FASTBOOT_FLASH_MMC_DEVXu Ziyuan2016-07-11-1/+1
* fastboot: sparse: implement reserve()Steve Rae2016-06-27-0/+7
* fastboot: sparse: resync common/image-sparse.c (part 2)Steve Rae2016-06-27-24/+16
* fastboot: sparse: resync common/image-sparse.c (part 1)Steve Rae2016-06-27-22/+10
* fastboot: sparse: remove session-id logicSteve Rae2016-06-27-5/+3
* dm: block: Adjust device calls to go through helpers functionSimon Glass2016-03-14-2/+3
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-14-2/+2
* dm: part: Rename some partition functionsSimon Glass2016-03-14-5/+5
* dm: blk: Rename get_dev() to blk_get_dev()Simon Glass2016-03-14-2/+2
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-14-6/+6
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-13-4/+3
* mmc: Use lldiv() for 64-bit division in write_raw_image()Siarhei Siamashka2015-11-12-1/+2
* sparse: Rename the file and headerMaxime Ripard2015-11-12-1/+1
* fastboot: Implement flashing session counterMaxime Ripard2015-11-12-3/+5
* sparse: Implement storage abstractionMaxime Ripard2015-11-12-4/+41
* fastboot: Move fastboot response functions to fastboot coreMaxime Ripard2015-11-12-28/+17
* fastboot: check for alias when looking up partition by nameMichael Scott2015-04-14-2/+24
* fastboot: Correct fastboot_fail and fastboot_okay stringsDileep Katta2015-02-25-2/+2
* usb: gadget: fastboot: Add fastboot eraseDileep Katta2015-02-25-0/+56
* fastboot: handle flash write to GPT partitionsSteve Rae2014-12-18-3/+23
* usb/gadget: fastboot: implement sparse formatSteve Rae2014-09-24-10/+22
* usb/gadget: fastboot: add eMMC support for flash commandSteve Rae2014-09-24-0/+80