summaryrefslogtreecommitdiff
path: root/disk
AgeCommit message (Expand)AuthorFilesLines
2023-07-30part: check CONFIG_IS_ENABLED(ENV_SUPPORT)Heinrich Schuchardt1-3/+5
2023-07-25part: eliminate part_get_info_by_name_type()Heinrich Schuchardt1-8/+2
2023-07-17disk: part: Add API to get partitions with specific driverJoshua Watt1-7/+31
2023-07-17disk: Use BOOT_DEFAULTS instead of DISTRO_DEFAULTSJonas Karlman1-4/+4
2023-07-17part: Allow setting the partition-table typeSimon Glass1-0/+16
2023-04-05cmd: blkmap: Add blkmap commandTobias Waldekranz1-0/+1
2023-04-03Revert "disk: Use a helper function to reduce duplication"Tom Rini1-25/+21
2023-03-30disk: Use a helper function to reduce duplicationSimon Glass1-21/+25
2023-03-03lib: Add an SPL config for LIB_UUIDSimon Glass1-0/+8
2023-02-10Correct SPL use of PARTITION_TYPE_GUIDSimon Glass1-1/+1
2023-02-10Correct SPL use of CMD_MBRSimon Glass1-1/+1
2023-01-24part: Add a function to find the first bootable partitionSimon Glass1-0/+16
2022-12-02disk: fix blk_get_device_part_str()Heinrich Schuchardt1-18/+5
2022-11-08dm: sandbox: Switch over to using the new host uclassSimon Glass1-2/+2
2022-10-31disk: Rename block_dev to descSimon Glass1-19/+19
2022-10-31disk: Rename block functionsSimon Glass1-12/+12
2022-10-31disk: Drop debug messages in part_efiSimon Glass1-78/+72
2022-10-18fs: Quieten down the filesystems moreSimon Glass1-8/+7
2022-09-25blk: Rename if_type to uclass_idSimon Glass2-11/+11
2022-09-19Merge branch 'master' into nextTom Rini1-1/+1
2022-09-16disk: Handle UCLASS_EFI_MEDIA in dev_print()Simon Glass1-1/+4
2022-09-16blk: Switch over to using uclass IDsSimon Glass1-26/+26
2022-09-16blk: Drop IF_TYPE_SDSimon Glass1-2/+0
2022-09-16blk: Drop IF_TYPE_ATAPISimon Glass1-5/+0
2022-09-16blk: Drop IF_TYPE_DOCSimon Glass1-9/+0
2022-09-16blk: Rename HAVE_BLOCK_DEVICESimon Glass2-4/+3
2022-09-16blk: Use a function for whether block devices are availableSimon Glass1-47/+33
2022-09-16disk: Use Makefile to omit partition driversSimon Glass6-17/+4
2022-09-16disk: Correct help for TPL_PARTITIONSSimon Glass1-4/+4
2022-08-26disk: part: remove dependency to ubifs for splStefan Herbrechtsmeier1-1/+1
2022-07-21arch: mvebu: Disable by default unused peripherals in SPLPali Rohár1-0/+2
2022-07-02disk: honor CONFIG_SYS_64BIT_LBAHeinrich Schuchardt1-0/+1
2022-05-28disk: incorrect message in is_gpt_valid()Heinrich Schuchardt1-3/+1
2022-05-06disk: part_efi: add support to repair gpt tablePhilippe Reynes1-0/+86
2022-04-23dm: disk: add read/write interfaces with udeviceAKASHI Takahiro1-0/+94
2022-04-23dm: disk: add UCLASS_PARTITIONAKASHI Takahiro2-0/+156
2022-04-23disk: don't compile in partition support for spl/tpl if not really necessaryAKASHI Takahiro1-18/+19
2022-04-12disk: part: add the device search failed log msgOleksii Bidnichenko1-0/+2
2022-04-06disk: Correct the conditions for SPLSimon Glass1-5/+5
2022-04-01fs: Add semihosting filesystemSean Anderson1-2/+2
2022-03-25disk: Add an option for partitions in SPLSimon Glass2-5/+21
2022-01-22Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini1-13/+8
2022-01-19doc: replace @return by Return:Heinrich Schuchardt2-2/+2
2022-01-19disk: simplify part_print_efi()Heinrich Schuchardt1-13/+8
2022-01-15disk: gpt: print all partitionsHeinrich Schuchardt1-2/+2
2021-12-21Merge tag 'v2022.01-rc4' into nextTom Rini1-2/+6
2021-12-18part: call part_init() in blk_get_device_by_str() only for MMCAKASHI Takahiro1-1/+2
2021-12-09efi: Add uclass for devices provided by UEFI firmwareSimon Glass1-1/+4
2021-11-29Merge tag 'v2022.01-rc3' into nextTom Rini1-0/+7
2021-11-29disk: part_dos: Fix a NULL pointer errorSimon Glass1-4/+6