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