summaryrefslogtreecommitdiffstats
path: root/disk
Commit message (Expand)AuthorAgeFilesLines
* disk: Return the partition number in part_get_info_by_name()Alex Deymo2017-05-111-1/+1
* SPARC: RemoveTom Rini2017-04-051-3/+2
* part_efi: support padding between the GPT header and partition entriesPhilipp Tomsich2017-03-202-4/+64
* gpt: Fix uuid string formatVincent Tinelli2017-03-171-1/+1
* SPL: add support to boot from a partition typeDalon Westergreen2017-02-171-0/+1
* cmd: gpt: backup boot code before writing MBRVincent Tinelli2017-02-081-0/+7
* disk: convert CONFIG_PARTITION_TYPE_GUID to KconfigPatrick Delaunay2017-01-281-0/+8
* cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay2017-01-284-10/+23
* disk: convert CONFIG_EFI_PARTITION to KconfigPatrick Delaunay2017-01-284-3/+19
* disk: convert CONFIG_AMIGA_PARTITION to KconfigPatrick Delaunay2017-01-283-2/+14
* disk: convert CONFIG_ISO_PARTITION to KconfigPatrick Delaunay2017-01-285-4/+15
* disk: convert CONFIG_DOS_PARTITION to KconfigPatrick Delaunay2017-01-283-2/+15
* disk: convert CONFIG_MAC_PARTITION to KconfigPatrick Delaunay2017-01-283-2/+15
* disk: convert CONFIG_PARTITIONS to KconfigPatrick Delaunay2017-01-281-0/+22
* disk: Fixed capacity messageJean-Jacques Hiblot2016-12-271-2/+2
* disk: part: refactor generic name creation for DOS and ISOPetr Kulhavy2016-10-013-53/+35
* fastboot: add support for writing MBRPetr Kulhavy2016-10-011-0/+20
* disk: part: implement generic function part_get_info_by_name()Petr Kulhavy2016-10-016-19/+31
* cmd: gpt: fix the wrong size parse for the last partitionKever Yang2016-08-051-0/+4
* part_efi: Fix compiler warning on 32-bit sandboxSimon Glass2016-07-251-5/+5
* iso: Fix part info commandAlexander Graf2016-07-221-2/+2
* disk: part_efi: fix check of the max partition sizePatrick Delaunay2016-05-271-1/+1
* dm: blk: Use the correct error code for blk_get_device_by_str()Simon Glass2016-05-171-3/+3
* dm: part: Drop the block_drvr tableSimon Glass2016-05-171-53/+14
* dm: part: Use the legacy block driver for hardware partition supportSimon Glass2016-05-171-11/+1
* dm: sandbox: Drop the host_get_dev() functionSimon Glass2016-05-171-1/+1
* dm: systemace: Drop the get_dev() functionSimon Glass2016-05-171-1/+1
* dm: sata: Drop the get_dev() functionSimon Glass2016-05-171-1/+1
* dm: scsi: Drop the get_dev() functionSimon Glass2016-05-171-1/+1
* dm: mmc: Drop the get_dev() functionSimon Glass2016-05-171-1/+0
* dm: ide: Drop the get_dev() functionSimon Glass2016-05-171-1/+1
* dm: usb: Drop the get_dev() functionSimon Glass2016-05-171-1/+1
* dm: disk: Use legacy block driver info for block device accessSimon Glass2016-05-171-4/+3
* dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass2016-05-171-1/+1
* iso: Allow 512 byte sector sizeAlexander Graf2016-04-181-5/+31
* iso: Start with partition 1Alexander Graf2016-04-181-2/+2
* iso: Make little endian and 64bit safeAlexander Graf2016-04-182-26/+24
* dm: part: fix missing driver name in debug printNishanth Menon2016-04-141-1/+2
* drivers: block: add block device cacheEric Nelson2016-04-011-0/+2
* part_efi: Drop NULL check in part_get_info_efi()Simon Glass2016-03-221-1/+1
* part_efi: Drop the NULL check on dev_desc in part_print_efi()Simon Glass2016-03-221-4/+0
* part_iso: Drop the customer unaligned access functionsSimon Glass2016-03-221-23/+4
* disk/part.c: Expose list of available block driversAlexander Graf2016-03-151-7/+1
* part: Rename test_part_xx() and print_part_xx()Simon Glass2016-03-145-27/+27
* dm: block: Adjust device calls to go through helpers functionSimon Glass2016-03-145-37/+29
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-145-50/+52
* dm: part: Rename some partition functionsSimon Glass2016-03-146-33/+33
* dm: part: Convert partition API use to linker listsSimon Glass2016-03-146-142/+114
* dm: part: Add a cast to avoid a compiler warningSimon Glass2016-03-141-1/+1
* dm: blk: Rename get_device_and_partition()Simon Glass2016-03-141-1/+1