aboutsummaryrefslogtreecommitdiff
path: root/disk/part_dos.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-11disk: part_dos.c: Add a PBR check when MBR checking failsDarwin Dingel1-1/+20
2014-06-05disk: part_efi: clarify lbaint_t usageSteve Rae1-2/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-01disk/part_dos: check harder for partition tableEgbert Eich1-3/+16
2013-03-14disk: define HAVE_BLOCK_DEVICE in a common placeStephen Warren1-6/+1
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-08disk: part_dos: don't claim whole-disk FAT filesystemsStephen Warren1-12/+9
2012-09-25disk: part_msdos: parse and store partition UUIDStephen Warren1-3/+12
2012-09-25disk/part: check bootable flag for DOS partitionsRob Herring1-2/+9
2012-06-21Block: Remove MG DISK supportMarek Vasut1-1/+0
2012-04-30part_dos: align disk buffers on cache line to enable DMA and cacheEric Nelson1-3/+3
2011-07-27part_dos: fix crash with big sector sizeSergei Shtylyov1-3/+3
2010-07-24FAT32: fix support for superfloppy-format (PBR)Wolfgang Denk1-1/+3
2009-10-18part_dos: check status flags of partitionsDaniel Mack1-1/+2
2009-08-09Partition support: remove newline from partition nameWolfgang Denk1-5/+10
2009-04-03mflash: Initial mflash supportunsik Kim1-0/+1
2009-02-18disk: convert part_* files to COBJ-$(CONFIG_XXX) styleMike Frysinger1-6/+6
2008-03-26ata: add the support for SATA frameworkDave Liu1-0/+2
2007-07-09disk/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-4/+4
2007-07-04disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-3/+3
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-7/+7
2005-02-24Cleanup USB and partition defineswdenk1-1/+2
2004-02-23* CVS add missing fileswdenk1-1/+2
2003-09-10* Patches by Denis Peter, 9 Sep 2003:U-Boot-0_4_8wdenk1-3/+18
2003-09-10* Add support for USB Mass Storage Devices (BBB)wdenk1-1/+3
2003-06-29Fix some missing commands, cleanup header filesU-Boot-0_4_1wdenk1-1/+0
2003-06-27* Code cleanup:LABEL_2003_06_27_2340wdenk1-6/+4
2003-05-20* Patch by David Updegraff, 22 Apr 2003:LABEL_2003_05_20_1630wdenk1-1/+3
2002-11-03Initial revisionwdenk1-0/+233