<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-xilinx.git, branch morty</title>
<subtitle>Mirror of git.yoctoproject.org/meta-xilinx.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=morty</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=morty'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/'/>
<updated>2017-03-31T12:33:15+00:00</updated>
<entry>
<title>device-tree/microzed-zynq7.dts: Replace with kernel source version</title>
<updated>2017-03-31T12:33:15+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2017-03-24T10:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=1ddfc0ba94f597822e619395fa0b35fb322e26af'/>
<id>urn:sha1:1ddfc0ba94f597822e619395fa0b35fb322e26af</id>
<content type='text'>
Replace the existing device tree content with the content of the
zynq-microzed.dts from the kernel source. Specifically based on commit
df2f3c48b9cd51e2612a1598342769d09d849f39.

This resolves the issues with the ethernet phy as well as adding pinctrl
for USB.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>linux/config: Add "CONFIG_USB_ULPI" for zynq7</title>
<updated>2017-02-01T14:28:15+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2017-01-14T09:41:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=9304e43528faab0221ef35a3a129a438715c52b2'/>
<id>urn:sha1:9304e43528faab0221ef35a3a129a438715c52b2</id>
<content type='text'>
Some boards use USB PHYs that need to be communicated with via ULPI.
Enable CONFIG_USB_ULPI.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>u-boot-xlnx_2016.07: Backport fix for memory corruption</title>
<updated>2016-12-27T12:28:04+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2016-12-20T09:20:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=488b7bc130a0d53112acfa91ed58ff2b576dab0c'/>
<id>urn:sha1:488b7bc130a0d53112acfa91ed58ff2b576dab0c</id>
<content type='text'>
Backport the dram_init* memory corruption fix, this resolves issues with
some configurations where the dram_init function for zynq/zynqmp would
trash non-relocated locations in memory due to the use of static
variables before bss initialization.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>linux-yocto_4.8: Resolve CONFIG_DEBUG_RODATA for Zynq</title>
<updated>2016-12-27T12:27:57+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2016-12-20T00:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=180a25803b76406022cf317a2443bef832f2b174'/>
<id>urn:sha1:180a25803b76406022cf317a2443bef832f2b174</id>
<content type='text'>
This patch resolves a previous commit (ea4ca65aaf) which only mitigated
the issue caused due to CONFIG_DEBUG_RODATA for Zynq.

This issue has been properly fixed in the next version of the kernel
(v4.10) and this change backports the patch to the v4.8 kernel for
linux-yocto(-tiny).

Additionally this change removes the forced disabling of
CONFIG_DEBUG_RODATA allowing for Zynq platforms to use the feature
without issue.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>README.booting.md: Add info about u-boot-spl.bin</title>
<updated>2016-12-13T14:15:33+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2016-12-04T10:48:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=4885a05b6e78f8dbc99cb341367e3409829d72dd'/>
<id>urn:sha1:4885a05b6e78f8dbc99cb341367e3409829d72dd</id>
<content type='text'>
Add information about extracting the u-boot-spl.bin from boot.bin with
the use of 'dd' to strip the boot.bin header.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>u-boot-xlnx_2016.07.bb: Add kc705 patch</title>
<updated>2016-12-04T10:50:39+00:00</updated>
<author>
<name>Manjukumar Matha</name>
<email>manjukumar.harthikote-matha@xilinx.com</email>
</author>
<published>2016-12-01T20:44:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=85cfaf4feb6c5cb85baeaa7ca58f3201016a9153'/>
<id>urn:sha1:85cfaf4feb6c5cb85baeaa7ca58f3201016a9153</id>
<content type='text'>
Add kc705-microblazeel patch for u-boot

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>kc705-microblazeel: Update to 2016.3 Xilinx design</title>
<updated>2016-12-04T10:50:39+00:00</updated>
<author>
<name>Manjukumar Matha</name>
<email>manjukumar.harthikote-matha@xilinx.com</email>
</author>
<published>2016-12-01T20:44:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=8f68051ce43c6adcb916e8809564e6aa09c38f79'/>
<id>urn:sha1:8f68051ce43c6adcb916e8809564e6aa09c38f79</id>
<content type='text'>
Change kc705-microblazeel to reflect v2016.3 Xilinx tools.

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>arm-trusted-firmware: Handle out-of-tree builds</title>
<updated>2016-12-04T10:49:49+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2016-12-03T07:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=abad77439a8f0aab1157d046720df8c541d1a885'/>
<id>urn:sha1:abad77439a8f0aab1157d046720df8c541d1a885</id>
<content type='text'>
Handle building where B != S, allowing for the source and build
artefacts to be separated. This allows for out-of-tree building, and
enabling use of EXTERNALSRC such that the build artefacts are not
written into the EXTERNALSRC directory.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
Signed-off-by: Manjukumar Matha &lt;manjukumar.harthikote-matha@xilinx.com&gt;
</content>
</entry>
<entry>
<title>u-boot-xlnx_2016.07: Remove obsolete compiler-gcc6.h patch</title>
<updated>2016-12-02T14:57:17+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2016-12-02T14:34:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=60dd4df4490429254649cbb641f13790e0c26e80'/>
<id>urn:sha1:60dd4df4490429254649cbb641f13790e0c26e80</id>
<content type='text'>
This patch is unused, and not required as U-Boot has updated to handle
newer GCC compilers without the need for a separate header.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>u-boot-xlnx_2016.01.bb: Remove older u-boot</title>
<updated>2016-12-02T09:40:55+00:00</updated>
<author>
<name>Manjukumar Matha</name>
<email>manjukumar.harthikote-matha@xilinx.com</email>
</author>
<published>2016-12-01T20:41:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=b9f9f5f56e80b5679540dcdadce2929e9833bcda'/>
<id>urn:sha1:b9f9f5f56e80b5679540dcdadce2929e9833bcda</id>
<content type='text'>
Remove older u-boot version

Signed-off-by: Manjukumar Matha &lt;manjukumar.harthikote-matha@xilinx.com&gt;
Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
</feed>
