summaryrefslogtreecommitdiff
path: root/disk/part_efi.c
AgeCommit message (Expand)Author
2019-01-18disk: efi: GUIDs should be constHeinrich Schuchardt
2018-10-09Rename GPT_HEADER_SIGNATURE to avoid conflictSimon Glass
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada
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-02-08Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford
2017-11-29disk: efi: correct the allocation size for mbr header in stackPatrick Delaunay
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-16part_efi: In is_gpt_valid() check argument validity before allocationTom Rini
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-09-20part: extract MBR signature from partitionsPeter Jones
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-04GPT: add accessor function for disk GUIDAlison Chaiken
2017-08-04EFI: replace number with UUID_STR_LEN macroAlison Chaiken
2017-03-20part_efi: support padding between the GPT header and partition entriesPhilipp Tomsich
2017-03-17gpt: Fix uuid string formatVincent Tinelli
2017-02-08cmd: gpt: backup boot code before writing MBRVincent Tinelli
2017-01-28cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay
2017-01-28disk: convert CONFIG_EFI_PARTITION to KconfigPatrick Delaunay
2016-10-01disk: part: implement generic function part_get_info_by_name()Petr Kulhavy
2016-08-05cmd: gpt: fix the wrong size parse for the last partitionKever Yang
2016-07-25part_efi: Fix compiler warning on 32-bit sandboxSimon Glass
2016-05-27disk: part_efi: fix check of the max partition sizePatrick Delaunay
2016-03-22part_efi: Drop NULL check in part_get_info_efi()Simon Glass
2016-03-22part_efi: Drop the NULL check on dev_desc in part_print_efi()Simon Glass
2016-03-14part: Rename test_part_xx() and print_part_xx()Simon Glass
2016-03-14dm: block: Adjust device calls to go through helpers functionSimon Glass
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass
2016-03-14dm: part: Rename some partition functionsSimon Glass
2016-03-14dm: part: Convert partition API use to linker listsSimon Glass
2016-03-14dm: part: Correct a sandbox build warningSimon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2015-11-23part:efi: add bootable parameter in gpt commandPatrick Delaunay
2015-11-23gpt: part: Definition and declaration of GPT verification functionsLukasz Majewski
2015-11-12uuid: add selection by string for known partition type GUIDPatrick Delaunay
2015-11-12gpt: add optional parameter type in gpt commandPatrick Delaunay
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-01-08gpt: Fix the protective MBR partition sizeMaxime Ripard
2014-12-18fastboot: handle flash write to GPT partitionsSteve Rae
2014-12-18disk: part_efi: move code to static functionsSteve Rae
2014-11-26sandbox: Fix warnings due to 64-bit printf() stringsSimon Glass
2014-06-05disk: part_efi: add get_partition_info_efi_by_name()Steve Rae
2014-06-05disk: part_efi: clarify lbaint_t usageSteve Rae