summaryrefslogtreecommitdiff
path: root/disk/part_iso.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+2
2020-05-19part: Drop disk_partition_t typedefSimon Glass1-4/+4
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-09Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford1-1/+1
2017-10-16iso: Reduce verbosity on test and info callsAlexander Graf1-2/+2
2017-08-26disk: part: align buffer so it can be used with DMA enabled driversStefan Agner1-1/+1
2016-10-02disk: part: refactor generic name creation for DOS and ISOPetr Kulhavy1-24/+1
2016-10-02disk: part: implement generic function part_get_info_by_name()Petr Kulhavy1-0/+1
2016-07-22iso: Fix part info commandAlexander Graf1-2/+2
2016-04-19iso: Allow 512 byte sector sizeAlexander Graf1-5/+31
2016-04-19iso: Start with partition 1Alexander Graf1-2/+2
2016-04-19iso: Make little endian and 64bit safeAlexander Graf1-6/+4
2016-03-22part_iso: Drop the customer unaligned access functionsSimon Glass1-23/+4
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-3/+3
2016-03-15dm: block: Rename device number member dev to devnumSimon Glass1-19/+20
2016-03-15dm: part: Rename some partition functionsSimon Glass1-8/+9
2016-03-15dm: part: Convert partition API use to linker listsSimon Glass1-5/+11
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-4/+6
2016-01-15Fix GCC format-security errors and convert sprintfs.Ben Whitten1-1/+1
2016-01-14block: pass block dev not num to read/write/erase()Stephen Warren1-5/+5
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-16Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy1-2/+2
2013-05-02disk/iso: Add Support for block sizes > 512 byte to ISO partition supportEgbert Eich1-0/+3
2013-03-14disk: define HAVE_BLOCK_DEVICE in a common placeStephen Warren1-6/+1
2012-06-21Block: Remove MG DISK supportMarek Vasut1-1/+0
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-05-21Big white-space cleanup.Wolfgang Denk1-3/+3
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-2/+6
2003-06-30Fix some missing commands, cleanup header fileswdenk1-1/+0
2003-06-28* Code cleanup:wdenk1-1/+0
2002-11-19* Patch by Thomas Frieden, 13 Nov 2002:wdenk1-0/+1
2002-11-03Initial revisionwdenk1-0/+257