summaryrefslogtreecommitdiff
path: root/disk
AgeCommit message (Expand)AuthorFilesLines
2013-03-14disk: define HAVE_BLOCK_DEVICE in a common placeStephen Warren6-40/+5
2013-03-04sandbox: Add host filesystemSimon Glass1-0/+17
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-12-13part:efi: Move part_efi.h file to ./includeLukasz Majewski1-144/+0
2012-12-07part: check each variable for capability calculationJerry Huang1-1/+1
2012-10-22disk: Address cast and format errorsTaylor Hutt1-3/+4
2012-10-22disk: Make the disk partition code work with no specific partition typesGabe Black1-33/+17
2012-10-20disk: initialize name/part fields when returning a whole diskStephen Warren1-0/+2
2012-10-17disk: part_dos: print partition UUID in partition listStephen Warren1-8/+11
2012-10-17disk: part_dos: checkpatch cleanupsStephen Warren1-10/+11
2012-10-17disk: part_efi: set bootable flag in partition objectsStephen Warren1-0/+10
2012-10-17disk: part_efi: print raw partition attributesStephen Warren2-6/+11
2012-10-17disk: part_efi: add new partition attribute definitionsStephen Warren1-1/+3
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-10-17disk: get_device_and_partition() return value fixesStephen Warren1-1/+1
2012-10-08disk: part_dos: don't claim whole-disk FAT filesystemsStephen Warren1-12/+9
2012-09-28disk: allow - or empty string to fall back to $bootdeviceStephen Warren1-1/+2
2012-09-26disk: part_msdos: parse and store partition UUIDStephen Warren2-4/+13
2012-09-26disk: part_efi: parse and store partition UUIDStephen Warren2-0/+30
2012-09-26disk: part_efi: range-check partition numberStephen Warren1-0/+7
2012-09-26disk: get_device_and_partition() "auto" partition and cleanupStephen Warren1-43/+154
2012-09-26disk: introduce get_device()Stephen Warren1-0/+22
2012-09-26disk/part: introduce get_device_and_partitionRob Herring1-2/+67
2012-09-26disk/part: check bootable flag for DOS partitionsRob Herring1-2/+9
2012-09-26disk: make get_partition_info() always available to disk.cStephen Warren1-55/+63
2012-09-02part_mac: dcache: allocate cacheline-aligned buffersBenoît Thébaudeau1-34/+34
2012-06-21Block: Remove MG DISK supportMarek Vasut6-11/+0
2012-04-30part_dos: align disk buffers on cache line to enable DMA and cacheEric Nelson1-3/+3
2012-03-27disk/part.c: Fix device enumeration through APITim Kientzle1-0/+3
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 Wen2-5/+22
2011-07-28part_dos: fix crash with big sector sizeSergei Shtylyov2-10/+3
2011-07-26disk/part.c: Make features optionalMatthew McClintock1-1/+1
2011-04-13disk/part.c: fix potential stack overflow bugLei Wen1-1/+1
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-2/+2
2010-09-19disk/part.c: fix relocation fixupHeiko Schocher1-2/+9
2010-09-19mmc: print out partition tableLei Wen1-0/+3
2010-08-11disk/part.c: 'usb storage' avoiding overflow when output capacitySergei Trofimovich1-5/+23
2010-07-24FAT32: fix support for superfloppy-format (PBR)Wolfgang Denk2-2/+5
2009-12-09common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher1-1/+1
2009-10-19part_dos: check status flags of partitionsDaniel Mack1-1/+2
2009-10-03Conditionally perform common relocation fixupsPeter Tyser1-1/+4