summaryrefslogtreecommitdiffstats
path: root/disk/part.c
Commit message (Expand)AuthorAgeFilesLines
* disk/part.c: make local function staticJeroen Hofstee2014-10-251-1/+1
* cleanup disk/part.c whitespacePavel Machek2014-09-241-4/+5
* whitespace cleanupsPavel Machek2014-07-221-4/+4
* sandbox: restore ability to access host fs through standard commandsStephen Warren2014-06-231-0/+19
* disk: default to HW partition 0 if not specifiedStephen Warren2014-06-121-3/+3
* mmc: provide a select_hwpart implementation for get_device()Stephen Warren2014-05-231-1/+5
* disk: support devices with HW partitionsStephen Warren2014-05-231-10/+64
* sandbox: Use os functions to read host device treeSimon Glass2014-03-171-17/+0
* sandbox: block driver using host file/device as backing storeHenrik Nordström2014-01-081-0/+6
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* fs/ext4: fix log2blksz un-initialized error, by cacaulating its value from blkszLan Yixun (dlan)2013-07-221-0/+4
* disk: define HAVE_BLOCK_DEVICE in a common placeStephen Warren2013-03-141-10/+0
* sandbox: Add host filesystemSimon Glass2013-03-041-0/+17
* part: check each variable for capability calculationJerry Huang2012-12-061-1/+1
* disk: Make the disk partition code work with no specific partition typesGabe Black2012-10-221-33/+17
* disk: initialize name/part fields when returning a whole diskStephen Warren2012-10-191-0/+2
* disk: get_device_and_partition() return value fixesStephen Warren2012-10-171-1/+1
* disk: allow - or empty string to fall back to $bootdeviceStephen Warren2012-09-281-1/+2
* disk: part_efi: parse and store partition UUIDStephen Warren2012-09-251-0/+5
* disk: get_device_and_partition() "auto" partition and cleanupStephen Warren2012-09-251-43/+154
* disk: introduce get_device()Stephen Warren2012-09-251-0/+22
* disk/part: introduce get_device_and_partitionRob Herring2012-09-251-2/+67
* disk: make get_partition_info() always available to disk.cStephen Warren2012-09-251-55/+63
* Block: Remove MG DISK supportMarek Vasut2012-06-211-6/+0
* disk/part.c: Fix device enumeration through APITim Kientzle2012-03-271-0/+3
* disk/part.c: fix potential stack overflow bugLei Wen2011-04-121-1/+1
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-291-2/+2
* disk/part.c: fix relocation fixupHeiko Schocher2010-09-191-2/+9
* mmc: print out partition tableLei Wen2010-09-181-0/+3
* disk/part.c: 'usb storage' avoiding overflow when output capacitySergei Trofimovich2010-08-101-5/+23
* common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher2009-12-081-1/+1
* Conditionally perform common relocation fixupsPeter Tyser2009-10-031-1/+4
* IDE: bail out of dev_print() for unknown device typesWolfgang Denk2009-05-151-0/+5
* mflash: Initial mflash supportunsik Kim2009-04-031-1/+7
* vsprintf: pull updates from Linux kernelMike Frysinger2009-03-201-1/+1
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-1/+1
* Add support for CONFIG_EFI_PARTITION (GUID Partition Table)richardretanubun2008-10-181-3/+30
* Add missing device types to dev_print() in part.cRemy Bohmer2008-09-221-1/+9
* Fix dev_print when called from usb_stor_info (usb storage command)Nícolas Carneiro Lebedenco2008-09-091-0/+6
* Fix incorrect switch for IF_TYPE in part.cTor Krill2008-06-031-2/+2
* cosmetic: Adjust coding style for switch statements to be consistentDetlev Zundel2008-05-091-24/+36
* Fix disk type output in disk/part.cDetlev Zundel2008-05-091-18/+14
* ata: add the support for SATA frameworkDave Liu2008-03-261-0/+14
* Merge branch 'testing' into workingAndy Fleming2007-08-031-14/+14
|\
| * disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-101-1/+1
| * disk/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-091-13/+13
| * disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-041-12/+12
* | [PCS440EP] upgrade the PCS440EP board:Heiko Schocher2007-06-221-2/+1
|/
* Coding Style cleanup; generate new CHANGELOG file.Wolfgang Denk2007-06-061-1/+1
* Reduce line lengths to 80 characters max.Peter Pearse2007-05-181-2/+4
OpenPOWER on IntegriCloud