aboutsummaryrefslogtreecommitdiffstats
path: root/disk
AgeCommit message (Expand)AuthorFilesLines
2009-12-08common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher1-1/+1
2009-10-18part_dos: check status flags of partitionsDaniel Mack1-1/+2
2009-10-03Conditionally perform common relocation fixupsPeter Tyser1-1/+4
2009-08-09Partition support: remove newline from partition nameWolfgang Denk3-11/+21
2009-05-15IDE: bail out of dev_print() for unknown device typesWolfgang Denk1-0/+5
2009-04-03mflash: Initial mflash supportunsik Kim6-3/+14
2009-03-20vsprintf: pull updates from Linux kernelMike Frysinger1-1/+1
2009-02-18disk: convert part_* files to COBJ-$(CONFIG_XXX) styleMike Frysinger6-34/+34
2009-01-27part_efi: Fix partition size calculation due to inclusive ending LBA.Richard Retanubun1-1/+3
2008-11-02Coding Style cleanup, update CHANGELOGWolfgang Denk1-27/+27
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2-3/+3
2008-10-18Add support for CONFIG_EFI_PARTITION (GUID Partition Table)richardretanubun4-3/+594
2008-09-22Add missing device types to dev_print() in part.cRemy Bohmer1-1/+9
2008-09-09Fix dev_print when called from usb_stor_info (usb storage command)NĂ­colas Carneiro Lebedenco1-0/+6
2008-06-03Fix incorrect switch for IF_TYPE in part.cTor Krill1-2/+2
2008-05-21Big white-space cleanup.Wolfgang Denk2-54/+54
2008-05-09cosmetic: Adjust coding style for switch statements to be consistentDetlev Zundel1-24/+36
2008-05-09Fix disk type output in disk/part.cDetlev Zundel1-18/+14
2008-03-26ata: add the support for SATA frameworkDave Liu4-0/+19
2007-11-15Build: split COBJS value into multiple linesGrant Likely1-1/+6
2007-08-03Merge branch 'testing' into workingAndy Fleming5-29/+29
2007-07-10disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-1/+1
2007-07-09disk/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger5-28/+28
2007-07-04disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger5-24/+24
2007-06-22[PCS440EP] upgrade the PCS440EP board:Heiko Schocher1-2/+1
2007-06-06Coding Style cleanup; generate new CHANGELOG file.Wolfgang Denk1-1/+1
2007-05-18Reduce line lengths to 80 characters max.Peter Pearse1-2/+4
2007-05-09New board SMN42 branchPeter Pearse1-0/+1
2007-04-14Enable partition support with MMCHaavard Skinnemoen1-0/+1
2007-02-22[PATCH] get_dev() now unconditionally uses manual relocationStefan Roese1-9/+1
2007-02-20[PATCH] Fix relocation problem with "new" get_dev() functionStefan Roese1-0/+12
2007-02-20[PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely1-0/+49
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-7/+10
2005-10-13Cleanup for GCC-4.xWolfgang Denk2-14/+14
2005-02-24Cleanup USB and partition defineswdenk5-6/+20
2004-04-18* Cleanup, minor fixeswdenk1-7/+3
2004-03-14Code cleanup; make several boards compile & link.wdenk1-4/+4
2004-03-13* Patch by Rune Torgersen, 27 Feb 2004:wdenk1-5/+26
2004-02-23* CVS add missing fileswdenk2-3/+5
2004-01-03Patches by Stephan Linz, 11 Dec 2003:wdenk1-1/+6
2003-09-10* Patches by Denis Peter, 9 Sep 2003:wdenk2-3/+22
2003-09-10* Add support for USB Mass Storage Devices (BBB)wdenk2-2/+6
2003-06-29Fix some missing commands, cleanup header fileswdenk5-5/+0
2003-06-27* Code cleanup:wdenk8-54/+39
2003-05-20* Patch by David Updegraff, 22 Apr 2003:wdenk1-1/+3
2002-11-19* Patch by Thomas Frieden, 13 Nov 2002:wdenk7-2/+594
2002-11-03Initial revisionwdenk3-0/+580
2002-11-02Initial revisionwdenk1-0/+257
2002-08-17Initial revisionwdenk1-0/+227