- 209ae76 include: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 8 weeks ago
- 29cab7c include: export uuid.h by Caleb Connolly · 3 months ago
- c9f6113 disk: support UBI partitions by Alexey Romanov · 4 months ago
- d511967 disk: support MTD partitions by Alexey Romanov · 4 months ago
- 4fdfc84 include: Remove duplicate newlines by Marek Vasut · 4 months ago
- 04044f9 part: correct documentation of part_get_bootable() by Heinrich Schuchardt · 10 months ago
- f4b4c4e part: rename disk_partition_type_uuid() by Heinrich Schuchardt · 1 year, 3 months ago
- 1e7f447 part: Add a fallback for part_get_bootable() by Simon Glass · 1 year, 3 months ago
- ed0ec66 part: Add an accessor for struct disk_partition sys_ind by Simon Glass · 1 year, 3 months ago
- b8d3a78 part: Add accessors for struct disk_partition type_uuid by Simon Glass · 1 year, 3 months ago
- 23e3453 part: Add accessors for struct disk_partition uuid by Simon Glass · 1 year, 3 months ago
- 54c709a part: Use desc instead of dev_desc by Simon Glass · 1 year, 3 months ago
- 14fafef disk: Move part_create_block_devices() to blk uclass by Marek Vasut · 1 year, 3 months ago
- 4a45c72 doc: add partition API to HTML documentation by Heinrich Schuchardt · 1 year, 3 months ago
- 861cb61 part: eliminate part_get_info_by_name_type() by Heinrich Schuchardt · 1 year, 4 months ago
- aa62d50 disk: part: Add API to get partitions with specific driver by Joshua Watt · 1 year, 5 months ago
- ed338b7 part: Allow setting the partition-table type by Simon Glass · 1 year, 4 months ago
- f5e2df0 part: Add a function to find the first bootable partition by Simon Glass · 1 year, 10 months ago
- 4e93eea disk: Rename block functions by Simon Glass · 2 years, 1 month ago
- 8b054f5 disk: part_efi: add support to repair gpt table by Philippe Reynes · 2 years, 7 months ago
- 8b57fe3 dm: disk: add read/write interfaces with udevice by AKASHI Takahiro · 2 years, 7 months ago
- efb9a9d dm: disk: add UCLASS_PARTITION by AKASHI Takahiro · 2 years, 7 months ago
- 777cc2c sandbox: move a function prototype by AKASHI Takahiro · 2 years, 7 months ago
- 140c59c disk: define nullified functions for !PARTITIONS by AKASHI Takahiro · 2 years, 7 months ago
- 60bb6d7 disk: enable function prototypes in part.h for SPL/TPL by AKASHI Takahiro · 2 years, 7 months ago
- 7780a93 disk: include errno.h explicitly in part.h by AKASHI Takahiro · 2 years, 7 months ago
- 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- 72d7883 cmd: part: list all 128 GPT partitions by Heinrich Schuchardt · 2 years, 11 months ago
- 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
- f476b4a cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitions by Sean Anderson · 3 years, 8 months ago
- c81028d part: Support getting whole disk from part_get_info_by_dev_and_name_or_num by Sean Anderson · 3 years, 10 months ago
- 0c6776c cmd: gpt: add eMMC and GPT support by Corneliu Doban · 4 years, 1 month ago
- 6a60b67 disk: dos: add code for creating MBR partition layout by Marek Szyprowski · 4 years ago
- 29ee06b disk: dos: rename write_mbr_partition to write_mbr_sector by Marek Szyprowski · 4 years ago
- c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · 4 years, 7 months ago
- 59a860d part: detect EFI system partition by Heinrich Schuchardt · 4 years, 8 months ago
- 5e171ef disk: part: Extend API to get partition info by Ruslan Trofymenko · 5 years ago
- 6091dd1 spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4 by Tien Fong Chee · 6 years ago
- 6fd0a71 spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FAT by Tien Fong Chee · 6 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- dee8038 disk: Provide API to get partition by name for specific type by Sam Protsenko · 7 years ago
- 224ee84 part: move efi_guid_t by Rob Clark · 7 years ago
- 2b7bfd9 fs: add fs_readdir() by Rob Clark · 7 years ago
- 0d39087 part: efi: make gpt_fill_pte take the device descriptor by Maxime Ripard · 7 years ago
- f04d4b5 GPT: read partition table from device into a data structure by Alison Chaiken · 7 years ago
- e422258 GPT: add accessor function for disk GUID by Alison Chaiken · 7 years ago
- 1f1e6f5 partitions: increase MAX_SEARCH_PARTITIONS and move to part.h by Alison Chaiken · 7 years ago
- 462e232 disk_partition: introduce macros for description string lengths by Alison Chaiken · 7 years ago
- 2cb47e6 EFI: replace number with UUID_STR_LEN macro by Alison Chaiken · 7 years ago
- e2f689f disk: Return the partition number in part_get_info_by_name() by Alex Deymo · 8 years ago
- 8d770f4 SPL: add support to boot from a partition type by Dalon Westergreen · 8 years ago
- 7328709 cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT by Patrick Delaunay · 8 years ago
- 8a4f2bd disk: convert CONFIG_EFI_PARTITION to Kconfig by Patrick Delaunay · 8 years ago
- f7e0772 disk: convert CONFIG_DOS_PARTITION to Kconfig by Patrick Delaunay · 8 years ago
- 2e790d5 disk: part: refactor generic name creation for DOS and ISO by Petr Kulhavy · 8 years ago
- 9f174c9 fastboot: add support for writing MBR by Petr Kulhavy · 8 years ago
- 712257e disk: part: implement generic function part_get_info_by_name() by Petr Kulhavy · 8 years ago
- 59bc6f2 dm: mmc: Add support for driver-model block devices by Simon Glass · 9 years ago
- e498e57 dm: part: Drop the get_dev() method by Simon Glass · 9 years ago
- 025ed60 dm: sandbox: Drop the host_get_dev() function by Simon Glass · 9 years ago
- 64b5c10 dm: systemace: Drop the get_dev() function by Simon Glass · 9 years ago
- 9c54e48 dm: sata: Drop the get_dev() function by Simon Glass · 9 years ago
- 9a68432 dm: scsi: Drop the get_dev() function by Simon Glass · 9 years ago
- fa25511 dm: mmc: Drop the get_dev() function by Simon Glass · 9 years ago
- 844ef1d dm: ide: Drop the get_dev() function by Simon Glass · 9 years ago
- cf43778 dm: usb: Drop the get_dev() function by Simon Glass · 9 years ago
- 3021814 disk: part: Enable get_info pointer for CONFIG_SPL_FAT_SUPPORT by Michal Simek · 9 years ago
- 3b3d915 disk/part.c: Expose list of available block drivers by Alexander Graf · 9 years ago
- b89a844 dm: part: Rename some partition functions by Simon Glass · 9 years ago
- 83ce563 dm: part: Convert partition API use to linker lists by Simon Glass · 9 years ago
- e76ee97 dm: blk: Rename get_device_and_partition() by Simon Glass · 9 years ago
- e6649a6 dm: blk: Rename get_device() to blk_get_device_by_str() by Simon Glass · 9 years ago
- be1e9bb dm: blk: Rename get_dev() to blk_get_dev() by Simon Glass · 9 years ago
- ddb1325 dm: blk: Add comments to a few functions by Simon Glass · 9 years ago
- ac8162f dm: Add a new header for block devices by Simon Glass · 9 years ago
- e21c834 dm: part: Drop the common.h header by Simon Glass · 9 years ago
- e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
- cc51f48 part: Drop duplication declaration of block_dev_desc_t by Simon Glass · 9 years ago
- 1e0f92a mmc: store hwpart in the block device by Stephen Warren · 9 years ago
- e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
- 7b9839c gpt: part: Definition and declaration of GPT verification functions by Lukasz Majewski · 9 years ago
- 8248c8d gpt: add optional parameter type in gpt command by Patrick Delaunay · 9 years ago
- 7d05934 fastboot: handle flash write to GPT partitions by Steve Rae · 10 years ago
- f7f10b8 disk: part_efi: add get_partition_info_efi_by_name() by Steve Rae · 11 years ago
- 52c44e4 mmc: provide a select_hwpart implementation for get_device() by Stephen Warren · 11 years ago
- e604a13 part: header fix by Mateusz Zalega · 11 years ago
- 26f9a6c sandbox: block driver using host file/device as backing store by Henrik Nordström · 11 years ago
- bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
- d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- e7ee028 Fix ext2/ext4 filesystem accesses beyond 2TiB by Frederic Leroy · 11 years ago
- 4bdf6fd Fix block device accesses beyond 2TiB by Sascha Silbe · 11 years ago
- 2eec2ab part/dev_desc: Add log2 of blocksize to block_dev_desc data struct by Egbert Eich · 12 years ago
- 071e423 disk/gpt: Fix GPT partition handling for blocksize != 512 by Egbert Eich · 12 years ago
- 0dcfc5c gpt: Support for GPT (GUID Partition Table) restoration by Lukasz Majewski · 12 years ago
- c6c7b7a disk: part_efi: parse and store partition UUID by Stephen Warren · 12 years ago
- c87ff22 disk: get_device_and_partition() "auto" partition and cleanup by Stephen Warren · 12 years ago
- afd909c disk: introduce get_device() by Stephen Warren · 12 years ago
- d586cec disk/part: introduce get_device_and_partition by Rob Herring · 12 years ago
- eda5111 disk/part: check bootable flag for DOS partitions by Rob Herring · 12 years ago
- 4de7a47 include/part.h: fix indentation of lba by Anatolij Gustschin · 13 years ago