aboutsummaryrefslogtreecommitdiff
path: root/disk/part_efi.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-20part_efi: support padding between the GPT header and partition entriesPhilipp Tomsich1-4/+51
2017-03-17gpt: Fix uuid string formatVincent Tinelli1-1/+1
2017-02-08cmd: gpt: backup boot code before writing MBRVincent Tinelli1-0/+7
2017-01-28cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay1-3/+3
2017-01-28disk: convert CONFIG_EFI_PARTITION to KconfigPatrick Delaunay1-1/+1
2016-10-01disk: part: implement generic function part_get_info_by_name()Petr Kulhavy1-19/+1
2016-08-05cmd: gpt: fix the wrong size parse for the last partitionKever Yang1-0/+4
2016-07-25part_efi: Fix compiler warning on 32-bit sandboxSimon Glass1-5/+5
2016-05-27disk: part_efi: fix check of the max partition sizePatrick Delaunay1-1/+1
2016-03-22part_efi: Drop NULL check in part_get_info_efi()Simon Glass1-1/+1
2016-03-22part_efi: Drop the NULL check on dev_desc in part_print_efi()Simon Glass1-4/+0
2016-03-14part: Rename test_part_xx() and print_part_xx()Simon Glass1-4/+4
2016-03-14dm: block: Adjust device calls to go through helpers functionSimon Glass1-19/+15
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass1-2/+2
2016-03-14dm: part: Rename some partition functionsSimon Glass1-5/+5
2016-03-14dm: part: Convert partition API use to linker listsSimon Glass1-1/+14
2016-03-14dm: part: Correct a sandbox build warningSimon Glass1-4/+6
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass1-19/+19
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten1-1/+1
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren1-18/+16
2015-11-23part:efi: add bootable parameter in gpt commandPatrick Delaunay1-0/+3
2015-11-23gpt: part: Definition and declaration of GPT verification functionsLukasz Majewski1-0/+110
2015-11-12uuid: add selection by string for known partition type GUIDPatrick Delaunay1-0/+4
2015-11-12gpt: add optional parameter type in gpt commandPatrick Delaunay1-0/+25
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-01-08gpt: Fix the protective MBR partition sizeMaxime Ripard1-1/+1
2014-12-18fastboot: handle flash write to GPT partitionsSteve Rae1-0/+93
2014-12-18disk: part_efi: move code to static functionsSteve Rae1-73/+102
2014-11-26sandbox: Fix warnings due to 64-bit printf() stringsSimon Glass1-10/+11
2014-06-05disk: part_efi: add get_partition_info_efi_by_name()Steve Rae1-1/+20
2014-06-05disk: part_efi: clarify lbaint_t usageSteve Rae1-25/+26
2014-06-05disk: part_efi: resolve endianness issuesSteve Rae1-2/+3
2014-05-12disk: part_efi: add support for the Backup GPTSteve Rae1-3/+19
2014-04-02lib: uuid: code refactor for proper maintain between uuid bin and stringPrzemyslaw Marczak1-8/+9
2014-04-02part_efi: move uuid<->string conversion functions into lib/uuid.cPrzemyslaw Marczak1-79/+11
2014-02-24part_efi: fix protective mbr struct allocationHector Palacios1-5/+3
2013-09-20part_efi: make sure the gpt_pte is freedMark Langsdorf1-1/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-15Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy1-3/+3
2013-06-04disk: Fix possible out-of-bounds access in part_efi.cMarek Vasut1-3/+8
2013-05-01disk/gpt: Fix GPT partition handling for blocksize != 512Egbert Eich1-16/+22
2013-04-02disk: fix unaligned access in efi partitionsMarc Dietrich1-1/+2
2013-03-14disk: define HAVE_BLOCK_DEVICE in a common placeStephen Warren1-7/+1
2012-12-13gpt: Support for GPT (GUID Partition Table) restorationLukasz Majewski1-3/+278
2012-12-13gpt: The leXX_to_int() calls replaced with ones defined at <compiler.h>Chang Hyun Park1-71/+42
2012-10-22disk: Address cast and format errorsTaylor Hutt1-3/+4
2012-10-17disk: part_efi: set bootable flag in partition objectsStephen Warren1-0/+10
2012-10-17disk: part_efi: print raw partition attributesStephen Warren1-0/+2
2012-10-17disk: part_efi: print partition UUIDsStephen Warren1-22/+28
2012-10-17disk: part_efi: re-order partition list printf, change caseStephen Warren1-4/+4