aboutsummaryrefslogtreecommitdiff
path: root/disk/part.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-25disk/part.c: make local function staticJeroen Hofstee1-1/+1
2014-09-24cleanup disk/part.c whitespacePavel Machek1-4/+5
2014-07-22whitespace cleanupsPavel Machek1-4/+4
2014-06-23sandbox: restore ability to access host fs through standard commandsStephen Warren1-0/+19
2014-06-12disk: default to HW partition 0 if not specifiedStephen Warren1-3/+3
2014-05-23mmc: provide a select_hwpart implementation for get_device()Stephen Warren1-1/+5
2014-05-23disk: support devices with HW partitionsStephen Warren1-10/+64
2014-03-17sandbox: Use os functions to read host device treeSimon Glass1-17/+0
2014-01-08sandbox: block driver using host file/device as backing storeHenrik Nordström1-0/+6
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-22fs/ext4: fix log2blksz un-initialized error, by cacaulating its value from blkszLan Yixun (dlan)1-0/+4
2013-03-14disk: define HAVE_BLOCK_DEVICE in a common placeStephen Warren1-10/+0
2013-03-04sandbox: Add host filesystemSimon Glass1-0/+17
2012-12-06part: check each variable for capability calculationJerry Huang1-1/+1
2012-10-22disk: Make the disk partition code work with no specific partition typesGabe Black1-33/+17
2012-10-19disk: initialize name/part fields when returning a whole diskStephen Warren1-0/+2
2012-10-17disk: get_device_and_partition() return value fixesStephen Warren1-1/+1
2012-09-28disk: allow - or empty string to fall back to $bootdeviceStephen Warren1-1/+2
2012-09-25disk: part_efi: parse and store partition UUIDStephen Warren1-0/+5
2012-09-25disk: get_device_and_partition() "auto" partition and cleanupStephen Warren1-43/+154
2012-09-25disk: introduce get_device()Stephen Warren1-0/+22
2012-09-25disk/part: introduce get_device_and_partitionRob Herring1-2/+67
2012-09-25disk: make get_partition_info() always available to disk.cStephen Warren1-55/+63
2012-06-21Block: Remove MG DISK supportMarek Vasut1-6/+0
2012-03-27disk/part.c: Fix device enumeration through APITim Kientzle1-0/+3
2011-04-12disk/part.c: fix potential stack overflow bugLei Wen1-1/+1
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-2/+2
2010-09-19disk/part.c: fix relocation fixupHeiko Schocher1-2/+9
2010-09-18mmc: print out partition tableLei Wen1-0/+3
2010-08-10disk/part.c: 'usb storage' avoiding overflow when output capacitySergei Trofimovich1-5/+23
2009-12-08common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher1-1/+1
2009-10-03Conditionally perform common relocation fixupsPeter Tyser1-1/+4
2009-05-15IDE: bail out of dev_print() for unknown device typesWolfgang Denk1-0/+5
2009-04-03mflash: Initial mflash supportunsik Kim1-1/+7
2009-03-20vsprintf: pull updates from Linux kernelMike Frysinger1-1/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-10-18Add support for CONFIG_EFI_PARTITION (GUID Partition Table)richardretanubun1-3/+30
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-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 Liu1-0/+14
2007-08-03Merge branch 'testing' into workingAndy Fleming1-14/+14
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 Loeliger1-13/+13
2007-07-04disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-12/+12
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