summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-04-08emmc: burn gpt instead of bootloader of user partitionRuixuan Li47-4/+376
2018-01-31emmc: add gpt commandRuixuan Li53-146/+1234
2016-11-09PD#133203: emmc: support fastboot by aml-partition structureYonghui Yu35-657/+999
2014-12-18fastboot: handle flash write to GPT partitionsSteve Rae4-3/+145
2014-06-05disk: part_efi: add get_partition_info_efi_by_name()Steve Rae2-1/+31
2014-05-23mmc: provide a select_hwpart implementation for get_device()Stephen Warren3-1/+33
2014-05-05part: header fixMateusz Zalega1-0/+1
2014-01-09sandbox: block driver using host file/device as backing storeHenrik Nordström8-1/+223
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk605-640/+640
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5761-91729/+5994
2013-07-15Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy12-70/+93
2013-06-26Fix block device accesses beyond 2TiBSascha Silbe5-24/+26
2013-05-01part/dev_desc: Add log2 of blocksize to block_dev_desc data structEgbert Eich9-0/+21
2013-05-01disk/gpt: Fix GPT partition handling for blocksize != 512Egbert Eich4-20/+35
2012-12-13gpt: Support for GPT (GUID Partition Table) restorationLukasz Majewski2-3/+330
2012-09-25disk: part_efi: parse and store partition UUIDStephen Warren3-0/+33
2012-09-25disk: get_device_and_partition() "auto" partition and cleanupStephen Warren8-59/+171
2012-09-25disk: introduce get_device()Stephen Warren2-0/+27
2012-09-25disk/part: introduce get_device_and_partitionRob Herring2-4/+78
2012-09-25disk/part: check bootable flag for DOS partitionsRob Herring2-2/+10
2012-05-22include/part.h: fix indentation of lbaAnatolij Gustschin1-1/+1
2011-07-26disk/part.c: Make features optionalMatthew McClintock10-4/+33
2011-07-16MMC: add erase function to both mmc and sdLei Wen4-4/+131
2009-04-03mflash: Initial mflash supportunsik Kim19-8/+1080
2008-10-18Add support for CONFIG_EFI_PARTITION (GUID Partition Table)richardretanubun6-4/+603
2008-03-26Coding style cleanup, update CHANGELOGWolfgang Denk5-27/+157
2008-03-26ata: add the support for SATA frameworkDave Liu8-0/+222
2008-02-03MMC for PXA 27X (resubmit)stefano babic3-199/+380
2007-10-23fix pxa255_idp boardMarcel Ziswiler9-55/+60
2007-02-20[PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffe...Grant Likely7-16/+15
2007-02-20[PATCH 8_9] Add block_write hook to block_dev_desc_tGrant Likely1-0/+4
2007-02-20[PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely15-125/+82
2004-04-18* Cleanup, minor fixeswdenk13-187/+179
2004-03-17Patch by Pierre Aubert, 15 Mar 2004:wdenk6-61/+55
2004-03-14Code cleanup; make several boards compile & link.wdenk64-701/+724
2003-09-10* Patches by Denis Peter, 9 Sep 2003:wdenk47-2475/+1270
2003-06-29Fix some missing commands, cleanup header fileswdenk38-422/+122
2003-06-27* Code cleanup:wdenk1246-50034/+47707
2002-11-19* Patch by Thomas Frieden, 13 Nov 2002:wdenk539-138/+120366
2002-03-08Initial revisionwdenk44-0/+11173