summaryrefslogtreecommitdiff
path: root/disk
Commit message (Expand)AuthorAgeFilesLines
* disk: efi: Fix memory leak on 'gpt verify'Eugeniu Rosca2019-05-021-0/+4
* disk: efi: Fix memory leak on 'gpt guid'Eugeniu Rosca2019-05-021-0/+2
* disk: part: fix typoHeinrich Schuchardt2019-04-261-1/+1
* disk: efi: GUIDs should be constHeinrich Schuchardt2019-01-181-1/+1
* blk: Introduce IF_TYPE_VIRTIOTuomas Tynkkynen2018-11-141-0/+6
* Rename GPT_HEADER_SIGNATURE to avoid conflictSimon Glass2018-10-091-3/+3
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-101-1/+0
* disk: part: Don't show redundant error messageSam Protsenko2018-08-101-1/+1
* efi_loader: avoid initializer element is not constantHeinrich Schuchardt2018-06-141-2/+7
* disk: efi: Correct backing up the MBR boot codeSam Protsenko2018-06-051-2/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0711-23/+11
* spl: disk: usb: Add dependencies to sprintf/strto*Alex Kiernan2018-04-281-0/+4
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* part: Disable CONFIG_SPL_ISO_PARTITION by defaultAlexander Graf2018-04-161-1/+0
* disk: part: use common api to lookup part driverKever Yang2018-03-131-20/+17
* disk: part: scan the disk if the part_type is unknownKever Yang2018-03-131-6/+18
* Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford2018-02-086-12/+12
* Convert LIB_UUID to KconfigAdam Ford2018-02-081-0/+2
* part: Allocate only one legacy_mbr bufferAlexey Brodkin2018-02-071-1/+1
* Merge git://git.denx.de/u-boot-sunxiTom Rini2017-12-191-0/+14
|\
| * part: efi: Add default number of partition entries for sunxiMaxime Ripard2017-12-071-0/+1
| * part: efi: Add a Kconfig option for the number of partition entriesMaxime Ripard2017-12-071-0/+13
* | disk: efi: correct the allocation size for mbr header in stackPatrick Delaunay2017-11-291-2/+2
|/
* disk: part_dos: fix part_get_info_extended() functionShawn Guo2017-11-061-1/+1
* gpt: Use cache aligned buffers for gpt_h and gpt_eLukasz Majewski2017-11-061-7/+9
* disk: efi: correct the overlap check on GPT header and PTEPatrick Delaunay2017-10-231-2/+2
* iso: Reduce verbosity on test and info callsAlexander Graf2017-10-161-2/+2
* part_efi: In is_gpt_valid() check argument validity before allocationTom Rini2017-10-161-2/+3
* disk: Provide API to get partition by name for specific typeSam Protsenko2017-10-061-2/+13
* disk: part_dos: Use the original allocation scheme for the SPL caseFabio Estevam2017-10-051-0/+10
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-5/+5
* part: extract MBR signature from partitionsPeter Jones2017-09-202-3/+29
* EFI: find EFI system partition by legacy MBR partition typeAndre Przywara2017-09-181-1/+1
* fs: add fs_readdir()Rob Clark2017-09-151-12/+19
* part: mac: Suppress the error message after reading ddbBin Meng2017-09-071-5/+1
* disk: part: fix typoHeinrich Schuchardt2017-09-031-3/+9
* part: efi: Disable overlap checkMaxime Ripard2017-09-031-7/+21
* part: efi: make gpt_fill_pte take the device descriptorMaxime Ripard2017-09-031-3/+4
* part: efi: rework the partition start and size in gpt_fill_pteMaxime Ripard2017-09-031-6/+8
* part: efi: Fix offsetMaxime Ripard2017-09-031-3/+7
* disk: part: align buffer so it can be used with DMA enabled driversStefan Agner2017-08-261-1/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-162-3/+3
* dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVMEZhikang Zhang2017-08-131-1/+5
* GPT: add accessor function for disk GUIDAlison Chaiken2017-08-041-0/+31
* partitions: increase MAX_SEARCH_PARTITIONS and move to part.hAlison Chaiken2017-08-041-1/+0
* EFI: replace number with UUID_STR_LEN macroAlison Chaiken2017-08-041-1/+1
* disk: Return the partition number in part_get_info_by_name()Alex Deymo2017-05-111-1/+1
* SPARC: RemoveTom Rini2017-04-051-3/+2
* part_efi: support padding between the GPT header and partition entriesPhilipp Tomsich2017-03-202-4/+64
* gpt: Fix uuid string formatVincent Tinelli2017-03-171-1/+1