summaryrefslogtreecommitdiff
path: root/disk
AgeCommit message (Expand)Author
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
2017-10-16part_efi: In is_gpt_valid() check argument validity before allocationTom Rini
2017-10-06disk: Provide API to get partition by name for specific typeSam Protsenko
2017-10-05disk: part_dos: Use the original allocation scheme for the SPL caseFabio Estevam
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-09-20part: extract MBR signature from partitionsPeter Jones
2017-09-18EFI: find EFI system partition by legacy MBR partition typeAndre Przywara
2017-09-15fs: add fs_readdir()Rob Clark
2017-09-07part: mac: Suppress the error message after reading ddbBin Meng
2017-09-03disk: part: fix typoHeinrich Schuchardt
2017-09-03part: efi: Disable overlap checkMaxime Ripard
2017-09-03part: efi: make gpt_fill_pte take the device descriptorMaxime Ripard
2017-09-03part: efi: rework the partition start and size in gpt_fill_pteMaxime Ripard
2017-09-03part: efi: Fix offsetMaxime Ripard
2017-08-26disk: part: align buffer so it can be used with DMA enabled driversStefan Agner
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-13dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVMEZhikang Zhang
2017-08-04GPT: add accessor function for disk GUIDAlison Chaiken
2017-08-04partitions: increase MAX_SEARCH_PARTITIONS and move to part.hAlison Chaiken
2017-08-04EFI: replace number with UUID_STR_LEN macroAlison Chaiken
2017-05-11disk: Return the partition number in part_get_info_by_name()Alex Deymo
2017-04-05SPARC: RemoveTom Rini