summaryrefslogtreecommitdiff
path: root/include/part.h
AgeCommit message (Expand)Author
2025-07-08include/part.h: Audit include listTom Rini
2025-07-03disk: efi: expose the part_get_gpt_pte() helper functionJavier Martinez Canillas
2025-06-02Merge patch series "Audit include list for include/[a-m]*.h"Tom Rini
2025-06-02include/ide.h: Cleanup usageTom Rini
2025-05-29disk: part: implement generic function part_get_info_by_uuid()Varadarajan Narayanan
2024-11-20disk: expose partition type flagsCaleb Connolly
2024-10-11include: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-09-12include: export uuid.hCaleb Connolly
2024-08-08disk: support UBI partitionsAlexey Romanov
2024-08-08disk: support MTD partitionsAlexey Romanov
2024-07-29include: Remove duplicate newlinesMarek Vasut
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