summaryrefslogtreecommitdiffstats
path: root/libpit/Source/libpit.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices, version identifier and documentation for 1.4.0 release.Benjamin Dobell2013-05-121-1/+1
|
* Fixed two major bugs in libpit related functionality:Benjamin Dobell2013-05-051-5/+5
| | | | | | | | | - Partitions were being excluded from flashing (and UI) if the block-count was zero. Instead this is now done using a new IsFlashable() method which checks if the partition name is not blank. - PitData::Pack() was packing the partition name where it should have been packing the "flash filename". This resulted in incorrect PIT files being flashed to the device.
* - Changed interpretation of packet size reponses of 0 from meaning "don'tBenjamin Dobell2013-01-221-4/+4
| | | | | care" to "unsupported". - Changed block size in libpit to mean either block size or block offset.
* Heimdall 1.4 RC1:Benjamin Dobell2012-10-011-40/+45
| | | | | | | | | - Massive refactoring. - Support for Qualcomm based devices. - Print PIT from file. - Use partition names as arguments e.g. --HIDDEN, --KERNEL, --MOVINAND etc. - Heimdall Frontend UI improvements. - And much more...
* Updated version to 1.3.2 and copyright notices to 2012.v1.3.2Benjamin Dobell2012-03-311-1/+1
|
* Renamed partitionType to chipIdentifier as partition type was incorrect.Benjamin Dobell2012-03-291-4/+4
|
* Version 1.3 (beta)Benjamin Dobell2011-07-091-0/+0
|
* 1.3 betaBenjamin Dobell2011-07-081-1/+1
|
* Version 1.3 beta.Benjamin Dobell2011-07-071-0/+35
|
* Major 1.3 updatesBenjamin Dobell2011-07-051-0/+256