summaryrefslogtreecommitdiff
path: root/disk/part_dos.c
Commit message (Expand)AuthorAgeLines
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* disk/part_dos: check harder for partition tableEgbert Eich2013-05-01-3/+16
* disk: define HAVE_BLOCK_DEVICE in a common placeStephen Warren2013-03-14-6/+1
* disk: part_dos: print partition UUID in partition listStephen Warren2012-10-17-8/+11
* disk: part_dos: checkpatch cleanupsStephen Warren2012-10-17-10/+11
* disk: part_dos: don't claim whole-disk FAT filesystemsStephen Warren2012-10-08-12/+9
* disk: part_msdos: parse and store partition UUIDStephen Warren2012-09-25-3/+12
* disk/part: check bootable flag for DOS partitionsRob Herring2012-09-25-2/+9
* Block: Remove MG DISK supportMarek Vasut2012-06-21-1/+0
* part_dos: align disk buffers on cache line to enable DMA and cacheEric Nelson2012-04-30-3/+3
* part_dos: fix crash with big sector sizeSergei Shtylyov2011-07-27-3/+3
* FAT32: fix support for superfloppy-format (PBR)Wolfgang Denk2010-07-24-1/+3
* part_dos: check status flags of partitionsDaniel Mack2009-10-18-1/+2
* Partition support: remove newline from partition nameWolfgang Denk2009-08-09-5/+10
* mflash: Initial mflash supportunsik Kim2009-04-03-0/+1
* disk: convert part_* files to COBJ-$(CONFIG_XXX) styleMike Frysinger2009-02-18-6/+6
* ata: add the support for SATA frameworkDave Liu2008-03-26-0/+2
* disk/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-09-4/+4
* disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-3/+3
* Cleanup for GCC-4.xWolfgang Denk2005-10-13-7/+7
* Cleanup USB and partition defineswdenk2005-02-24-1/+2
* * CVS add missing fileswdenk2004-02-23-1/+2
* * Patches by Denis Peter, 9 Sep 2003:wdenk2003-09-10-3/+18
* * Add support for USB Mass Storage Devices (BBB)wdenk2003-09-10-1/+3
* Fix some missing commands, cleanup header fileswdenk2003-06-29-1/+0
* * Code cleanup:wdenk2003-06-27-6/+4
* * Patch by David Updegraff, 22 Apr 2003:wdenk2003-05-20-1/+3
* Initial revisionwdenk2002-11-03-0/+233