<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-xilinx.git/recipes-microblaze/gcc, branch master</title>
<subtitle>Mirror of git.yoctoproject.org/meta-xilinx.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/'/>
<updated>2017-12-14T00:11:14+00:00</updated>
<entry>
<title>meta-xilinx: Restructuring meta-xilinx to support multiple layers</title>
<updated>2017-12-14T00:11:14+00:00</updated>
<author>
<name>Manjukumar Matha</name>
<email>manjukumar.harthikote-matha@xilinx.com</email>
</author>
<published>2017-12-07T00:06:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=a18947c20dba2c0c38db8bde1ad4684995df4bbd'/>
<id>urn:sha1:a18947c20dba2c0c38db8bde1ad4684995df4bbd</id>
<content type='text'>
As discussed previously on mailing list, we are proceeding with layer
restructuring. For rocko release we will have the following layers

meta-xilinx
        -&gt;meta-xilinx-bsp (current meta-xilinx)
        -&gt;meta-xilinx-contrib

In the subsequent releases we will add other layers from Xilinx
meta-xilinx
        -&gt;meta-xilinx-bsp (current meta-xilinx)
        -&gt;meta-petalinux
        -&gt;meta-xilinx-tools
        -&gt;meta-xilinx-contrib

This will provide one clone to get all the required meta layers from
Xilinx for a complete solution, and the users can blacklist any layer
which they don't want to use using bblayer.conf.
This will enables us to help our vendors/partners to add their reference
designs, board definitions etc.

Recipe changes :
 * Move reference design zybo-linux-bd.bb to meta-xilinx-contrib
 * Move kernel patches realted to zybo-linux-bd-zynq7 board to
   meta-xilinx-contrib
 * Update README

Signed-off-by: Manjukumar Matha &lt;manjukumar.harthikote-matha@xilinx.com&gt;
</content>
</entry>
<entry>
<title>gcc-source_7.%.bbappend: Update/add patches for GCC 7</title>
<updated>2017-10-18T08:00:09+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2017-09-29T15:57:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=7920c9d001760831b4864147850c2e8a172c7686'/>
<id>urn:sha1:7920c9d001760831b4864147850c2e8a172c7686</id>
<content type='text'>
Update existing patches for GCC 7 (and use backports where available),
and drop merged patches whilst adding some additional patches to fix
specific bugs.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>gcc-source: Add MicroBlaze DWARF exception support</title>
<updated>2016-10-11T11:10:52+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2016-09-27T13:48:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=e7cfe30e2a8fc15c27e0f319509e8e06f637c081'/>
<id>urn:sha1:e7cfe30e2a8fc15c27e0f319509e8e06f637c081</id>
<content type='text'>
This resolves some issues with unwind support needed for pthread.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>gcc-source: Add patch to fix MicroBlaze ABI bug</title>
<updated>2016-10-11T11:10:52+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2016-09-27T11:56:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=d904dafd51dd0f1ec2264b8dbcb7b637b4c5b11a'/>
<id>urn:sha1:d904dafd51dd0f1ec2264b8dbcb7b637b4c5b11a</id>
<content type='text'>
Add a patch which fixes a bug in GCC regarding the usage of the r20 and
r21 registers specifically for the use in Linux.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>gcc-source_6.%.bbappend: Rename to use a wildcard version</title>
<updated>2016-08-22T13:24:56+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2016-08-22T02:21:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=f81ee7634607a63c8cdcaa343251bfa64bb6ac43'/>
<id>urn:sha1:f81ee7634607a63c8cdcaa343251bfa64bb6ac43</id>
<content type='text'>
Rename the gcc-source recipe append so that the only the major version
is specified.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>gcc-source_6.1.bbappend: Include MB patch</title>
<updated>2016-07-16T17:37:53+00:00</updated>
<author>
<name>Manjukumar Matha</name>
<email>manjukumar.harthikote-matha@xilinx.com</email>
</author>
<published>2016-07-11T22:27:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=a7856bd055259cbc8988125a6b5e1bfbf4ecfcfc'/>
<id>urn:sha1:a7856bd055259cbc8988125a6b5e1bfbf4ecfcfc</id>
<content type='text'>
Patch GCC 6 for addi3 and subdi3 instruction definitions

Signed-off-by: Manjukumar Matha &lt;manjukumar.harthikote-matha@xilinx.com&gt;
Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>Remove this patch as it is no longer required</title>
<updated>2016-07-16T17:37:53+00:00</updated>
<author>
<name>Manjukumar Matha</name>
<email>manjukumar.harthikote-matha@xilinx.com</email>
</author>
<published>2016-07-11T22:39:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=843dca042ed56ef82f8e473309785b7465d1cc7e'/>
<id>urn:sha1:843dca042ed56ef82f8e473309785b7465d1cc7e</id>
<content type='text'>
This patch is applied upstream, and no longer required

Signed-off-by: Manjukumar Matha &lt;manjukumar.harthikote-matha@xilinx.com&gt;
Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>Remove old references to GCC 4.9 and 5.3</title>
<updated>2016-07-16T17:37:53+00:00</updated>
<author>
<name>Manjukumar Matha</name>
<email>manjukumar.harthikote-matha@xilinx.com</email>
</author>
<published>2016-07-11T22:39:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=bd27094e30181662b07eb16d86094590d9f954fd'/>
<id>urn:sha1:bd27094e30181662b07eb16d86094590d9f954fd</id>
<content type='text'>
Remove older GCC support

Signed-off-by: Manjukumar Matha &lt;manjukumar.harthikote-matha@xilinx.com&gt;
Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>gcc-source_4.9: Backport MicroBlaze musl libc support</title>
<updated>2016-05-10T13:48:45+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2016-05-10T13:48:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=d8ff2354eccedae4a4d5ef0768f7e5d1f7ea2a99'/>
<id>urn:sha1:d8ff2354eccedae4a4d5ef0768f7e5d1f7ea2a99</id>
<content type='text'>
Backport the patch from GCC to handle musl libc for MicroBlaze, this
patch sets up the correct path for ld.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>gcc-source_5.3: Fix MicroBlaze musl libc support</title>
<updated>2016-01-06T07:48:23+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2016-01-06T07:14:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=cc146d6c170f100eb2f445047969893faa7a6a55'/>
<id>urn:sha1:cc146d6c170f100eb2f445047969893faa7a6a55</id>
<content type='text'>
Backport the patch from GCC to handle musl libc for MicroBlaze, this
patch sets up the correct path for ld.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
</feed>
