summaryrefslogtreecommitdiff
path: root/disk/part_efi.c
AgeCommit message (Expand)Author
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
2014-06-05disk: part_efi: resolve endianness issuesSteve Rae
2014-05-12disk: part_efi: add support for the Backup GPTSteve Rae
2014-04-02lib: uuid: code refactor for proper maintain between uuid bin and stringPrzemyslaw Marczak
2014-04-02part_efi: move uuid<->string conversion functions into lib/uuid.cPrzemyslaw Marczak
2014-02-24part_efi: fix protective mbr struct allocationHector Palacios
2013-09-20part_efi: make sure the gpt_pte is freedMark Langsdorf
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-15Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy
2013-06-04disk: Fix possible out-of-bounds access in part_efi.cMarek Vasut
2013-05-01disk/gpt: Fix GPT partition handling for blocksize != 512Egbert Eich
2013-04-02disk: fix unaligned access in efi partitionsMarc Dietrich
2013-03-14disk: define HAVE_BLOCK_DEVICE in a common placeStephen Warren
2012-12-13gpt: Support for GPT (GUID Partition Table) restorationLukasz Majewski
2012-12-13gpt: The leXX_to_int() calls replaced with ones defined at <compiler.h>Chang Hyun Park
2012-10-22disk: Address cast and format errorsTaylor Hutt
2012-10-17disk: part_efi: set bootable flag in partition objectsStephen Warren
2012-10-17disk: part_efi: print raw partition attributesStephen Warren
2012-10-17disk: part_efi: print partition UUIDsStephen Warren
2012-10-17disk: part_efi: re-order partition list printf, change caseStephen Warren
2012-10-17disk: part_efi: remove indent level from loopStephen Warren
2012-09-25disk: part_efi: parse and store partition UUIDStephen Warren
2012-09-25disk: part_efi: range-check partition numberStephen Warren
2012-06-21Block: Remove MG DISK supportMarek Vasut
2011-12-06part_efi: Fix compile errorsSanjeev Premi