<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/utils/otrx/src, branch reboot</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>otrx: add extra compilation check before using __BYTE_ORDER</title>
<updated>2015-06-22T07:51:00+00:00</updated>
<author>
<name>Rafał Miłecki</name>
<email>zajec5@gmail.com</email>
</author>
<published>2015-06-22T07:51:00+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=e0a3d9d1152a05c7c8ba6cd713e394c862ce9252'/>
<id>e0a3d9d1152a05c7c8ba6cd713e394c862ce9252</id>
<content type='text'>
Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 46106
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 46106
</pre>
</div>
</content>
</entry>
<entry>
<title>otrx: include endian.h to make __BYTE_ORDER work with musl</title>
<updated>2015-06-22T06:45:56+00:00</updated>
<author>
<name>Rafał Miłecki</name>
<email>zajec5@gmail.com</email>
</author>
<published>2015-06-22T06:45:56+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=0e5c445df65f80dd844ccc321479443152ba88c9'/>
<id>0e5c445df65f80dd844ccc321479443152ba88c9</id>
<content type='text'>
Without this the condition
if __BYTE_ORDER == __BIG_ENDIAN
was always true.

Thanks Szabolcs.

Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 46105
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this the condition
if __BYTE_ORDER == __BIG_ENDIAN
was always true.

Thanks Szabolcs.

Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 46105
</pre>
</div>
</content>
</entry>
<entry>
<title>otrx: optimize memory usage by function checking TRX CRC</title>
<updated>2015-06-20T21:12:01+00:00</updated>
<author>
<name>Rafał Miłecki</name>
<email>zajec5@gmail.com</email>
</author>
<published>2015-06-20T21:12:01+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1e6643ff15ae858060b06a83454af4d144dad8e2'/>
<id>1e6643ff15ae858060b06a83454af4d144dad8e2</id>
<content type='text'>
Allocating huge buffer for the whole TRX wasn't too optimal.

Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 46078
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allocating huge buffer for the whole TRX wasn't too optimal.

Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 46078
</pre>
</div>
</content>
</entry>
<entry>
<title>otrx: make crc32 table global for further optimizations</title>
<updated>2015-06-20T21:11:56+00:00</updated>
<author>
<name>Rafał Miłecki</name>
<email>zajec5@gmail.com</email>
</author>
<published>2015-06-20T21:11:56+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c13dede6b1334cbe068bf98bd02afa1180a5965e'/>
<id>c13dede6b1334cbe068bf98bd02afa1180a5965e</id>
<content type='text'>
So far we got only one generic function accessing this table, but
implementing optimizations will require calculating crc32 in other code
parts as well.

Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 46077
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So far we got only one generic function accessing this table, but
implementing optimizations will require calculating crc32 in other code
parts as well.

Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 46077
</pre>
</div>
</content>
</entry>
<entry>
<title>otrx: support for creating simple TRX files</title>
<updated>2015-04-14T20:50:53+00:00</updated>
<author>
<name>Rafał Miłecki</name>
<email>zajec5@gmail.com</email>
</author>
<published>2015-04-14T20:50:53+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8b1b857948f6c5fd170f53dc064eb7a11c585283'/>
<id>8b1b857948f6c5fd170f53dc064eb7a11c585283</id>
<content type='text'>
Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 45444
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 45444
</pre>
</div>
</content>
</entry>
<entry>
<title>otrx: change command line API to start with a mode</title>
<updated>2015-04-14T20:50:46+00:00</updated>
<author>
<name>Rafał Miłecki</name>
<email>zajec5@gmail.com</email>
</author>
<published>2015-04-14T20:50:46+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3cb8bf44e69d5ab72a456b15965b28cc656eadde'/>
<id>3cb8bf44e69d5ab72a456b15965b28cc656eadde</id>
<content type='text'>
This will allow adding more modes without options conflict.

Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 45443
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will allow adding more modes without options conflict.

Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 45443
</pre>
</div>
</content>
</entry>
<entry>
<title>otrx: use %zd to fix printf format warnings</title>
<updated>2015-04-14T16:16:11+00:00</updated>
<author>
<name>Rafał Miłecki</name>
<email>zajec5@gmail.com</email>
</author>
<published>2015-04-14T16:16:11+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=0bd2710512e22039f4b7a20673dfbe90de82407c'/>
<id>0bd2710512e22039f4b7a20673dfbe90de82407c</id>
<content type='text'>
Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 45436
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 45436
</pre>
</div>
</content>
</entry>
<entry>
<title>otrx: check TRX length read from header to avoid Segmentation fault</title>
<updated>2015-04-14T12:18:57+00:00</updated>
<author>
<name>Rafał Miłecki</name>
<email>zajec5@gmail.com</email>
</author>
<published>2015-04-14T12:18:57+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=834e60c4f16b3131c9dd51a0bc00bd47222f57a6'/>
<id>834e60c4f16b3131c9dd51a0bc00bd47222f57a6</id>
<content type='text'>
Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 45433
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 45433
</pre>
</div>
</content>
</entry>
<entry>
<title>otrx: include byteswap.h to fix compilation with musl</title>
<updated>2015-04-14T11:10:14+00:00</updated>
<author>
<name>Rafał Miłecki</name>
<email>zajec5@gmail.com</email>
</author>
<published>2015-04-14T11:10:14+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=cd4fd05648194a252a560876742acab461f4ec8e'/>
<id>cd4fd05648194a252a560876742acab461f4ec8e</id>
<content type='text'>
Fixes #19470

Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 45430
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #19470

Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 45430
</pre>
</div>
</content>
</entry>
<entry>
<title>otrx: support for extracting partitions</title>
<updated>2015-04-12T11:46:11+00:00</updated>
<author>
<name>Rafał Miłecki</name>
<email>zajec5@gmail.com</email>
</author>
<published>2015-04-12T11:46:11+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ab6462dd56829f5c8344bc2f97ca448e2875e64d'/>
<id>ab6462dd56829f5c8344bc2f97ca448e2875e64d</id>
<content type='text'>
Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 45390
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 45390
</pre>
</div>
</content>
</entry>
</feed>
