aboutsummaryrefslogtreecommitdiffstats
path: root/disk
AgeCommit message (Expand)AuthorFilesLines
2015-01-08gpt: Fix the protective MBR partition sizeMaxime Ripard1-1/+1
2014-12-18fastboot: handle flash write to GPT partitionsSteve Rae1-0/+93
2014-12-18disk: part_efi: move code to static functionsSteve Rae1-73/+102
2014-11-26sandbox: Fix warnings due to 64-bit printf() stringsSimon Glass1-10/+11
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-06-11disk: part_dos.c: Add a PBR check when MBR checking failsDarwin Dingel1-1/+20
2014-06-05disk: part_efi: add get_partition_info_efi_by_name()Steve Rae1-1/+20
2014-06-05disk: part_efi: clarify lbaint_t usageSteve Rae2-27/+29
2014-06-05disk: part_efi: resolve endianness issuesSteve Rae1-2/+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-05-12disk: part_efi: add support for the Backup GPTSteve Rae1-3/+19
2014-04-02lib: uuid: code refactor for proper maintain between uuid bin and stringPrzemyslaw Marczak1-8/+9
2014-04-02part_efi: move uuid<->string conversion functions into lib/uuid.cPrzemyslaw Marczak1-79/+11
2014-03-17sandbox: Use os functions to read host device treeSimon Glass1-17/+0
2014-02-24part_efi: fix protective mbr struct allocationHector Palacios1-5/+3
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada1-1/+1
2014-01-08sandbox: block driver using host file/device as backing storeHenrik Nordström1-0/+6
2013-10-31disk: convert a makefile to Kbuild styleMasahiro Yamada1-28/+6
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk4-4/+4
2013-09-20part_efi: make sure the gpt_pte is freedMark Langsdorf1-1/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk11-187/+11
2013-07-22fs/ext4: fix log2blksz un-initialized error, by cacaulating its value from blkszLan Yixun (dlan)1-0/+4
2013-07-15Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy2-5/+5
2013-06-04disk: Fix possible out-of-bounds access in part_efi.cMarek Vasut1-3/+8
2013-05-01disk/iso: Add Support for block sizes > 512 byte to ISO partition supportEgbert Eich1-0/+3
2013-05-01disk/gpt: Fix GPT partition handling for blocksize != 512Egbert Eich1-16/+22
2013-05-01disk/part_dos: check harder for partition tableEgbert Eich1-3/+16
2013-04-02disk: fix unaligned access in efi partitionsMarc Dietrich1-1/+2
2013-03-14disk: define HAVE_BLOCK_DEVICE in a common placeStephen Warren6-40/+5
2013-03-04sandbox: Add host filesystemSimon Glass1-0/+17
2012-12-13gpt: Support for GPT (GUID Partition Table) restorationLukasz Majewski1-3/+278
2012-12-13gpt: The leXX_to_int() calls replaced with ones defined at <compiler.h>Chang Hyun Park1-71/+42
2012-12-13part:efi: Move part_efi.h file to ./includeLukasz Majewski1-144/+0
2012-12-06part: check each variable for capability calculationJerry Huang1-1/+1
2012-10-22disk: Address cast and format errorsTaylor Hutt1-3/+4
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: part_dos: print partition UUID in partition listStephen Warren1-8/+11
2012-10-17disk: part_dos: checkpatch cleanupsStephen Warren1-10/+11
2012-10-17disk: part_efi: set bootable flag in partition objectsStephen Warren1-0/+10
2012-10-17disk: part_efi: print raw partition attributesStephen Warren2-6/+11
2012-10-17disk: part_efi: add new partition attribute definitionsStephen Warren1-1/+3
2012-10-17disk: part_efi: print partition UUIDsStephen Warren1-22/+28
2012-10-17disk: part_efi: re-order partition list printf, change caseStephen Warren1-4/+4
2012-10-17disk: part_efi: remove indent level from loopStephen Warren1-8/+7
2012-10-17disk: get_device_and_partition() return value fixesStephen Warren1-1/+1
2012-10-08disk: part_dos: don't claim whole-disk FAT filesystemsStephen Warren1-12/+9
2012-09-28disk: allow - or empty string to fall back to $bootdeviceStephen Warren1-1/+2
2012-09-25disk: part_msdos: parse and store partition UUIDStephen Warren2-4/+13
2012-09-25disk: part_efi: parse and store partition UUIDStephen Warren2-0/+30
2012-09-25disk: part_efi: range-check partition numberStephen Warren1-0/+7
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/part: check bootable flag for DOS partitionsRob Herring1-2/+9
2012-09-25disk: make get_partition_info() always available to disk.cStephen Warren1-55/+63
2012-09-02part_mac: dcache: allocate cacheline-aligned buffersBenoît Thébaudeau1-34/+34
2012-06-21Block: Remove MG DISK supportMarek Vasut6-11/+0
2012-04-30part_dos: align disk buffers on cache line to enable DMA and cacheEric Nelson1-3/+3
2012-03-27disk/part.c: Fix device enumeration through APITim Kientzle1-0/+3
2011-12-06part_efi: Fix compile errorsSanjeev Premi1-1/+1
2011-12-05disk: part_efi: fix regression due to incorrect buffer usageStephen Warren1-2/+2
2011-10-27disk: part_efi: fix **pgpt_pte == NULLDoug Anderson1-23/+15
2011-10-27cosmetic: Replace __FUNCTION__ with __func__ in part_efi.cDoug Anderson1-14/+14
2011-10-25part_efi: dcache: allocate cacheline aligned buffersAnton staaf1-9/+9
2011-10-06part: show efi partition name when print out partition infoLei Wen2-5/+22
2011-07-27part_dos: fix crash with big sector sizeSergei Shtylyov2-10/+3
2011-07-26disk/part.c: Make features optionalMatthew McClintock1-1/+1
2011-04-12disk/part.c: fix potential stack overflow bugLei Wen1-1/+1
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
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
2010-07-24FAT32: fix support for superfloppy-format (PBR)Wolfgang Denk2-2/+5
2009-12-08common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher1-1/+1
2009-10-18part_dos: check status flags of partitionsDaniel Mack1-1/+2
2009-10-03Conditionally perform common relocation fixupsPeter Tyser1-1/+4
2009-08-09Partition support: remove newline from partition nameWolfgang Denk3-11/+21
2009-05-15IDE: bail out of dev_print() for unknown device typesWolfgang Denk1-0/+5
2009-04-03mflash: Initial mflash supportunsik Kim6-3/+14
2009-03-20vsprintf: pull updates from Linux kernelMike Frysinger1-1/+1
2009-02-18disk: convert part_* files to COBJ-$(CONFIG_XXX) styleMike Frysinger6-34/+34
2009-01-27part_efi: Fix partition size calculation due to inclusive ending LBA.Richard Retanubun1-1/+3
2008-11-02Coding Style cleanup, update CHANGELOGWolfgang Denk1-27/+27
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2-3/+3
2008-10-18Add support for CONFIG_EFI_PARTITION (GUID Partition Table)richardretanubun4-3/+594
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-21Big white-space cleanup.Wolfgang Denk2-54/+54
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 Liu4-0/+19
2007-11-15Build: split COBJS value into multiple linesGrant Likely1-1/+6
2007-08-03Merge branch 'testing' into workingAndy Fleming5-29/+29
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 Loeliger5-28/+28
2007-07-04disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger5-24/+24
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
2007-05-09New board SMN42 branchPeter Pearse1-0/+1
2007-04-14Enable partition support with MMCHaavard Skinnemoen1-0/+1
2007-02-22[PATCH] get_dev() now unconditionally uses manual relocationStefan Roese1-9/+1
2007-02-20[PATCH] Fix relocation problem with "new" get_dev() functionStefan Roese1-0/+12
2007-02-20[PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely1-0/+49
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-7/+10
2005-10-13Cleanup for GCC-4.xWolfgang Denk2-14/+14
2005-02-24Cleanup USB and partition defineswdenk5-6/+20
2004-04-18* Cleanup, minor fixeswdenk1-7/+3
2004-03-14Code cleanup; make several boards compile & link.wdenk1-4/+4
2004-03-13* Patch by Rune Torgersen, 27 Feb 2004:wdenk1-5/+26
2004-02-23* CVS add missing fileswdenk2-3/+5
2004-01-03Patches by Stephan Linz, 11 Dec 2003:wdenk1-1/+6
2003-09-10* Patches by Denis Peter, 9 Sep 2003:wdenk2-3/+22
2003-09-10* Add support for USB Mass Storage Devices (BBB)wdenk2-2/+6
2003-06-29Fix some missing commands, cleanup header fileswdenk5-5/+0
2003-06-27* Code cleanup:wdenk8-54/+39
2003-05-20* Patch by David Updegraff, 22 Apr 2003:wdenk1-1/+3
2002-11-19* Patch by Thomas Frieden, 13 Nov 2002:wdenk7-2/+594
2002-11-03Initial revisionwdenk3-0/+580
2002-11-02Initial revisionwdenk1-0/+257
2002-08-17Initial revisionwdenk1-0/+227
2002-03-08Initial revisionwdenk1-0/+171
2001-07-05Initial revisionwdenk1-0/+44
2001-03-29Initial revisionwdenk1-0/+45