aboutsummaryrefslogtreecommitdiff
path: root/disk
AgeCommit message (Expand)AuthorFilesLines
2020-04-30part: detect EFI system partitionHeinrich Schuchardt2-10/+20
2020-03-18sunxi: Move common defconfig options to KconfigAndre Przywara1-0/+2
2020-01-23disk: part: rename parameter of lba512_muldiv()Heinrich Schuchardt1-6/+7
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-10-31disk: part_dos: correctly detect DOS PBRHeinrich Schuchardt1-14/+25
2019-09-19disk: part_dos: Allocate at least one block size for mbrFaiz Abbas1-1/+2
2019-08-23disk: efi: ignore 'IGNOREME' GPT header found on cros eMMCsUrja Rannikko1-7/+21
2019-08-23disk: efi: unify code for finding a valid gptUrja Rannikko1-39/+34
2019-08-11env: Move env_get() to env.hSimon Glass2-0/+2
2019-07-24disk: part: Extend API to get partition infoRuslan Trofymenko1-0/+68
2019-07-23Merge tag 'efi-2019-10-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini1-2/+11
2019-07-18CVE-2019-13103: disk: stop infinite recursion in DOS PartitionsPaul Emge1-0/+18
2019-07-16disk: efi: avoid unaligned pointer errorHeinrich Schuchardt1-2/+11
2019-07-06disk: efi: buffer overflow in part_get_info_efi()Heinrich Schuchardt1-2/+2
2019-06-21disk: part: Don't skip partition initRobert Hancock1-4/+3
2019-06-14disk: part: avoid undefined reference to `__udivmoddi4'Heinrich Schuchardt1-6/+6
2019-05-02disk: efi: Fix memory leak on 'gpt verify'Eugeniu Rosca1-0/+4
2019-05-02disk: efi: Fix memory leak on 'gpt guid'Eugeniu Rosca1-0/+2
2019-04-26disk: part: fix typoHeinrich Schuchardt1-1/+1
2019-01-18disk: efi: GUIDs should be constHeinrich Schuchardt1-1/+1
2018-11-14blk: Introduce IF_TYPE_VIRTIOTuomas Tynkkynen1-0/+6
2018-10-09Rename GPT_HEADER_SIGNATURE to avoid conflictSimon Glass1-3/+3
2018-09-10Remove <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-28spl: 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-16part: Disable CONFIG_SPL_ISO_PARTITION by defaultAlexander Graf1-1/+0
2018-03-13disk: part: use common api to lookup part driverKever Yang1-20/+17
2018-03-13disk: part: scan the disk if the part_type is unknownKever Yang1-6/+18
2018-02-08Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford6-12/+12
2018-02-08Convert LIB_UUID to KconfigAdam Ford1-0/+2
2018-02-07part: 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-29disk: 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-23disk: 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-18EFI: find EFI system partition by legacy MBR partition typeAndre Przywara1-1/+1
2017-09-15fs: add fs_readdir()Rob Clark1-12/+19