summaryrefslogtreecommitdiff
path: root/disk/part_dos.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-02disk: part: implement generic function part_get_info_by_name()Petr Kulhavy1-0/+1
2016-03-15part: Rename test_part_xx() and print_part_xx()Simon Glass1-4/+4
2016-03-15dm: block: Adjust device calls to go through helpers functionSimon Glass1-5/+3
2016-03-15dm: block: Rename device number member dev to devnumSimon Glass1-12/+17
2016-03-15dm: part: Rename some partition functionsSimon Glass1-10/+9
2016-03-15dm: part: Convert partition API use to linker listsSimon Glass1-1/+8
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-9/+10
2016-01-15Fix GCC format-security errors and convert sprintfs.Ben Whitten1-2/+2
2016-01-14block: pass block dev not num to read/write/erase()Stephen Warren1-3/+5
2016-01-14part_dos.c: Don't wrap to negative after 2G sectorsStefan Monnier1-12/+17
2015-09-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2014-06-12disk: 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-02disk/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-26disk: part_msdos: parse and store partition UUIDStephen Warren1-3/+12
2012-09-26disk/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-28part_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-19part_dos: check status flags of partitionsDaniel Mack1-1/+2
2009-08-10Partition support: remove newline from partition nameWolfgang Denk1-5/+10
2009-04-04mflash: Initial mflash supportunsik Kim1-0/+1
2009-02-18disk: convert part_* files to COBJ-$(CONFIG_XXX) styleMike Frysinger1-6/+6
2008-03-27ata: add the support for SATA frameworkDave Liu1-0/+2
2007-07-10disk/: 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-25Cleanup USB and partition defineswdenk1-1/+2
2004-02-23* CVS add missing fileswdenk1-1/+2
2003-09-11* Patches by Denis Peter, 9 Sep 2003:wdenk1-3/+18
2003-09-10* Add support for USB Mass Storage Devices (BBB)wdenk1-1/+3
2003-06-30Fix some missing commands, cleanup header fileswdenk1-1/+0
2003-06-28* Code cleanup:wdenk1-6/+4
2003-05-20* Patch by David Updegraff, 22 Apr 2003:wdenk1-1/+3
2002-11-03Initial revisionwdenk1-0/+233