aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/mtd
Commit message (Collapse)AuthorAgeFilesLines
* Make MTD startup less verbose, there are diagnostic commands to read off its ↵Lorenz Meier2014-02-011-4/+0
| | | | state
* mtd: added "mtd readtest" and "mtd rwtest"Andrew Tridgell2014-01-161-2/+113
| | | | this allows for verification of MTD operation on startup
* mtd: use new MTDIOC_SETSPEED ioctlAndrew Tridgell2014-01-161-1/+5
| | | | set SPI speed to 10MHz
* mtd: fixed creation and erase of a single partitionAndrew Tridgell2014-01-151-5/+5
|
* Introducing mtd status command, fixing compile errors for I2C setupLorenz Meier2014-01-141-29/+88
|
* Enabled EEPROM as MTD backend deviceLorenz Meier2014-01-143-8/+619
|
* Eliminated magic numberLorenz Meier2014-01-141-1/+1
|
* Added MTD erase commandAndrew Tridgell2014-01-141-1/+30
|
* Compile / bugfixes on MTD commandline toolLorenz Meier2014-01-121-4/+1
|
* Enabled MTD partitions, successfully tested paramsLorenz Meier2014-01-121-18/+22
|
* Added support for N MTD / ramtron partitions / filesLorenz Meier2014-01-121-46/+79
|
* Added MTD adapter driverLorenz Meier2014-01-112-0/+222