<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/brcm63xx/files, branch master</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>firmware-utils: move bcm_tag.h here</title>
<updated>2012-10-08T09:59:50+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2012-10-08T09:59:50+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=997ace7e5e78d580d802f3f30ddc00f9b30e0bcc'/>
<id>997ace7e5e78d580d802f3f30ddc00f9b30e0bcc</id>
<content type='text'>
Since there is only one user of bcm_tag.h left, we can safely move it
into the firmware-utils directory, replacing the symlink.

SVN-Revision: 33655
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since there is only one user of bcm_tag.h left, we can safely move it
into the firmware-utils directory, replacing the symlink.

SVN-Revision: 33655
</pre>
</div>
</content>
</entry>
<entry>
<title>bcm63xx: Move the OpenWrt rootfs length field</title>
<updated>2011-04-15T12:18:25+00:00</updated>
<author>
<name>Daniel Dickinson</name>
<email>crazycshore@gmail.com</email>
</author>
<published>2011-04-15T12:18:25+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f83c5938d2ddc50aec789eed49b70eb642889ef0'/>
<id>f83c5938d2ddc50aec789eed49b70eb642889ef0</id>
<content type='text'>
Dual image capable CFEs store an image sequence at the same place as
currently OpenWrt stores the actual rootfs length, so it will get
overwritten when flashing through such a CFE.

To prevent this from happening, move the rootfs length field to the next
four bytes, thus completely using the reserved1 field.

Since the reserved1 field is now completely in use, it does not make sense
to allow it to be set from the imagetag utility, so remove the option.

Signed-off-by: Jonas Gorski &lt;jonas.gorski+openwrt@gmail.com&gt;

SVN-Revision: 26680
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dual image capable CFEs store an image sequence at the same place as
currently OpenWrt stores the actual rootfs length, so it will get
overwritten when flashing through such a CFE.

To prevent this from happening, move the rootfs length field to the next
four bytes, thus completely using the reserved1 field.

Since the reserved1 field is now completely in use, it does not make sense
to allow it to be set from the imagetag utility, so remove the option.

Signed-off-by: Jonas Gorski &lt;jonas.gorski+openwrt@gmail.com&gt;

SVN-Revision: 26680
</pre>
</div>
</content>
</entry>
<entry>
<title>Added OpenWRT-specific field to imagetag so that we can record the real root length, so that when the CRC fixup is applied and the root length is recorded as zero we can still calculate the rootfs mtd partition size.</title>
<updated>2010-12-26T04:18:13+00:00</updated>
<author>
<name>Daniel Dickinson</name>
<email>crazycshore@gmail.com</email>
</author>
<published>2010-12-26T04:18:13+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=fc3a1d0ba3ff3f4907eddfe2c08b6008c41121ac'/>
<id>fc3a1d0ba3ff3f4907eddfe2c08b6008c41121ac</id>
<content type='text'>
Signed-off-by: Daniel Dickinson &lt;daniel@cshore.neomailbox.net&gt;

SVN-Revision: 24838
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Daniel Dickinson &lt;daniel@cshore.neomailbox.net&gt;

SVN-Revision: 24838
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/firmware-utils/imagetag: Fixed Pirelli Alice Gate CRC calculation in imagetag (was invalid strings in bcm_tag.h). Closes #7120</title>
<updated>2010-04-14T00:45:48+00:00</updated>
<author>
<name>Daniel Dickinson</name>
<email>crazycshore@gmail.com</email>
</author>
<published>2010-04-14T00:45:48+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=fe5d55977ec0417b72f9f7eedf20fd9d210b9522'/>
<id>fe5d55977ec0417b72f9f7eedf20fd9d210b9522</id>
<content type='text'>
SVN-Revision: 20850
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 20850
</pre>
</div>
</content>
</entry>
<entry>
<title>flashmap and image generation: reduced union bcm_tag to a single struct combining the elements so that it is no longer necessary to create an openwrt-only tagid and tagcrc, and elimate the tagid detection and switch statements which made dealing with imagetags overly complicated, especially since the logic would need analogs in all code that touched the imagetag. Patch from cshore.</title>
<updated>2010-04-01T21:20:43+00:00</updated>
<author>
<name>Florian Fainelli</name>
<email>florian@openwrt.org</email>
</author>
<published>2010-04-01T21:20:43+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2a4fb82289872eaf4be51465bcd1208a2286e4c1'/>
<id>2a4fb82289872eaf4be51465bcd1208a2286e4c1</id>
<content type='text'>
SVN-Revision: 20652
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 20652
</pre>
</div>
</content>
</entry>
<entry>
<title>move bcm_tag.h out of the flashmap patch so that user-land tools can re-use it</title>
<updated>2010-03-28T18:11:06+00:00</updated>
<author>
<name>Florian Fainelli</name>
<email>florian@openwrt.org</email>
</author>
<published>2010-03-28T18:11:06+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=dad85cddacbaac0ec276f83eecccd8a64310a8ae'/>
<id>dad85cddacbaac0ec276f83eecccd8a64310a8ae</id>
<content type='text'>
SVN-Revision: 20548
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 20548
</pre>
</div>
</content>
</entry>
<entry>
<title>move files to files-2.6.30, to ease newer kernel integration</title>
<updated>2010-01-31T21:00:50+00:00</updated>
<author>
<name>Florian Fainelli</name>
<email>florian@openwrt.org</email>
</author>
<published>2010-01-31T21:00:50+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b8d99458ffe83a3c782e26e0cd07d26d41bfeefc'/>
<id>b8d99458ffe83a3c782e26e0cd07d26d41bfeefc</id>
<content type='text'>
SVN-Revision: 19471
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 19471
</pre>
</div>
</content>
</entry>
<entry>
<title>brcm63xx: Fix gpio-buttons and add LED and buttons for Tecom IGW6200 and Comtrend CT-5261</title>
<updated>2010-01-28T16:54:00+00:00</updated>
<author>
<name>Daniel Dickinson</name>
<email>crazycshore@gmail.com</email>
</author>
<published>2010-01-28T16:54:00+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=022594b0ed7a9ae113929108094fc2dad8524167'/>
<id>022594b0ed7a9ae113929108094fc2dad8524167</id>
<content type='text'>
SVN-Revision: 19361
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 19361
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in AGPF_S0 reset button definition</title>
<updated>2010-01-16T03:13:56+00:00</updated>
<author>
<name>Daniel Dickinson</name>
<email>crazycshore@gmail.com</email>
</author>
<published>2010-01-16T03:13:56+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f6231196805584c7d9789761cceb2febc76bf4e4'/>
<id>f6231196805584c7d9789761cceb2febc76bf4e4</id>
<content type='text'>
SVN-Revision: 19160
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 19160
</pre>
</div>
</content>
</entry>
<entry>
<title>bcm63xx: add gpio leds to alice gate</title>
<updated>2010-01-15T13:30:46+00:00</updated>
<author>
<name>Claudio Mignanti</name>
<email>c.mignanti@gmail.com</email>
</author>
<published>2010-01-15T13:30:46+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b031e14bf0548f1174cc7116d1c980f613fc4d8f'/>
<id>b031e14bf0548f1174cc7116d1c980f613fc4d8f</id>
<content type='text'>
SVN-Revision: 19152
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 19152
</pre>
</div>
</content>
</entry>
</feed>
