summaryrefslogtreecommitdiffstats
path: root/common/partition.c
Commit message (Collapse)AuthorAgeFilesLines
* partition: route through MEMSETBADBLOCK ioctlSascha Hauer2008-09-021-0/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Partition: Add an own device id for partitionsSascha Hauer2008-08-141-0/+6
| | | | | | | | Add an own device id for partitions. This is necessary to allow the partition layer to check if the given device is really a partition. Also, check for readonly flag in erase. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Partition layer updatesSascha Hauer2008-08-131-9/+5
| | | | | | | - route MEMGETINFO through partition layer - use dev_erase/dev_protect instead of direct pointers Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* - introduce ioctl callSascha Hauer2008-06-061-0/+44
| | | | - pass open/close/lseek through to drivers
* various doc addedJuergen Beisert2007-11-091-10/+10
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* adding doc, first tryJuergen Beisert2007-10-191-2/+67
|
* fix some typossascha2007-10-191-5/+5
|
* Merge branch 'master' of jbe@octopus:/home/git/projects/u-boot-v2Juergen Beisert2007-10-191-3/+8
|\
| * - Implement tree structure for devicessascha2007-10-191-3/+8
| | | | | | | | | | | | | | - Use device tree structure to implement partitions - Let devinfo print a nice tree - Introduce 'fixed' partitions which are not removable - Fix mount: It was not possible to mount on a relative path.
* | doc added onlyJuergen Beisert2007-10-191-0/+123
|/
* adding noisy supportJuergen Beisert2007-10-181-1/+1
|
* implement flash protectionSascha Hauer2007-07-161-0/+11
|
* implement memmap().Sascha Hauer2007-07-151-0/+17
| | | | | | With this function we can get a pointer to directly memory mapped devices like nor flash or RAM. Useful for bootm where we save one memcopy when the image is mappable
* whitespace cleanupSascha Hauer2007-07-151-18/+18
|
* svn_rev_653Sascha Hauer2007-07-051-185/+0
| | | | restructure tree, add reginfo command
* svn_rev_481Sascha Hauer2007-07-051-2/+2
| | | | make more char * const, fix compiler warnings
* svn_rev_462Sascha Hauer2007-07-051-30/+61
| | | | | | | - Add help texts for many commands. - Let the linker sort the command table. - Add support for multiple argmuments in several commands (mkdir, rmdir, rm, cat)
* svn_rev_456Sascha Hauer2007-07-051-5/+1
| | | | use xzalloc
* svn_rev_435Sascha Hauer2007-07-051-0/+250
rename