summaryrefslogtreecommitdiff
path: root/disk
AgeCommit message (Expand)AuthorFilesLines
2018-10-09Rename GPT_HEADER_SIGNATURE to avoid conflictSimon Glass1-3/+3
2018-09-11Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada1-1/+0
2018-08-10disk: part: Don't show redundant error messageSam Protsenko1-1/+1
2018-06-14efi_loader: avoid initializer element is not constantHeinrich Schuchardt1-2/+7
2018-06-05disk: efi: Correct backing up the MBR boot codeSam Protsenko1-2/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini11-23/+11
2018-04-29spl: disk: usb: Add dependencies to sprintf/strto*Alex Kiernan1-0/+4
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-04-17part: Disable CONFIG_SPL_ISO_PARTITION by defaultAlexander Graf1-1/+0
2018-03-14disk: part: use common api to lookup part driverKever Yang1-20/+17
2018-03-14disk: part: scan the disk if the part_type is unknownKever Yang1-6/+18
2018-02-09Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford6-12/+12
2018-02-09Convert LIB_UUID to KconfigAdam Ford1-0/+2
2018-02-08part: Allocate only one legacy_mbr bufferAlexey Brodkin1-1/+1
2017-12-19Merge git://git.denx.de/u-boot-sunxiTom Rini1-0/+14
2017-12-07part: efi: Add default number of partition entries for sunxiMaxime Ripard1-0/+1
2017-12-07part: efi: Add a Kconfig option for the number of partition entriesMaxime Ripard1-0/+13
2017-11-30disk: efi: correct the allocation size for mbr header in stackPatrick Delaunay1-2/+2
2017-11-06disk: part_dos: fix part_get_info_extended() functionShawn Guo1-1/+1
2017-11-06gpt: Use cache aligned buffers for gpt_h and gpt_eLukasz Majewski1-7/+9
2017-10-24disk: efi: correct the overlap check on GPT header and PTEPatrick Delaunay1-2/+2
2017-10-16iso: Reduce verbosity on test and info callsAlexander Graf1-2/+2
2017-10-16part_efi: In is_gpt_valid() check argument validity before allocationTom Rini1-2/+3
2017-10-06disk: Provide API to get partition by name for specific typeSam Protsenko1-2/+13
2017-10-05disk: part_dos: Use the original allocation scheme for the SPL caseFabio Estevam1-0/+10
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-5/+5
2017-09-20part: extract MBR signature from partitionsPeter Jones2-3/+29
2017-09-19EFI: find EFI system partition by legacy MBR partition typeAndre Przywara1-1/+1
2017-09-15fs: add fs_readdir()Rob Clark1-12/+19
2017-09-07part: mac: Suppress the error message after reading ddbBin Meng1-5/+1
2017-09-03disk: part: fix typoHeinrich Schuchardt1-3/+9
2017-09-03part: efi: Disable overlap checkMaxime Ripard1-7/+21
2017-09-03part: efi: make gpt_fill_pte take the device descriptorMaxime Ripard1-3/+4
2017-09-03part: efi: rework the partition start and size in gpt_fill_pteMaxime Ripard1-6/+8
2017-09-03part: efi: Fix offsetMaxime Ripard1-3/+7
2017-08-26disk: part: align buffer so it can be used with DMA enabled driversStefan Agner1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass2-3/+3
2017-08-13dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVMEZhikang Zhang1-1/+5
2017-08-04GPT: add accessor function for disk GUIDAlison Chaiken1-0/+31
2017-08-04partitions: increase MAX_SEARCH_PARTITIONS and move to part.hAlison Chaiken1-1/+0
2017-08-04EFI: replace number with UUID_STR_LEN macroAlison Chaiken1-1/+1
2017-05-12disk: Return the partition number in part_get_info_by_name()Alex Deymo1-1/+1
2017-04-05SPARC: RemoveTom Rini1-3/+2
2017-03-21part_efi: support padding between the GPT header and partition entriesPhilipp Tomsich2-4/+64
2017-03-17gpt: Fix uuid string formatVincent Tinelli1-1/+1
2017-02-17SPL: add support to boot from a partition typeDalon Westergreen1-0/+1
2017-02-08cmd: gpt: backup boot code before writing MBRVincent Tinelli1-0/+7
2017-01-28disk: convert CONFIG_PARTITION_TYPE_GUID to KconfigPatrick Delaunay1-0/+8
2017-01-28cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay4-10/+23
2017-01-28disk: convert CONFIG_EFI_PARTITION to KconfigPatrick Delaunay4-3/+19