<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_heimdall/heimdall/source/FlashAction.cpp, branch replicant-6.0</title>
<subtitle>external/heimdall
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/external_heimdall/'/>
<entry>
<title>Merge branch 'tflash'</title>
<updated>2017-05-11T18:34:19+00:00</updated>
<author>
<name>Benjamin Dobell</name>
<email>benjamin.dobell+git@glassechidna.com.au</email>
</author>
<published>2017-05-11T18:34:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/external_heimdall/commit/?id=663bb80f22575b096a98ff44a5afe0cb2b9b0f66'/>
<id>663bb80f22575b096a98ff44a5afe0cb2b9b0f66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor T-Flash implementation before merging.</title>
<updated>2017-05-11T18:32:20+00:00</updated>
<author>
<name>Benjamin Dobell</name>
<email>benjamin.dobell+git@glassechidna.com.au</email>
</author>
<published>2017-05-11T18:28:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/external_heimdall/commit/?id=bf891c9366a86cc06831ab70a7a85ce5673b71e1'/>
<id>bf891c9366a86cc06831ab70a7a85ce5673b71e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>It's 2017. Where did the years go?</title>
<updated>2017-05-11T17:47:37+00:00</updated>
<author>
<name>Benjamin Dobell</name>
<email>benjamin.dobell+git@glassechidna.com.au</email>
</author>
<published>2017-05-11T17:45:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/external_heimdall/commit/?id=8709370bc48310604dfd4407538f650b3cc4f0ae'/>
<id>8709370bc48310604dfd4407538f650b3cc4f0ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow higher timeout when switching to t-flash due to sd card initialization</title>
<updated>2016-12-24T17:55:56+00:00</updated>
<author>
<name>Frédéric Basse</name>
<email>fbasse@qti.qualcomm.com</email>
</author>
<published>2016-12-24T17:55:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/external_heimdall/commit/?id=aa40b07450d6f8c78729ff1c70011a18aaf61700'/>
<id>aa40b07450d6f8c78729ff1c70011a18aaf61700</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add T-Flash option in FlashAction</title>
<updated>2016-12-24T13:33:39+00:00</updated>
<author>
<name>Frédéric Basse</name>
<email>fbasse@qti.qualcomm.com</email>
</author>
<published>2016-12-24T13:33:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/external_heimdall/commit/?id=259f5f89732131cfb423c2f1802d804e718e9dfd'/>
<id>259f5f89732131cfb423c2f1802d804e718e9dfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- fixed logical error, wrong variable was used in error message</title>
<updated>2016-02-29T17:42:55+00:00</updated>
<author>
<name>Steffen Pankratz</name>
<email>kratz00@gmx.de</email>
</author>
<published>2016-02-29T17:42:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/external_heimdall/commit/?id=46c4f8be14aff1794f88f675ab372a8a07261c1a'/>
<id>46c4f8be14aff1794f88f675ab372a8a07261c1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed support for large files (up to 2^32 - 1 bytes)</title>
<updated>2014-06-01T04:09:56+00:00</updated>
<author>
<name>Benjamin Dobell</name>
<email>benjamin.dobell+git@glassechidna.com.au</email>
</author>
<published>2014-06-01T04:09:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/external_heimdall/commit/?id=082fb091f1a0cab9d00e82de54fee32b6a1c0c7b'/>
<id>082fb091f1a0cab9d00e82de54fee32b6a1c0c7b</id>
<content type='text'>
The Loke protocol supports 32-bit unsigned for the size of files being
flashed. However, POSIX file commands only support 32-bit (signed). As
such we now have platform specific support for larger files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Loke protocol supports 32-bit unsigned for the size of files being
flashed. However, POSIX file commands only support 32-bit (signed). As
such we now have platform specific support for larger files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed help output alignment.</title>
<updated>2014-05-11T09:26:26+00:00</updated>
<author>
<name>Benjamin Dobell</name>
<email>benjamin.dobell+git@glassechidna.com.au</email>
</author>
<published>2014-05-11T09:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/external_heimdall/commit/?id=e6fdafd4829842d96eefa3163b6149265819fe95'/>
<id>e6fdafd4829842d96eefa3163b6149265819fe95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed a few unused variables.</title>
<updated>2014-05-06T20:48:00+00:00</updated>
<author>
<name>Benjamin Dobell</name>
<email>benjamin.dobell+git@glassechidna.com.au</email>
</author>
<published>2014-05-06T20:48:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/external_heimdall/commit/?id=ce486f7ecbf4259e5cf401c16a175e63046d73c8'/>
<id>ce486f7ecbf4259e5cf401c16a175e63046d73c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated copyright notices to 2014</title>
<updated>2014-05-06T12:53:10+00:00</updated>
<author>
<name>Benjamin Dobell</name>
<email>benjamin.dobell+git@glassechidna.com.au</email>
</author>
<published>2014-05-06T12:52:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/external_heimdall/commit/?id=9f957a193701788cac66292daea2c89ed94a033f'/>
<id>9f957a193701788cac66292daea2c89ed94a033f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
