summaryrefslogtreecommitdiff
path: root/disk
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-2/+2
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-3/+3
2021-07-28disk: Tidy up #ifdefs in part_efiSimon Glass1-5/+6
2021-06-22disk/part_dos.c: Fix a variable typo in write_mbr_partitions()Christian Melki1-1/+1
2021-05-27part: Add check for NULL dev_part_strSean Anderson1-1/+5
2021-04-22part: Fix bogus return from part_get_info_by_dev_and_nameSean Anderson1-1/+1
2021-04-13disk: gpt: verify alternate LBA points to last usable LBAStefan Herbrechtsmeier1-0/+9
2021-02-26part: Support string block devices in part_get_info_by_dev_and_nameSean Anderson1-19/+22
2021-02-26part: Support getting whole disk from part_get_info_by_dev_and_name_or_numSean Anderson1-2/+3
2021-02-26part: Give several functions more useful return valuesSean Anderson1-22/+28
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-02-02disk: part_dos: update partition table entries after writeGary Bisson1-0/+6
2021-01-31Merge tag 'dm-pull-30jan21' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-0/+1
2021-01-31disk: part: sandbox support in dev_print()Heinrich Schuchardt1-0/+1
2021-01-29disk: part_efi: update partition table entries after writeGary Bisson1-0/+3
2021-01-16lib/uuid.c: change prototype of uuid_guid_get_str()Rasmus Villemoes1-4/+5
2021-01-15disk: dos: add code for creating MBR partition layoutMarek Szyprowski2-0/+169
2021-01-15disk: dos: make some functions staticMarek Szyprowski1-2/+3
2021-01-15disk: dos: use generic macro for unaligned le32 accessMarek Szyprowski1-19/+9
2021-01-15disk: dos: add some defines for the hardcoded numbersMarek Szyprowski2-3/+6
2021-01-15disk: dos: rename write_mbr_partition to write_mbr_sectorMarek Szyprowski1-1/+1
2020-09-22disk: typo Terra BytesHeinrich Schuchardt1-1/+1
2020-08-14xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko1-0/+4
2020-05-19common: Drop log.h from common headerSimon Glass3-0/+3
2020-05-19common: Drop part.h from common headerSimon Glass6-1/+10
2020-05-19part: Drop disk_partition_t typedefSimon Glass6-20/+21
2020-05-19common: Drop net.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop uuid.h from common headerSimon Glass1-0/+1
2020-05-15rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner1-2/+2
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-03crc32: 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-24Merge 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-17disk: 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-27disk: 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