summaryrefslogtreecommitdiff
path: root/disk
Commit message (Expand)AuthorAgeFilesLines
* disk: part: rename parameter of lba512_muldiv()WIP/2020-01-22-master-importsHeinrich Schuchardt2020-01-231-6/+7
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-021-0/+1
* disk: part_dos: correctly detect DOS PBRHeinrich Schuchardt2019-10-311-14/+25
* disk: part_dos: Allocate at least one block size for mbrFaiz Abbas2019-09-191-1/+2
* disk: efi: ignore 'IGNOREME' GPT header found on cros eMMCsUrja Rannikko2019-08-231-7/+21
* disk: efi: unify code for finding a valid gptUrja Rannikko2019-08-231-39/+34
* env: Move env_get() to env.hSimon Glass2019-08-112-0/+2
* disk: part: Extend API to get partition infoRuslan Trofymenko2019-07-241-0/+68
* Merge tag 'efi-2019-10-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/23Jul2019Tom Rini2019-07-231-2/+11
|\
| * disk: efi: avoid unaligned pointer errorHeinrich Schuchardt2019-07-161-2/+11
* | CVE-2019-13103: disk: stop infinite recursion in DOS PartitionsPaul Emge2019-07-181-0/+18
|/
* disk: efi: buffer overflow in part_get_info_efi()Heinrich Schuchardt2019-07-061-2/+2
* disk: part: Don't skip partition initRobert Hancock2019-06-211-4/+3
* disk: part: avoid undefined reference to `__udivmoddi4'Heinrich Schuchardt2019-06-141-6/+6
* 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