summaryrefslogtreecommitdiff
path: root/disk/part.c
AgeCommit message (Expand)Author
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-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: Use a function for whether block devices are availableSimon Glass
2022-08-26disk: part: remove dependency to ubifs for splStefan Herbrechtsmeier
2022-04-12disk: part: add the device search failed log msgOleksii Bidnichenko
2022-04-01fs: Add semihosting filesystemSean Anderson
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
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-18part: return -ENOSYS when get_info not valid.schspa
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-05-26part: Add check for NULL dev_part_strSean Anderson
2021-04-22part: Fix bogus return from part_get_info_by_dev_and_nameSean Anderson
2021-02-26part: Support string block devices in part_get_info_by_dev_and_nameSean Anderson
2021-02-26part: Support getting whole disk from part_get_info_by_dev_and_name_or_numSean Anderson
2021-02-26part: Give several functions more useful return valuesSean Anderson
2021-01-30disk: part: sandbox support in dev_print()Heinrich Schuchardt
2020-08-14xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2020-01-23disk: part: rename parameter of lba512_muldiv()Heinrich Schuchardt
2019-08-11env: Move env_get() to env.hSimon Glass
2019-07-24disk: part: Extend API to get partition infoRuslan Trofymenko
2019-06-21disk: part: Don't skip partition initRobert Hancock
2019-06-14disk: part: avoid undefined reference to `__udivmoddi4'Heinrich Schuchardt
2019-04-26disk: part: fix typoHeinrich Schuchardt
2018-11-14blk: Introduce IF_TYPE_VIRTIOTuomas Tynkkynen
2018-08-10disk: part: Don't show redundant error messageSam Protsenko
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-03-13disk: part: use common api to lookup part driverKever Yang
2018-03-13disk: part: scan the disk if the part_type is unknownKever Yang
2018-02-08Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford
2017-10-06disk: Provide API to get partition by name for specific typeSam Protsenko
2017-09-15fs: add fs_readdir()Rob Clark
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-13dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVMEZhikang Zhang
2017-08-04partitions: increase MAX_SEARCH_PARTITIONS and move to part.hAlison Chaiken
2017-05-11disk: Return the partition number in part_get_info_by_name()Alex Deymo
2017-01-28cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay
2017-01-28disk: convert CONFIG_EFI_PARTITION to KconfigPatrick Delaunay