summaryrefslogtreecommitdiff
path: root/disk
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-5/+22
* part_dos: fix crash with big sector sizeSergei Shtylyov2011-07-27-10/+3
* disk/part.c: Make features optionalMatthew McClintock2011-07-26-1/+1
* disk/part.c: fix potential stack overflow bugLei Wen2011-04-12-1/+1
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-17-2/+2
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-29-2/+2
* disk/part.c: fix relocation fixupHeiko Schocher2010-09-19-2/+9
* mmc: print out partition tableLei Wen2010-09-18-0/+3
* disk/part.c: 'usb storage' avoiding overflow when output capacitySergei Trofimovich2010-08-10-5/+23
* FAT32: fix support for superfloppy-format (PBR)Wolfgang Denk2010-07-24-2/+5
* common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher2009-12-08-1/+1
* part_dos: check status flags of partitionsDaniel Mack2009-10-18-1/+2
* Conditionally perform common relocation fixupsPeter Tyser2009-10-03-1/+4
* Partition support: remove newline from partition nameWolfgang Denk2009-08-09-11/+21
* IDE: bail out of dev_print() for unknown device typesWolfgang Denk2009-05-15-0/+5
* mflash: Initial mflash supportunsik Kim2009-04-03-3/+14
* vsprintf: pull updates from Linux kernelMike Frysinger2009-03-20-1/+1
* disk: convert part_* files to COBJ-$(CONFIG_XXX) styleMike Frysinger2009-02-18-34/+34
* part_efi: Fix partition size calculation due to inclusive ending LBA.Richard Retanubun2009-01-27-1/+3
* Coding Style cleanup, update CHANGELOGWolfgang Denk2008-11-02-27/+27
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-3/+3
* Add support for CONFIG_EFI_PARTITION (GUID Partition Table)richardretanubun2008-10-18-3/+594
* Add missing device types to dev_print() in part.cRemy Bohmer2008-09-22-1/+9
* Fix dev_print when called from usb_stor_info (usb storage command)NĂ­colas Carneiro Lebedenco2008-09-09-0/+6
* Fix incorrect switch for IF_TYPE in part.cTor Krill2008-06-03-2/+2
* Big white-space cleanup.Wolfgang Denk2008-05-21-54/+54
* cosmetic: Adjust coding style for switch statements to be consistentDetlev Zundel2008-05-09-24/+36
* Fix disk type output in disk/part.cDetlev Zundel2008-05-09-18/+14
* ata: add the support for SATA frameworkDave Liu2008-03-26-0/+19
* Build: split COBJS value into multiple linesGrant Likely2007-11-15-1/+6
* Merge branch 'testing' into workingAndy Fleming2007-08-03-29/+29
|\
| * disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-10-1/+1
| * disk/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-09-28/+28
| * disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-24/+24
* | [PCS440EP] upgrade the PCS440EP board:Heiko Schocher2007-06-22-2/+1
|/
* Coding Style cleanup; generate new CHANGELOG file.Wolfgang Denk2007-06-06-1/+1
* Reduce line lengths to 80 characters max.Peter Pearse2007-05-18-2/+4
* New board SMN42 branchPeter Pearse2007-05-09-0/+1
* Enable partition support with MMCHaavard Skinnemoen2007-04-14-0/+1
* [PATCH] get_dev() now unconditionally uses manual relocationStefan Roese2007-02-22-9/+1
* [PATCH] Fix relocation problem with "new" get_dev() functionStefan Roese2007-02-20-0/+12
* [PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely2007-02-20-0/+49
* Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-09-1/+1
* Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-01-7/+10
* Cleanup for GCC-4.xWolfgang Denk2005-10-13-14/+14
* Cleanup USB and partition defineswdenk2005-02-24-6/+20
* * Cleanup, minor fixeswdenk2004-04-18-7/+3