summaryrefslogtreecommitdiffstats
path: root/disk/part_iso.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+2
* part: Drop disk_partition_t typedefSimon Glass2020-05-181-4/+4
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford2018-02-081-1/+1
* iso: Reduce verbosity on test and info callsAlexander Graf2017-10-161-2/+2
* disk: part: align buffer so it can be used with DMA enabled driversStefan Agner2017-08-261-1/+1
* disk: part: refactor generic name creation for DOS and ISOPetr Kulhavy2016-10-011-24/+1
* disk: part: implement generic function part_get_info_by_name()Petr Kulhavy2016-10-011-0/+1
* iso: Fix part info commandAlexander Graf2016-07-221-2/+2
* iso: Allow 512 byte sector sizeAlexander Graf2016-04-181-5/+31
* iso: Start with partition 1Alexander Graf2016-04-181-2/+2
* iso: Make little endian and 64bit safeAlexander Graf2016-04-181-6/+4
* part_iso: Drop the customer unaligned access functionsSimon Glass2016-03-221-23/+4
* part: Rename test_part_xx() and print_part_xx()Simon Glass2016-03-141-4/+4
* dm: block: Adjust device calls to go through helpers functionSimon Glass2016-03-141-3/+3
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-141-19/+20
* dm: part: Rename some partition functionsSimon Glass2016-03-141-8/+9
* dm: part: Convert partition API use to linker listsSimon Glass2016-03-141-5/+11
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-4/+6
* Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-141-1/+1
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-131-5/+5
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy2013-07-151-2/+2
* disk/iso: Add Support for block sizes > 512 byte to ISO partition supportEgbert Eich2013-05-011-0/+3
* disk: define HAVE_BLOCK_DEVICE in a common placeStephen Warren2013-03-141-6/+1
* Block: Remove MG DISK supportMarek Vasut2012-06-211-1/+0
* Partition support: remove newline from partition nameWolfgang Denk2009-08-091-5/+10
* mflash: Initial mflash supportunsik Kim2009-04-031-0/+1
* disk: convert part_* files to COBJ-$(CONFIG_XXX) styleMike Frysinger2009-02-181-6/+6
* Big white-space cleanup.Wolfgang Denk2008-05-211-3/+3
* ata: add the support for SATA frameworkDave Liu2008-03-261-0/+2
* disk/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-091-4/+4
* disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-041-3/+3
* Cleanup for GCC-4.xWolfgang Denk2005-10-131-7/+7
* Cleanup USB and partition defineswdenk2005-02-241-2/+6
* Fix some missing commands, cleanup header filesU-Boot-0_4_1wdenk2003-06-291-1/+0
* * Code cleanup:LABEL_2003_06_27_2340wdenk2003-06-271-1/+0
* * Patch by Thomas Frieden, 13 Nov 2002:wdenk2002-11-191-0/+1
* Initial revisionwdenk2002-11-021-0/+257