aboutsummaryrefslogtreecommitdiff
path: root/include/part.h
AgeCommit message (Expand)Author
2024-01-21part: correct documentation of part_get_bootable()Heinrich Schuchardt
2023-09-11part: rename disk_partition_type_uuid()Heinrich Schuchardt
2023-08-25part: Add a fallback for part_get_bootable()Simon Glass
2023-08-25part: Add an accessor for struct disk_partition sys_indSimon Glass
2023-08-25part: Add accessors for struct disk_partition type_uuidSimon Glass
2023-08-25part: Add accessors for struct disk_partition uuidSimon Glass
2023-08-25part: Use desc instead of dev_descSimon Glass
2023-08-22disk: Move part_create_block_devices() to blk uclassMarek Vasut
2023-08-15doc: add partition API to HTML documentationHeinrich 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-17part: Allow setting the partition-table typeSimon Glass
2023-01-23part: Add a function to find the first bootable partitionSimon Glass
2022-10-31disk: Rename block functionsSimon Glass
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-23sandbox: move a function prototypeAKASHI Takahiro
2022-04-23disk: define nullified functions for !PARTITIONSAKASHI Takahiro
2022-04-23disk: enable function prototypes in part.h for SPL/TPLAKASHI Takahiro
2022-04-23disk: include errno.h explicitly in part.hAKASHI Takahiro
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-15cmd: part: list all 128 GPT partitionsHeinrich Schuchardt
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-04-22cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitionsSean Anderson
2021-02-26part: Support getting whole disk from part_get_info_by_dev_and_name_or_numSean Anderson
2021-01-16cmd: gpt: add eMMC and GPT supportCorneliu Doban
2021-01-15disk: dos: add code for creating MBR partition layoutMarek Szyprowski
2021-01-15disk: dos: rename write_mbr_partition to write_mbr_sectorMarek Szyprowski
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2020-04-30part: detect EFI system partitionHeinrich Schuchardt
2019-07-24disk: part: Extend API to get partition infoRuslan Trofymenko
2019-02-01spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4Tien Fong Chee
2019-02-01spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FATTien Fong Chee
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-10-06disk: Provide API to get partition by name for specific typeSam Protsenko
2017-09-20part: move efi_guid_tRob Clark
2017-09-15fs: add fs_readdir()Rob Clark
2017-09-03part: efi: make gpt_fill_pte take the device descriptorMaxime Ripard
2017-08-04GPT: read partition table from device into a data structureAlison Chaiken
2017-08-04GPT: add accessor function for disk GUIDAlison Chaiken
2017-08-04partitions: increase MAX_SEARCH_PARTITIONS and move to part.hAlison Chaiken
2017-08-04disk_partition: introduce macros for description string lengthsAlison Chaiken
2017-08-04EFI: replace number with UUID_STR_LEN macroAlison Chaiken
2017-05-11disk: Return the partition number in part_get_info_by_name()Alex Deymo
2017-02-17SPL: add support to boot from a partition typeDalon Westergreen
2017-01-28cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay
2017-01-28disk: convert CONFIG_EFI_PARTITION to KconfigPatrick Delaunay
2017-01-28disk: convert CONFIG_DOS_PARTITION to KconfigPatrick Delaunay
2016-10-01disk: part: refactor generic name creation for DOS and ISOPetr Kulhavy