summaryrefslogtreecommitdiff
path: root/disk
AgeCommit message (Expand)Author
2017-03-09part_efi: support padding between the GPT header and partition entriesPhilipp Tomsich
2017-02-17SPL: add support to boot from a partition typeDalon Westergreen
2017-02-08cmd: gpt: backup boot code before writing MBRVincent Tinelli
2017-01-28disk: convert CONFIG_PARTITION_TYPE_GUID to KconfigPatrick Delaunay
2017-01-28cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay
2017-01-28disk: convert CONFIG_EFI_PARTITION to KconfigPatrick Delaunay
2017-01-28disk: convert CONFIG_AMIGA_PARTITION to KconfigPatrick Delaunay
2017-01-28disk: convert CONFIG_ISO_PARTITION to KconfigPatrick Delaunay
2017-01-28disk: convert CONFIG_DOS_PARTITION to KconfigPatrick Delaunay
2017-01-28disk: convert CONFIG_MAC_PARTITION to KconfigPatrick Delaunay
2017-01-28disk: convert CONFIG_PARTITIONS to KconfigPatrick Delaunay
2016-12-27disk: Fixed capacity messageJean-Jacques Hiblot
2016-10-01disk: part: refactor generic name creation for DOS and ISOPetr Kulhavy
2016-10-01fastboot: add support for writing MBRPetr Kulhavy
2016-10-01disk: part: implement generic function part_get_info_by_name()Petr Kulhavy
2016-08-05cmd: gpt: fix the wrong size parse for the last partitionKever Yang
2016-07-25part_efi: Fix compiler warning on 32-bit sandboxSimon Glass
2016-07-22iso: Fix part info commandAlexander Graf
2016-05-27disk: part_efi: fix check of the max partition sizePatrick Delaunay
2016-05-17dm: blk: Use the correct error code for blk_get_device_by_str()Simon Glass
2016-05-17dm: part: Drop the block_drvr tableSimon Glass
2016-05-17dm: part: Use the legacy block driver for hardware partition supportSimon Glass
2016-05-17dm: sandbox: Drop the host_get_dev() functionSimon Glass
2016-05-17dm: systemace: Drop the get_dev() functionSimon Glass
2016-05-17dm: sata: Drop the get_dev() functionSimon Glass
2016-05-17dm: scsi: Drop the get_dev() functionSimon Glass
2016-05-17dm: mmc: Drop the get_dev() functionSimon Glass
2016-05-17dm: ide: Drop the get_dev() functionSimon Glass
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass
2016-05-17dm: disk: Use legacy block driver info for block device accessSimon Glass
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass
2016-04-18iso: Allow 512 byte sector sizeAlexander Graf
2016-04-18iso: Start with partition 1Alexander Graf
2016-04-18iso: Make little endian and 64bit safeAlexander Graf
2016-04-14dm: part: fix missing driver name in debug printNishanth Menon
2016-04-01drivers: block: add block device cacheEric Nelson
2016-03-22part_efi: Drop NULL check in part_get_info_efi()Simon Glass
2016-03-22part_efi: Drop the NULL check on dev_desc in part_print_efi()Simon Glass
2016-03-22part_iso: Drop the customer unaligned access functionsSimon Glass
2016-03-15disk/part.c: Expose list of available block driversAlexander Graf
2016-03-14part: Rename test_part_xx() and print_part_xx()Simon Glass
2016-03-14dm: block: Adjust device calls to go through helpers functionSimon Glass
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass
2016-03-14dm: part: Rename some partition functionsSimon Glass
2016-03-14dm: part: Convert partition API use to linker listsSimon Glass
2016-03-14dm: part: Add a cast to avoid a compiler warningSimon Glass
2016-03-14dm: blk: Rename get_device_and_partition()Simon Glass
2016-03-14dm: blk: Rename get_device() to blk_get_device_by_str()Simon Glass
2016-03-14dm: blk: Rename get_dev() to blk_get_dev()Simon Glass
2016-03-14dm: part: Correct a sandbox build warningSimon Glass