<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rtl819xx/package/grub, branch mini3g</title>
<subtitle>Realtek rtl819xx port to OpenWrt</subtitle>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/'/>
<entry>
<title>x86: remove grub-legacy</title>
<updated>2012-10-07T23:01:56+00:00</updated>
<author>
<name>nbd</name>
<email>nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-10-07T23:01:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=48e426d185cde9337ec788ac46a93468f3c0c47e'/>
<id>48e426d185cde9337ec788ac46a93468f3c0c47e</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33640 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33640 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>grub: replace an unnecessary piece of inline assembly that breaks the build on recent mac os x</title>
<updated>2012-07-20T12:28:54+00:00</updated>
<author>
<name>nbd</name>
<email>nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-07-20T12:28:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=ad8b4efd374988199290f73fe720ddfc136c559f'/>
<id>ad8b4efd374988199290f73fe720ddfc136c559f</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32784 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32784 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>[package] grub: fix build with automake v1.11.3 (#11228)</title>
<updated>2012-04-04T18:10:15+00:00</updated>
<author>
<name>jow</name>
<email>jow@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-04-04T18:10:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=603d01fbba5d16467af24fa6c1d5902920d36dbb'/>
<id>603d01fbba5d16467af24fa6c1d5902920d36dbb</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31201 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31201 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>package/grub: fix stage2 link with recent binutils</title>
<updated>2012-02-12T18:40:18+00:00</updated>
<author>
<name>nbd</name>
<email>nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-02-12T18:40:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=444f3dd7f1b19aed7ff57781fc9f02ac9b501c47'/>
<id>444f3dd7f1b19aed7ff57781fc9f02ac9b501c47</id>
<content type='text'>
We want the `_start's symbols to be at the very beginning of the `stage2'
binary's `.text' section. However, nothing enforces this requirement. With
recent binutils (ie. post 2.19.1), this results in a corrupt binary, as ld(1)
puts another symbol (eg. `journal_init') at the beginning of the section.

Fix this by providing a stripped down version of the default linker script
where we enforces the position of `_start' in the `.text' section.

Patch by Arnaud Lacombe (#10444)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30484 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We want the `_start's symbols to be at the very beginning of the `stage2'
binary's `.text' section. However, nothing enforces this requirement. With
recent binutils (ie. post 2.19.1), this results in a corrupt binary, as ld(1)
puts another symbol (eg. `journal_init') at the beginning of the section.

Fix this by providing a stripped down version of the default linker script
where we enforces the position of `_start' in the `.text' section.

Patch by Arnaud Lacombe (#10444)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30484 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>[package] grub: improve package requirement error, patch by Jim Cromie &lt;jim.cromie@gmail.com&gt;</title>
<updated>2011-06-04T14:33:35+00:00</updated>
<author>
<name>jow</name>
<email>jow@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2011-06-04T14:33:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=ef82936dd08e14efc5eaf74a6e7205c08e3bbfc8'/>
<id>ef82936dd08e14efc5eaf74a6e7205c08e3bbfc8</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27109 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27109 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>[package/grub]: add ext4 support</title>
<updated>2010-11-22T11:27:47+00:00</updated>
<author>
<name>kaloz</name>
<email>kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2010-11-22T11:27:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=3379bcf3fe671fb222d48eae18dec0e25693d049'/>
<id>3379bcf3fe671fb222d48eae18dec0e25693d049</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24079 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24079 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>package/grub: revert accidental/unessesery grub commit</title>
<updated>2010-10-01T16:43:46+00:00</updated>
<author>
<name>acoul</name>
<email>acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2010-10-01T16:43:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=8b3361e1597ffb0381f48f8853da00ac7989549d'/>
<id>8b3361e1597ffb0381f48f8853da00ac7989549d</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23170 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23170 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/mtd-utils: update to mtd-utils-20101001, fix FreeBSD (and hopefully Darwin) build issues.</title>
<updated>2010-10-01T16:39:08+00:00</updated>
<author>
<name>acoul</name>
<email>acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2010-10-01T16:39:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=f55c08db991c8d530fee53c06a51a84c9348bf57'/>
<id>f55c08db991c8d530fee53c06a51a84c9348bf57</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23169 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23169 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>package/grub: fix build issues under 64bit FreeBSD</title>
<updated>2010-09-30T14:48:31+00:00</updated>
<author>
<name>acoul</name>
<email>acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2010-09-30T14:48:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=4387ac55a1e40e2ef1c984f7b69041fd118719f4'/>
<id>4387ac55a1e40e2ef1c984f7b69041fd118719f4</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23162 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23162 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>package/grub: fix compile issue under FreeBSD 8.1</title>
<updated>2010-09-29T16:27:00+00:00</updated>
<author>
<name>acoul</name>
<email>acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2010-09-29T16:27:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=1c12bde22c82d7ddaf9656785449999b2e994dd0'/>
<id>1c12bde22c82d7ddaf9656785449999b2e994dd0</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23156 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23156 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
</feed>
