summaryrefslogtreecommitdiff
path: root/disk/part_efi.c
Commit message (Expand)AuthorAgeLines
...
* disk: part_efi: fix **pgpt_pte == NULLDoug Anderson2011-10-27-23/+15
* cosmetic: Replace __FUNCTION__ with __func__ in part_efi.cDoug Anderson2011-10-27-14/+14
* part_efi: dcache: allocate cacheline aligned buffersAnton staaf2011-10-25-9/+9
* part: show efi partition name when print out partition infoLei Wen2011-10-06-4/+20
* Partition support: remove newline from partition nameWolfgang Denk2009-08-09-1/+1
* mflash: Initial mflash supportunsik Kim2009-04-03-0/+1
* disk: convert part_* files to COBJ-$(CONFIG_XXX) styleMike Frysinger2009-02-18-6/+6
* part_efi: Fix partition size calculation due to inclusive ending LBA.Richard Retanubun2009-01-27-1/+3
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-2/+2
* Add support for CONFIG_EFI_PARTITION (GUID Partition Table)richardretanubun2008-10-18-0/+425