<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/ps3/petitboot, 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>ps3: R.I.P.</title>
<updated>2012-12-18T17:53:51+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2012-12-18T17:53:51+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=979bc5536dd4960748cc7a96426abdc8ace15131'/>
<id>979bc5536dd4960748cc7a96426abdc8ace15131</id>
<content type='text'>
It is broken and it is not maintained by anyone since long time.

Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 34765
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is broken and it is not maintained by anyone since long time.

Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 34765
</pre>
</div>
</content>
</entry>
<entry>
<title>remove preconfig variables</title>
<updated>2012-04-12T09:43:41+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-04-12T09:43:41+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=d558632955ae121098dbf6be110cb4897f9ec730'/>
<id>d558632955ae121098dbf6be110cb4897f9ec730</id>
<content type='text'>
SVN-Revision: 31256
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 31256
</pre>
</div>
</content>
</entry>
<entry>
<title>ps3: Update defconfig-ps3-petitboot to not build udevtrigger</title>
<updated>2009-08-24T20:21:03+00:00</updated>
<author>
<name>Geoff Levand</name>
<email>geoffrey.levand@am.sony.com</email>
</author>
<published>2009-08-24T20:21:03+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ce99a874ecc1c8ba5015371a73ce14cfe1f2cf9a'/>
<id>ce99a874ecc1c8ba5015371a73ce14cfe1f2cf9a</id>
<content type='text'>
Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;

SVN-Revision: 17379
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;

SVN-Revision: 17379
</pre>
</div>
</content>
</entry>
<entry>
<title>ps3/petitboot: Run petitboot at first startup</title>
<updated>2009-08-19T22:36:53+00:00</updated>
<author>
<name>Geoff Levand</name>
<email>geoffrey.levand@am.sony.com</email>
</author>
<published>2009-08-19T22:36:53+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=28fae0bccf80cbe592f254bb63afde9d1935215c'/>
<id>28fae0bccf80cbe592f254bb63afde9d1935215c</id>
<content type='text'>
Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;

SVN-Revision: 17324
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;

SVN-Revision: 17324
</pre>
</div>
</content>
</entry>
<entry>
<title>ps3: Make ps3-bl-option executable</title>
<updated>2009-08-19T22:32:57+00:00</updated>
<author>
<name>Geoff Levand</name>
<email>geoffrey.levand@am.sony.com</email>
</author>
<published>2009-08-19T22:32:57+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=57dd2622eff925644358c31e9db37d5b70508b68'/>
<id>57dd2622eff925644358c31e9db37d5b70508b68</id>
<content type='text'>
Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;

SVN-Revision: 17322
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;

SVN-Revision: 17322
</pre>
</div>
</content>
</entry>
<entry>
<title>powerpc: Create a powerpc64 config feature</title>
<updated>2009-08-18T23:07:45+00:00</updated>
<author>
<name>Geoff Levand</name>
<email>geoffrey.levand@am.sony.com</email>
</author>
<published>2009-08-18T23:07:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=75816814668ff6f42b7d540c0f954030cf482861'/>
<id>75816814668ff6f42b7d540c0f954030cf482861</id>
<content type='text'>
The config symbol TARGET_ps3 is used in the build files where
special handling for the 64 bit PowerPC processors is needed.
Introduce a new config feature powerpc64, and replace the use
of TARGET_ps3 with powerpc64.

Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;

SVN-Revision: 17306
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The config symbol TARGET_ps3 is used in the build files where
special handling for the 64 bit PowerPC processors is needed.
Introduce a new config feature powerpc64, and replace the use
of TARGET_ps3 with powerpc64.

Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;

SVN-Revision: 17306
</pre>
</div>
</content>
</entry>
<entry>
<title>ps3: General cleanup and update for defconfig-ps3-petitboot</title>
<updated>2009-08-18T21:55:45+00:00</updated>
<author>
<name>Geoff Levand</name>
<email>geoffrey.levand@am.sony.com</email>
</author>
<published>2009-08-18T21:55:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8ee102eea1f917809bd0d180d8241511e031d922'/>
<id>8ee102eea1f917809bd0d180d8241511e031d922</id>
<content type='text'>
Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;

SVN-Revision: 17305
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;

SVN-Revision: 17305
</pre>
</div>
</content>
</entry>
<entry>
<title>ps3: Move defconfig-ps3-petitboot to the petitboot profile directory</title>
<updated>2009-08-18T21:54:29+00:00</updated>
<author>
<name>Geoff Levand</name>
<email>geoffrey.levand@am.sony.com</email>
</author>
<published>2009-08-18T21:54:29+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=16526a173dc359ae2073b5bd2419fe1294086368'/>
<id>16526a173dc359ae2073b5bd2419fe1294086368</id>
<content type='text'>
Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;

SVN-Revision: 17304
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;

SVN-Revision: 17304
</pre>
</div>
</content>
</entry>
<entry>
<title>ps3: Update the Petitboot profile package dependencies</title>
<updated>2009-08-18T21:52:34+00:00</updated>
<author>
<name>Geoff Levand</name>
<email>geoffrey.levand@am.sony.com</email>
</author>
<published>2009-08-18T21:52:34+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=058b047c3771c5b0c76491f13391e978a70e001d'/>
<id>058b047c3771c5b0c76491f13391e978a70e001d</id>
<content type='text'>
Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;

SVN-Revision: 17303
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;

SVN-Revision: 17303
</pre>
</div>
</content>
</entry>
<entry>
<title>ps3: Updates for ps3-bl-option</title>
<updated>2009-08-18T21:48:38+00:00</updated>
<author>
<name>Geoff Levand</name>
<email>geoffrey.levand@am.sony.com</email>
</author>
<published>2009-08-18T21:48:38+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b1d5377a3a53bc72306eee9cd97f17ebf9b47e55'/>
<id>b1d5377a3a53bc72306eee9cd97f17ebf9b47e55</id>
<content type='text'>
Update the ps3 bootloader helper script ps3-bl-option.

 o Add new option --set-bootloader-timeout.
 o Use generic name 'bootloader'.
 o General format cleanup.

Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;

SVN-Revision: 17300
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the ps3 bootloader helper script ps3-bl-option.

 o Add new option --set-bootloader-timeout.
 o Use generic name 'bootloader'.
 o General format cleanup.

Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;

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