aboutsummaryrefslogtreecommitdiff
path: root/include/part.h
AgeCommit message (Expand)AuthorFilesLines
2016-10-01disk: part: refactor generic name creation for DOS and ISOPetr Kulhavy1-0/+14
2016-10-01fastboot: add support for writing MBRPetr Kulhavy1-0/+23
2016-10-01disk: part: implement generic function part_get_info_by_name()Petr Kulhavy1-12/+20
2016-05-17dm: mmc: Add support for driver-model block devicesSimon Glass1-18/+0
2016-05-17dm: part: Drop the get_dev() methodSimon Glass1-1/+0
2016-05-17dm: sandbox: Drop the host_get_dev() functionSimon Glass1-2/+0
2016-05-17dm: systemace: Drop the get_dev() functionSimon Glass1-2/+0
2016-05-17dm: sata: Drop the get_dev() functionSimon Glass1-2/+0
2016-05-17dm: scsi: Drop the get_dev() functionSimon Glass1-2/+0
2016-05-17dm: mmc: Drop the get_dev() functionSimon Glass1-2/+0
2016-05-17dm: ide: Drop the get_dev() functionSimon Glass1-2/+0
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass1-2/+0
2016-04-11disk: part: Enable get_info pointer for CONFIG_SPL_FAT_SUPPORTMichal Simek1-1/+1
2016-03-15disk/part.c: Expose list of available block driversAlexander Graf1-0/+7
2016-03-14dm: part: Rename some partition functionsSimon Glass1-11/+10
2016-03-14dm: part: Convert partition API use to linker listsSimon Glass1-31/+48
2016-03-14dm: blk: Rename get_device_and_partition()Simon Glass1-4/+38
2016-03-14dm: blk: Rename get_device() to blk_get_device_by_str()Simon Glass1-4/+30
2016-03-14dm: blk: Rename get_dev() to blk_get_dev()Simon Glass1-3/+3
2016-03-14dm: blk: Add comments to a few functionsSimon Glass1-0/+30
2016-03-14dm: Add a new header for block devicesSimon Glass1-48/+1
2016-03-14dm: part: Drop the common.h headerSimon Glass1-1/+0
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass1-62/+68
2016-01-25part: Drop duplication declaration of block_dev_desc_tSimon Glass1-2/+0
2016-01-13mmc: store hwpart in the block deviceStephen Warren1-0/+1
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren1-5/+7
2015-11-23gpt: part: Definition and declaration of GPT verification functionsLukasz Majewski1-0/+35
2015-11-12gpt: add optional parameter type in gpt commandPatrick Delaunay1-0/+3
2014-12-18fastboot: handle flash write to GPT partitionsSteve Rae1-0/+20
2014-06-05disk: part_efi: add get_partition_info_efi_by_name()Steve Rae1-0/+11
2014-05-23mmc: provide a select_hwpart implementation for get_device()Stephen Warren1-0/+2
2014-05-05part: header fixMateusz Zalega1-0/+1
2014-01-08sandbox: block driver using host file/device as backing storeHenrik Nordström1-0/+5
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-15Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy1-2/+2
2013-06-26Fix block device accesses beyond 2TiBSascha Silbe1-3/+3
2013-05-01part/dev_desc: Add log2 of blocksize to block_dev_desc data structEgbert Eich1-0/+5
2013-05-01disk/gpt: Fix GPT partition handling for blocksize != 512Egbert Eich1-0/+4
2012-12-13gpt: Support for GPT (GUID Partition Table) restorationLukasz Majewski1-0/+52
2012-09-25disk: part_efi: parse and store partition UUIDStephen Warren1-0/+3
2012-09-25disk: get_device_and_partition() "auto" partition and cleanupStephen Warren1-4/+5
2012-09-25disk: introduce get_device()Stephen Warren1-0/+5
2012-09-25disk/part: introduce get_device_and_partitionRob Herring1-2/+11
2012-09-25disk/part: check bootable flag for DOS partitionsRob Herring1-0/+1
2012-05-22include/part.h: fix indentation of lbaAnatolij Gustschin1-1/+1
2011-07-26disk/part.c: Make features optionalMatthew McClintock1-1/+17
2011-07-15MMC: add erase function to both mmc and sdLei Wen1-0/+3
2009-04-03mflash: Initial mflash supportunsik Kim1-0/+1
2008-10-18Add support for CONFIG_EFI_PARTITION (GUID Partition Table)richardretanubun1-0/+8