summaryrefslogtreecommitdiff
path: root/disk/part_efi.c
AgeCommit message (Expand)Author
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
2011-12-05disk: part_efi: fix regression due to incorrect buffer usageStephen Warren
2011-10-27disk: part_efi: fix **pgpt_pte == NULLDoug Anderson
2011-10-27cosmetic: Replace __FUNCTION__ with __func__ in part_efi.cDoug Anderson
2011-10-25part_efi: dcache: allocate cacheline aligned buffersAnton staaf
2011-10-06part: show efi partition name when print out partition infoLei Wen
2009-08-09Partition support: remove newline from partition nameWolfgang Denk
2009-04-03mflash: Initial mflash supportunsik Kim
2009-02-18disk: convert part_* files to COBJ-$(CONFIG_XXX) styleMike Frysinger
2009-01-27part_efi: Fix partition size calculation due to inclusive ending LBA.Richard Retanubun
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-10-18Add support for CONFIG_EFI_PARTITION (GUID Partition Table)richardretanubun