aboutsummaryrefslogtreecommitdiff
path: root/disk
AgeCommit message (Expand)Author
2024-07-15disk: Remove duplicate newlinesMarek Vasut
2024-07-05Fix Kconfig coding style from spaces to tabAnand Moon
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06part: Remove <common.h> and add needed includesTom Rini
2024-04-12disk: simplify print_part_header()Heinrich Schuchardt
2024-04-12part: Check all partitions in part_get_info_by_name()Sam Protsenko
2023-12-21global: Drop common.h inclusionTom Rini
2023-10-24cmd: mbr: Allow 4 MBR partitions without need for extendedAlexander Gendin
2023-10-24rockchip: dm: prepare rkmtd UCLASSJohan Jonker
2023-10-10disk: part: Handle blkmap device in print_part_header()Bin Meng
2023-10-10disk: part: Print out the unknown device uclass idBin Meng
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-09-11part: rename disk_partition_type_uuid()Heinrich Schuchardt
2023-08-25part: efi: Add debugging for the signature checkSimon Glass
2023-08-25part: Add accessors for struct disk_partition type_uuidSimon Glass
2023-08-25part: Add accessors for struct disk_partition uuidSimon Glass
2023-08-25part: Add comments for static functionsSimon Glass
2023-08-25part: nac: Use desc instead of dev_descSimon Glass
2023-08-25part: iso: Use desc instead of dev_descSimon Glass
2023-08-25part: efi: Use desc instead of dev_descSimon Glass
2023-08-25part: dos: Use desc instead of dev_descSimon Glass
2023-08-25part: amiga: Use desc instead of dev_descSimon Glass
2023-08-25part: Use desc instead of dev_descSimon Glass
2023-08-22disk: dos: Infer MBR partition sector size from underlying drive sector sizeMarek Vasut
2023-08-22disk: Move part_create_block_devices() to blk uclassMarek Vasut
2023-08-22disk: Switch part_blk_*() functions to disk_blk_*()Marek Vasut
2023-08-22disk: Extend disk_blk_part_validate() with range checkingMarek Vasut
2023-08-22disk: Handle partition to block device offset conversionMarek Vasut
2023-08-22disk: Simplify disk_blk_{write, erase}() using blk_{write, erase}()Marek Vasut
2023-08-22disk: Simplify disk_blk_read() using blk_read()Marek Vasut
2023-08-22disk: Drop always true conditional checkMarek Vasut
2023-07-30part: check CONFIG_IS_ENABLED(ENV_SUPPORT)Heinrich Schuchardt
2023-07-25part: eliminate part_get_info_by_name_type()Heinrich Schuchardt
2023-07-17disk: part: Add API to get partitions with specific driverJoshua Watt
2023-07-17disk: Use BOOT_DEFAULTS instead of DISTRO_DEFAULTSJonas Karlman
2023-07-17part: Allow setting the partition-table typeSimon Glass
2023-04-05cmd: blkmap: Add blkmap commandTobias Waldekranz
2023-04-03Revert "disk: Use a helper function to reduce duplication"Tom Rini
2023-03-30disk: Use a helper function to reduce duplicationSimon Glass
2023-03-02lib: Add an SPL config for LIB_UUIDSimon Glass
2023-02-10Correct SPL use of PARTITION_TYPE_GUIDSimon Glass
2023-02-09Correct SPL use of CMD_MBRSimon Glass
2023-01-23part: Add a function to find the first bootable partitionSimon Glass
2022-12-02disk: fix blk_get_device_part_str()Heinrich Schuchardt
2022-11-07dm: sandbox: Switch over to using the new host uclassSimon Glass
2022-10-31disk: Rename block_dev to descSimon Glass
2022-10-31disk: Rename block functionsSimon Glass
2022-10-31disk: Drop debug messages in part_efiSimon Glass
2022-10-17fs: Quieten down the filesystems moreSimon Glass