summaryrefslogtreecommitdiff
path: root/disk
AgeCommit message (Expand)Author
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
2021-11-18part: return -ENOSYS when get_info not valid.schspa
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass
2021-09-02cmd/part: correct alignment of partition listHeinrich Schuchardt
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-07-28disk: Tidy up #ifdefs in part_efiSimon Glass
2021-06-22disk/part_dos.c: Fix a variable typo in write_mbr_partitions()Christian Melki
2021-05-26part: Add check for NULL dev_part_strSean Anderson