summaryrefslogtreecommitdiff
path: root/disk/part_efi.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-17disk: part_efi: remove indent level from loopStephen Warren1-8/+7
2012-09-26disk: part_efi: parse and store partition UUIDStephen Warren1-0/+25
2012-09-26disk: part_efi: range-check partition numberStephen Warren1-0/+7
2012-06-21Block: Remove MG DISK supportMarek Vasut1-1/+0
2011-12-07part_efi: Fix compile errorsSanjeev Premi1-1/+1
2011-12-06disk: part_efi: fix regression due to incorrect buffer usageStephen Warren1-2/+2
2011-10-28disk: part_efi: fix **pgpt_pte == NULLDoug Anderson1-23/+15
2011-10-28cosmetic: Replace __FUNCTION__ with __func__ in part_efi.cDoug Anderson1-14/+14
2011-10-25part_efi: dcache: allocate cacheline aligned buffersAnton staaf1-9/+9
2011-10-06part: show efi partition name when print out partition infoLei Wen1-4/+20
2009-08-10Partition support: remove newline from partition nameWolfgang Denk1-1/+1
2009-04-04mflash: Initial mflash supportunsik Kim1-0/+1
2009-02-18disk: convert part_* files to COBJ-$(CONFIG_XXX) styleMike Frysinger1-6/+6
2009-01-28part_efi: Fix partition size calculation due to inclusive ending LBA.Richard Retanubun1-1/+3
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-10-18Add support for CONFIG_EFI_PARTITION (GUID Partition Table)richardretanubun1-0/+425