summaryrefslogtreecommitdiff
path: root/include/part.h
AgeCommit message (Expand)AuthorFilesLines
2021-04-22cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitionsSean Anderson1-1/+11
2021-02-26part: Support getting whole disk from part_get_info_by_dev_and_name_or_numSean Anderson1-1/+5
2021-01-16cmd: gpt: add eMMC and GPT supportCorneliu Doban1-0/+29
2021-01-15disk: dos: add code for creating MBR partition layoutMarek Szyprowski1-0/+5
2021-01-15disk: dos: rename write_mbr_partition to write_mbr_sectorMarek Szyprowski1-2/+2
2020-05-19part: Drop disk_partition_t typedefSimon Glass1-19/+21
2020-04-30part: detect EFI system partitionHeinrich Schuchardt1-1/+10
2019-07-24disk: part: Extend API to get partition infoRuslan Trofymenko1-0/+21
2019-02-01spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4Tien Fong Chee1-1/+1
2019-02-01spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FATTien Fong Chee1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-06disk: Provide API to get partition by name for specific typeSam Protsenko1-0/+15
2017-09-20part: move efi_guid_tRob Clark1-1/+2
2017-09-15fs: add fs_readdir()Rob Clark1-0/+9
2017-09-03part: efi: make gpt_fill_pte take the device descriptorMaxime Ripard1-2/+4
2017-08-05GPT: read partition table from device into a data structureAlison Chaiken1-0/+7
2017-08-04GPT: add accessor function for disk GUIDAlison Chaiken1-0/+15
2017-08-04partitions: increase MAX_SEARCH_PARTITIONS and move to part.hAlison Chaiken1-0/+1
2017-08-04disk_partition: introduce macros for description string lengthsAlison Chaiken1-2/+5
2017-08-04EFI: replace number with UUID_STR_LEN macroAlison Chaiken1-2/+3
2017-05-12disk: Return the partition number in part_get_info_by_name()Alex Deymo1-1/+2
2017-02-17SPL: add support to boot from a partition typeDalon Westergreen1-0/+3
2017-01-28cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay1-1/+1
2017-01-28disk: convert CONFIG_EFI_PARTITION to KconfigPatrick Delaunay1-1/+1
2017-01-28disk: convert CONFIG_DOS_PARTITION to KconfigPatrick Delaunay1-1/+1
2016-10-02disk: part: refactor generic name creation for DOS and ISOPetr Kulhavy1-0/+14
2016-10-02fastboot: add support for writing MBRPetr Kulhavy1-0/+23
2016-10-02disk: part: implement generic function part_get_info_by_name()Petr Kulhavy1-12/+20
2016-05-17dm: mmc: Add support for driver-model block devicesSimon Glass1-18/+0
2016-05-17dm: part: Drop the get_dev() methodSimon Glass1-1/+0
2016-05-17dm: sandbox: Drop the host_get_dev() functionSimon Glass1-2/+0
2016-05-17dm: systemace: Drop the get_dev() functionSimon Glass1-2/+0
2016-05-17dm: sata: Drop the get_dev() functionSimon Glass1-2/+0
2016-05-17dm: scsi: Drop the get_dev() functionSimon Glass1-2/+0
2016-05-17dm: mmc: Drop the get_dev() functionSimon Glass1-2/+0
2016-05-17dm: ide: Drop the get_dev() functionSimon Glass1-2/+0
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass1-2/+0
2016-04-12disk: part: Enable get_info pointer for CONFIG_SPL_FAT_SUPPORTMichal Simek1-1/+1
2016-03-15disk/part.c: Expose list of available block driversAlexander Graf1-0/+7
2016-03-15dm: part: Rename some partition functionsSimon Glass1-11/+10
2016-03-15dm: part: Convert partition API use to linker listsSimon Glass1-31/+48
2016-03-15dm: blk: Rename get_device_and_partition()Simon Glass1-4/+38
2016-03-15dm: blk: Rename get_device() to blk_get_device_by_str()Simon Glass1-4/+30
2016-03-15dm: blk: Rename get_dev() to blk_get_dev()Simon Glass1-3/+3
2016-03-15dm: blk: Add comments to a few functionsSimon Glass1-0/+30
2016-03-15dm: Add a new header for block devicesSimon Glass1-48/+1
2016-03-15dm: part: Drop the common.h headerSimon Glass1-1/+0
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-62/+68
2016-01-25part: Drop duplication declaration of block_dev_desc_tSimon Glass1-2/+0
2016-01-14mmc: store hwpart in the block deviceStephen Warren1-0/+1