summaryrefslogtreecommitdiff
path: root/disk
AgeCommit message (Expand)Author
2021-09-10disk: part: add the device search failed log msgOleksii Bidnichenko
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-18common: Drop uuid.h from common headerSimon Glass
2020-05-15rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner
2020-04-30part: detect EFI system partitionHeinrich Schuchardt
2020-03-18sunxi: Move common defconfig options to KconfigAndre Przywara
2020-01-23disk: part: rename parameter of lba512_muldiv()Heinrich Schuchardt
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-10-31disk: part_dos: correctly detect DOS PBRHeinrich Schuchardt
2019-09-19disk: part_dos: Allocate at least one block size for mbrFaiz Abbas
2019-08-23disk: efi: ignore 'IGNOREME' GPT header found on cros eMMCsUrja Rannikko
2019-08-23disk: efi: unify code for finding a valid gptUrja Rannikko
2019-08-11env: Move env_get() to env.hSimon Glass
2019-07-24disk: part: Extend API to get partition infoRuslan Trofymenko
2019-07-23Merge tag 'efi-2019-10-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini
2019-07-18CVE-2019-13103: disk: stop infinite recursion in DOS PartitionsPaul Emge
2019-07-16disk: efi: avoid unaligned pointer errorHeinrich Schuchardt
2019-07-06disk: efi: buffer overflow in part_get_info_efi()Heinrich Schuchardt
2019-06-21disk: part: Don't skip partition initRobert Hancock
2019-06-14disk: part: avoid undefined reference to `__udivmoddi4'Heinrich Schuchardt
2019-05-02disk: efi: Fix memory leak on 'gpt verify'Eugeniu Rosca
2019-05-02disk: efi: Fix memory leak on 'gpt guid'Eugeniu Rosca
2019-04-26disk: part: fix typoHeinrich Schuchardt
2019-01-18disk: efi: GUIDs should be constHeinrich Schuchardt
2018-11-14blk: Introduce IF_TYPE_VIRTIOTuomas Tynkkynen
2018-10-09Rename GPT_HEADER_SIGNATURE to avoid conflictSimon Glass
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada
2018-08-10disk: part: Don't show redundant error messageSam Protsenko
2018-06-14efi_loader: avoid initializer element is not constantHeinrich Schuchardt
2018-06-05disk: efi: Correct backing up the MBR boot codeSam Protsenko
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-28spl: disk: usb: Add dependencies to sprintf/strto*Alex Kiernan
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-16part: Disable CONFIG_SPL_ISO_PARTITION by defaultAlexander Graf
2018-03-13disk: part: use common api to lookup part driverKever Yang
2018-03-13disk: part: scan the disk if the part_type is unknownKever Yang
2018-02-08Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford
2018-02-08Convert LIB_UUID to KconfigAdam Ford
2018-02-07part: Allocate only one legacy_mbr bufferAlexey Brodkin
2017-12-19Merge git://git.denx.de/u-boot-sunxiTom Rini
2017-12-07part: efi: Add default number of partition entries for sunxiMaxime Ripard
2017-12-07part: efi: Add a Kconfig option for the number of partition entriesMaxime Ripard
2017-11-29disk: efi: correct the allocation size for mbr header in stackPatrick Delaunay
2017-11-06disk: part_dos: fix part_get_info_extended() functionShawn Guo
2017-11-06gpt: Use cache aligned buffers for gpt_h and gpt_eLukasz Majewski
2017-10-23disk: efi: correct the overlap check on GPT header and PTEPatrick Delaunay
2017-10-16iso: Reduce verbosity on test and info callsAlexander Graf