summaryrefslogtreecommitdiff
path: root/disk/part_efi.c
Commit message (Expand)AuthorAgeFilesLines
* 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: efi: GUIDs should be constHeinrich Schuchardt2019-01-181-1/+1
* 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
* 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-071-2/+1
* Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford2018-02-081-1/+1
* disk: efi: correct the allocation size for mbr header in stackPatrick Delaunay2017-11-291-2/+2
* 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
* part_efi: In is_gpt_valid() check argument validity before allocationTom Rini2017-10-161-2/+3
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-5/+5
* part: extract MBR signature from partitionsPeter Jones2017-09-201-0/+20
* part: efi: Disable overlap checkMaxime Ripard2017-09-031-7/+21
* part: efi: make gpt_fill_pte take the device descriptorMaxime Ripard2017-09-031-3/+4
* part: efi: rework the partition start and size in gpt_fill_pteMaxime Ripard2017-09-031-6/+8
* part: efi: Fix offsetMaxime Ripard2017-09-031-3/+7
* GPT: add accessor function for disk GUIDAlison Chaiken2017-08-041-0/+31
* EFI: replace number with UUID_STR_LEN macroAlison Chaiken2017-08-041-1/+1
* part_efi: support padding between the GPT header and partition entriesPhilipp Tomsich2017-03-201-4/+51
* gpt: Fix uuid string formatVincent Tinelli2017-03-171-1/+1
* cmd: gpt: backup boot code before writing MBRVincent Tinelli2017-02-081-0/+7
* cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay2017-01-281-3/+3
* disk: convert CONFIG_EFI_PARTITION to KconfigPatrick Delaunay2017-01-281-1/+1
* disk: part: implement generic function part_get_info_by_name()Petr Kulhavy2016-10-011-19/+1
* cmd: gpt: fix the wrong size parse for the last partitionKever Yang2016-08-051-0/+4
* part_efi: Fix compiler warning on 32-bit sandboxSimon Glass2016-07-251-5/+5
* disk: part_efi: fix check of the max partition sizePatrick Delaunay2016-05-271-1/+1
* part_efi: Drop NULL check in part_get_info_efi()Simon Glass2016-03-221-1/+1
* part_efi: Drop the NULL check on dev_desc in part_print_efi()Simon Glass2016-03-221-4/+0
* part: Rename test_part_xx() and print_part_xx()Simon Glass2016-03-141-4/+4
* dm: block: Adjust device calls to go through helpers functionSimon Glass2016-03-141-19/+15
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-141-2/+2
* dm: part: Rename some partition functionsSimon Glass2016-03-141-5/+5
* dm: part: Convert partition API use to linker listsSimon Glass2016-03-141-1/+14
* dm: part: Correct a sandbox build warningSimon Glass2016-03-141-4/+6
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-19/+19
* Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-141-1/+1
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-131-18/+16
* part:efi: add bootable parameter in gpt commandPatrick Delaunay2015-11-231-0/+3
* gpt: part: Definition and declaration of GPT verification functionsLukasz Majewski2015-11-231-0/+110
* uuid: add selection by string for known partition type GUIDPatrick Delaunay2015-11-121-0/+4
* gpt: add optional parameter type in gpt commandPatrick Delaunay2015-11-121-0/+25
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-0/+1
* gpt: Fix the protective MBR partition sizeMaxime Ripard2015-01-081-1/+1
* fastboot: handle flash write to GPT partitionsSteve Rae2014-12-181-0/+93
* disk: part_efi: move code to static functionsSteve Rae2014-12-181-73/+102
* sandbox: Fix warnings due to 64-bit printf() stringsSimon Glass2014-11-261-10/+11