aboutsummaryrefslogtreecommitdiffstats
path: root/disk
Commit message (Expand)AuthorAgeFilesLines
* cmd: mbr: Allow 4 MBR partitions without need for extendedAlexander Gendin2023-10-241-1/+1
* rockchip: dm: prepare rkmtd UCLASSJohan Jonker2023-10-241-0/+4
* disk: part: Handle blkmap device in print_part_header()WIP/2023-10-10-blk-sandbox-support-binding-a-device-with-a-given-logical-block-sizeBin Meng2023-10-101-0/+3
* disk: part: Print out the unknown device uclass idBin Meng2023-10-101-1/+1
* common: Drop linux/printk.h from common headerWIP/23Sep2023Simon Glass2023-09-241-0/+1
* part: rename disk_partition_type_uuid()Heinrich Schuchardt2023-09-111-1/+1
* part: efi: Add debugging for the signature checkSimon Glass2023-08-251-2/+11
* part: Add accessors for struct disk_partition type_uuidSimon Glass2023-08-252-10/+7
* part: Add accessors for struct disk_partition uuidSimon Glass2023-08-253-30/+26
* part: Add comments for static functionsSimon Glass2023-08-251-0/+32
* part: nac: Use desc instead of dev_descSimon Glass2023-08-251-32/+27
* part: iso: Use desc instead of dev_descSimon Glass2023-08-251-26/+26
* part: efi: Use desc instead of dev_descSimon Glass2023-08-251-116/+112
* part: dos: Use desc instead of dev_descSimon Glass2023-08-251-32/+31
* part: amiga: Use desc instead of dev_descSimon Glass2023-08-251-17/+17
* part: Use desc instead of dev_descSimon Glass2023-08-251-92/+86
* disk: dos: Infer MBR partition sector size from underlying drive sector sizeMarek Vasut2023-08-221-3/+14
* disk: Move part_create_block_devices() to blk uclassMarek Vasut2023-08-221-48/+0
* disk: Switch part_blk_*() functions to disk_blk_*()Marek Vasut2023-08-221-81/+12
* disk: Extend disk_blk_part_validate() with range checkingMarek Vasut2023-08-221-0/+8
* disk: Handle partition to block device offset conversionMarek Vasut2023-08-221-16/+52
* disk: Simplify disk_blk_{write, erase}() using blk_{write, erase}()Marek Vasut2023-08-221-43/+23
* disk: Simplify disk_blk_read() using blk_read()Marek Vasut2023-08-221-24/+14
* disk: Drop always true conditional checkMarek Vasut2023-08-221-4/+2
* part: check CONFIG_IS_ENABLED(ENV_SUPPORT)Heinrich Schuchardt2023-07-301-3/+5
* part: eliminate part_get_info_by_name_type()Heinrich Schuchardt2023-07-251-8/+2
* disk: part: Add API to get partitions with specific driverJoshua Watt2023-07-171-7/+31
* disk: Use BOOT_DEFAULTS instead of DISTRO_DEFAULTSJonas Karlman2023-07-171-4/+4
* part: Allow setting the partition-table typeSimon Glass2023-07-171-0/+16
* cmd: blkmap: Add blkmap commandTobias Waldekranz2023-04-051-0/+1
* Revert "disk: Use a helper function to reduce duplication"Tom Rini2023-04-031-25/+21
* disk: Use a helper function to reduce duplicationSimon Glass2023-03-301-21/+25
* lib: Add an SPL config for LIB_UUIDSimon Glass2023-03-021-0/+8
* Correct SPL use of PARTITION_TYPE_GUIDSimon Glass2023-02-101-1/+1
* Correct SPL use of CMD_MBRSimon Glass2023-02-091-1/+1
* part: Add a function to find the first bootable partitionSimon Glass2023-01-231-0/+16
* disk: fix blk_get_device_part_str()Heinrich Schuchardt2022-12-021-18/+5
* dm: sandbox: Switch over to using the new host uclassSimon Glass2022-11-071-2/+2
* disk: Rename block_dev to descSimon Glass2022-10-311-19/+19
* disk: Rename block functionsSimon Glass2022-10-311-12/+12
* disk: Drop debug messages in part_efiSimon Glass2022-10-311-78/+72
* fs: Quieten down the filesystems moreSimon Glass2022-10-171-8/+7
* blk: Rename if_type to uclass_idSimon Glass2022-09-252-11/+11
* Merge branch 'master' into nextTom Rini2022-09-191-1/+1
|\
| * disk: part: remove dependency to ubifs for splStefan Herbrechtsmeier2022-08-261-1/+1
* | disk: Handle UCLASS_EFI_MEDIA in dev_print()Simon Glass2022-09-161-1/+4
* | blk: Switch over to using uclass IDsSimon Glass2022-09-161-26/+26
* | blk: Drop IF_TYPE_SDSimon Glass2022-09-161-2/+0
* | blk: Drop IF_TYPE_ATAPISimon Glass2022-09-161-5/+0
* | blk: Drop IF_TYPE_DOCSimon Glass2022-09-161-9/+0