summaryrefslogtreecommitdiff
path: root/disk
AgeCommit message (Expand)AuthorFilesLines
2017-05-12disk: Return the partition number in part_get_info_by_name()Alex Deymo1-1/+1
2017-04-05SPARC: RemoveTom Rini1-3/+2
2017-03-21part_efi: support padding between the GPT header and partition entriesPhilipp Tomsich2-4/+64
2017-03-17gpt: Fix uuid string formatVincent Tinelli1-1/+1
2017-02-17SPL: add support to boot from a partition typeDalon Westergreen1-0/+1
2017-02-08cmd: gpt: backup boot code before writing MBRVincent Tinelli1-0/+7
2017-01-28disk: convert CONFIG_PARTITION_TYPE_GUID to KconfigPatrick Delaunay1-0/+8
2017-01-28cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay4-10/+23
2017-01-28disk: convert CONFIG_EFI_PARTITION to KconfigPatrick Delaunay4-3/+19
2017-01-28disk: convert CONFIG_AMIGA_PARTITION to KconfigPatrick Delaunay3-2/+14
2017-01-28disk: convert CONFIG_ISO_PARTITION to KconfigPatrick Delaunay5-4/+15
2017-01-28disk: convert CONFIG_DOS_PARTITION to KconfigPatrick Delaunay3-2/+15
2017-01-28disk: convert CONFIG_MAC_PARTITION to KconfigPatrick Delaunay3-2/+15
2017-01-28disk: convert CONFIG_PARTITIONS to KconfigPatrick Delaunay1-0/+22
2016-12-27disk: Fixed capacity messageJean-Jacques Hiblot1-2/+2
2016-10-02disk: part: refactor generic name creation for DOS and ISOPetr Kulhavy3-53/+35
2016-10-02fastboot: add support for writing MBRPetr Kulhavy1-0/+20
2016-10-02disk: part: implement generic function part_get_info_by_name()Petr Kulhavy6-19/+31
2016-08-06cmd: gpt: fix the wrong size parse for the last partitionKever Yang1-0/+4
2016-07-25part_efi: Fix compiler warning on 32-bit sandboxSimon Glass1-5/+5
2016-07-22iso: Fix part info commandAlexander Graf1-2/+2
2016-05-27disk: part_efi: fix check of the max partition sizePatrick Delaunay1-1/+1
2016-05-17dm: blk: Use the correct error code for blk_get_device_by_str()Simon Glass1-3/+3
2016-05-17dm: part: Drop the block_drvr tableSimon Glass1-53/+14
2016-05-17dm: part: Use the legacy block driver for hardware partition supportSimon Glass1-11/+1
2016-05-17dm: sandbox: Drop the host_get_dev() functionSimon Glass1-1/+1
2016-05-17dm: systemace: Drop the get_dev() functionSimon Glass1-1/+1
2016-05-17dm: sata: Drop the get_dev() functionSimon Glass1-1/+1
2016-05-17dm: scsi: Drop the get_dev() functionSimon Glass1-1/+1
2016-05-17dm: mmc: Drop the get_dev() functionSimon Glass1-1/+0
2016-05-17dm: ide: Drop the get_dev() functionSimon Glass1-1/+1
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass1-1/+1
2016-05-17dm: disk: Use legacy block driver info for block device accessSimon Glass1-4/+3
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass1-1/+1
2016-04-19iso: Allow 512 byte sector sizeAlexander Graf1-5/+31
2016-04-19iso: Start with partition 1Alexander Graf1-2/+2
2016-04-19iso: Make little endian and 64bit safeAlexander Graf2-26/+24
2016-04-14dm: part: fix missing driver name in debug printNishanth Menon1-1/+2
2016-04-02drivers: block: add block device cacheEric Nelson1-0/+2
2016-03-22part_efi: Drop NULL check in part_get_info_efi()Simon Glass1-1/+1
2016-03-22part_efi: Drop the NULL check on dev_desc in part_print_efi()Simon Glass1-4/+0
2016-03-22part_iso: Drop the customer unaligned access functionsSimon Glass1-23/+4
2016-03-15disk/part.c: Expose list of available block driversAlexander Graf1-7/+1
2016-03-15part: Rename test_part_xx() and print_part_xx()Simon Glass5-27/+27
2016-03-15dm: block: Adjust device calls to go through helpers functionSimon Glass5-37/+29
2016-03-15dm: block: Rename device number member dev to devnumSimon Glass5-50/+52
2016-03-15dm: part: Rename some partition functionsSimon Glass6-33/+33
2016-03-15dm: part: Convert partition API use to linker listsSimon Glass6-142/+114
2016-03-15dm: part: Add a cast to avoid a compiler warningSimon Glass1-1/+1
2016-03-15dm: blk: Rename get_device_and_partition()Simon Glass1-1/+1