aboutsummaryrefslogtreecommitdiff
path: root/disk
AgeCommit message (Expand)Author
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
2022-09-25blk: Rename if_type to uclass_idSimon Glass
2022-09-19Merge branch 'master' into nextTom Rini
2022-09-16disk: Handle UCLASS_EFI_MEDIA in dev_print()Simon Glass
2022-09-16blk: Switch over to using uclass IDsSimon Glass
2022-09-16blk: Drop IF_TYPE_SDSimon Glass
2022-09-16blk: Drop IF_TYPE_ATAPISimon Glass
2022-09-16blk: Drop IF_TYPE_DOCSimon Glass
2022-09-16blk: Rename HAVE_BLOCK_DEVICESimon Glass
2022-09-16blk: Use a function for whether block devices are availableSimon Glass
2022-09-16disk: Use Makefile to omit partition driversSimon Glass
2022-09-16disk: Correct help for TPL_PARTITIONSSimon Glass
2022-08-26disk: part: remove dependency to ubifs for splStefan Herbrechtsmeier
2022-07-21arch: mvebu: Disable by default unused peripherals in SPLPali Rohár
2022-07-02disk: honor CONFIG_SYS_64BIT_LBAHeinrich Schuchardt
2022-05-28disk: incorrect message in is_gpt_valid()Heinrich Schuchardt
2022-05-06disk: part_efi: add support to repair gpt tablePhilippe Reynes
2022-04-23dm: disk: add read/write interfaces with udeviceAKASHI Takahiro
2022-04-23dm: disk: add UCLASS_PARTITIONAKASHI Takahiro
2022-04-23disk: don't compile in partition support for spl/tpl if not really necessaryAKASHI Takahiro
2022-04-12disk: part: add the device search failed log msgOleksii Bidnichenko
2022-04-06disk: Correct the conditions for SPLSimon Glass
2022-04-01fs: Add semihosting filesystemSean Anderson
2022-03-25disk: Add an option for partitions in SPLSimon Glass
2022-01-22Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-19disk: simplify part_print_efi()Heinrich Schuchardt
2022-01-15disk: gpt: print all partitionsHeinrich Schuchardt
2021-12-20Merge tag 'v2022.01-rc4' into nextTom Rini
2021-12-18part: call part_init() in blk_get_device_by_str() only for MMCAKASHI Takahiro
2021-12-09efi: Add uclass for devices provided by UEFI firmwareSimon Glass
2021-11-29Merge tag 'v2022.01-rc3' into nextTom Rini
2021-11-28disk: part_dos: Fix a NULL pointer errorSimon Glass