summaryrefslogtreecommitdiff
path: root/include/part.h
AgeCommit message (Expand)Author
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
2016-10-01fastboot: add support for writing MBRPetr Kulhavy
2016-10-01disk: part: implement generic function part_get_info_by_name()Petr Kulhavy
2016-05-17dm: mmc: Add support for driver-model block devicesSimon Glass
2016-05-17dm: part: Drop the get_dev() methodSimon Glass
2016-05-17dm: sandbox: Drop the host_get_dev() functionSimon Glass
2016-05-17dm: systemace: Drop the get_dev() functionSimon Glass
2016-05-17dm: sata: Drop the get_dev() functionSimon Glass
2016-05-17dm: scsi: Drop the get_dev() functionSimon Glass
2016-05-17dm: mmc: Drop the get_dev() functionSimon Glass
2016-05-17dm: ide: Drop the get_dev() functionSimon Glass
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass
2016-04-11disk: part: Enable get_info pointer for CONFIG_SPL_FAT_SUPPORTMichal Simek
2016-03-15disk/part.c: Expose list of available block driversAlexander Graf
2016-03-14dm: part: Rename some partition functionsSimon Glass
2016-03-14dm: part: Convert partition API use to linker listsSimon Glass
2016-03-14dm: blk: Rename get_device_and_partition()Simon Glass
2016-03-14dm: blk: Rename get_device() to blk_get_device_by_str()Simon Glass
2016-03-14dm: blk: Rename get_dev() to blk_get_dev()Simon Glass
2016-03-14dm: blk: Add comments to a few functionsSimon Glass
2016-03-14dm: Add a new header for block devicesSimon Glass
2016-03-14dm: part: Drop the common.h headerSimon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-01-25part: Drop duplication declaration of block_dev_desc_tSimon Glass
2016-01-13mmc: store hwpart in the block deviceStephen Warren
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2015-11-23gpt: part: Definition and declaration of GPT verification functionsLukasz Majewski
2015-11-12gpt: add optional parameter type in gpt commandPatrick Delaunay
2014-12-18fastboot: handle flash write to GPT partitionsSteve Rae
2014-06-05disk: part_efi: add get_partition_info_efi_by_name()Steve Rae
2014-05-23mmc: provide a select_hwpart implementation for get_device()Stephen Warren
2014-05-05part: header fixMateusz Zalega
2014-01-08sandbox: block driver using host file/device as backing storeHenrik Nordström
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-15Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy