~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
path: root/disk
Commit message (Expand)AuthorAge
* part: check CONFIG_IS_ENABLED(ENV_SUPPORT)Heinrich Schuchardt2023-07-30
* part: eliminate part_get_info_by_name_type()Heinrich Schuchardt2023-07-25
* disk: part: Add API to get partitions with specific driverJoshua Watt2023-07-17
* disk: Use BOOT_DEFAULTS instead of DISTRO_DEFAULTSJonas Karlman2023-07-17
* part: Allow setting the partition-table typeSimon Glass2023-07-17
* cmd: blkmap: Add blkmap commandTobias Waldekranz2023-04-05
* Revert "disk: Use a helper function to reduce duplication"Tom Rini2023-04-03
* disk: Use a helper function to reduce duplicationSimon Glass2023-03-30
* lib: Add an SPL config for LIB_UUIDSimon Glass2023-03-02
* Correct SPL use of PARTITION_TYPE_GUIDSimon Glass2023-02-10
* Correct SPL use of CMD_MBRSimon Glass2023-02-09
* part: Add a function to find the first bootable partitionSimon Glass2023-01-23
* disk: fix blk_get_device_part_str()Heinrich Schuchardt2022-12-02
* dm: sandbox: Switch over to using the new host uclassSimon Glass2022-11-07
* disk: Rename block_dev to descSimon Glass2022-10-31
* disk: Rename block functionsSimon Glass2022-10-31
* disk: Drop debug messages in part_efiSimon Glass2022-10-31
* fs: Quieten down the filesystems moreSimon Glass2022-10-17
* blk: Rename if_type to uclass_idSimon Glass2022-09-25
* Merge branch 'master' into nextTom Rini2022-09-19
|\
| * disk: part: remove dependency to ubifs for splStefan Herbrechtsmeier2022-08-26
* | disk: Handle UCLASS_EFI_MEDIA in dev_print()Simon Glass2022-09-16
* | blk: Switch over to using uclass IDsSimon Glass2022-09-16
* | blk: Drop IF_TYPE_SDSimon Glass2022-09-16
* | blk: Drop IF_TYPE_ATAPISimon Glass2022-09-16
* | blk: Drop IF_TYPE_DOCSimon Glass2022-09-16
* | blk: Rename HAVE_BLOCK_DEVICESimon Glass2022-09-16
* | blk: Use a function for whether block devices are availableSimon Glass2022-09-16
* | disk: Use Makefile to omit partition driversSimon Glass2022-09-16
* | disk: Correct help for TPL_PARTITIONSSimon Glass2022-09-16
|/
* arch: mvebu: Disable by default unused peripherals in SPLPali Rohár2022-07-21
* disk: honor CONFIG_SYS_64BIT_LBAHeinrich Schuchardt2022-07-02
* disk: incorrect message in is_gpt_valid()Heinrich Schuchardt2022-05-28
* disk: part_efi: add support to repair gpt tablePhilippe Reynes2022-05-06
* dm: disk: add read/write interfaces with udeviceAKASHI Takahiro2022-04-23
* dm: disk: add UCLASS_PARTITIONAKASHI Takahiro2022-04-23
* disk: don't compile in partition support for spl/tpl if not really necessaryAKASHI Takahiro2022-04-23
* disk: part: add the device search failed log msgOleksii Bidnichenko2022-04-12
* disk: Correct the conditions for SPLSimon Glass2022-04-06
* fs: Add semihosting filesystemSean Anderson2022-04-01
* disk: Add an option for partitions in SPLSimon Glass2022-03-25
* Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2022-01-22
|\
| * disk: simplify part_print_efi()Heinrich Schuchardt2022-01-19
* | doc: replace @return by Return:Heinrich Schuchardt2022-01-19
|/
* disk: gpt: print all partitionsHeinrich Schuchardt2022-01-15
* Merge tag 'v2022.01-rc4' into nextTom Rini2021-12-20
|\
| * part: call part_init() in blk_get_device_by_str() only for MMCAKASHI Takahiro2021-12-18
| * efi: Add uclass for devices provided by UEFI firmwareSimon Glass2021-12-09
* | Merge tag 'v2022.01-rc3' into nextTom Rini2021-11-29
|\|
| * part: return -ENOSYS when get_info not valid.schspa2021-11-18