<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-xilinx.git, branch dizzy</title>
<subtitle>Mirror of git.yoctoproject.org/meta-xilinx.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=dizzy</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=dizzy'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/'/>
<updated>2015-05-04T05:43:51+00:00</updated>
<entry>
<title>COPYING.MIT: Re-add missing license</title>
<updated>2015-05-04T05:43:51+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2015-04-29T02:25:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=5a7d8383fbce38373957e9567a524959c9a8c17e'/>
<id>urn:sha1:5a7d8383fbce38373957e9567a524959c9a8c17e</id>
<content type='text'>
* Re-add the license file for this layer
* This layer is provided under the MIT License

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>zynq7-base.dtsi: Update bindings for PHYs attached to ethernet nodes</title>
<updated>2015-04-24T03:37:28+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2015-04-21T04:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=d429b1986931dac94b54acb1821d07e02cc532ce'/>
<id>urn:sha1:d429b1986931dac94b54acb1821d07e02cc532ce</id>
<content type='text'>
* Update the bindings to match upstream definitions for the PHY
* The macb driver does not follow the phy-handle property and relies on
  the PHY being located as the first child node of the ethernet device
* Remove the MDIO node and update all boards to nest the PHY as the
  first child node of the ethernet device, this change is backward
  compatible with the bindings for the linux-xlnx xemacps driver which
  follows the phy-handle definition

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>qemuzynq: Add fixed-clock to device tree for ethernet</title>
<updated>2015-04-24T03:36:50+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2015-04-17T01:18:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=eab360db54841bb39453abb9af1c7181b344498b'/>
<id>urn:sha1:eab360db54841bb39453abb9af1c7181b344498b</id>
<content type='text'>
* Add a fixed 125 MHz clock to trick the ethernet driver into thinking
  the reference clock is at the correct frequency
* This masks the 'macb e000b000.ps7-ethernet eth0: unable to generate
  target frequency: 125000000 Hz' message from the macb driver

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>openssl: Update MicroBlaze patch</title>
<updated>2015-04-02T01:36:28+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2015-04-02T01:31:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=ed8a8cf0057d34788609c864c9936cee32a7a5ca'/>
<id>urn:sha1:ed8a8cf0057d34788609c864c9936cee32a7a5ca</id>
<content type='text'>
* Update MicroBlaze patch to apply cleanly
* openssl changed in openembbed-core rev:
  03739bcc1672df8f55c6428184670f1a8c8f80b2

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>boards/*microblaze*: Override udev max-children</title>
<updated>2014-12-05T05:56:49+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2014-12-03T06:36:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=7f759048bb0aeef3c0b3938be81d2bcade7acb7e'/>
<id>urn:sha1:7f759048bb0aeef3c0b3938be81d2bcade7acb7e</id>
<content type='text'>
* udev can overwhelm microblaze systems due to its processing of events
  in seperate processes, limit the number of child processes that udev
  launches to 1
* This is a issue with the older version of udev, and has since been
  resolved in systemd udev

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze/feature-microblaze-endian.inc: Fix MBPKGENDIAN</title>
<updated>2014-12-05T05:56:48+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2014-12-03T06:53:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=c8534caf97cfcdfd8e0f86c5d70c72a4d56c2957'/>
<id>urn:sha1:c8534caf97cfcdfd8e0f86c5d70c72a4d56c2957</id>
<content type='text'>
* Do not emit "eb" twice into MBPKGENDIAN

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>linux/config/xilinx-base: Refactor standard.cfg</title>
<updated>2014-12-05T05:56:48+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2014-12-03T05:58:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=a7e486586f40fcb14ed5be5127f6325544c30471'/>
<id>urn:sha1:a7e486586f40fcb14ed5be5127f6325544c30471</id>
<content type='text'>
* Clean up ordering and refactor configs

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>linux/configs: Update config fragments</title>
<updated>2014-12-05T05:56:36+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2014-12-03T04:30:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=e6b87588627769844f29c491a28f43a37ddad96b'/>
<id>urn:sha1:e6b87588627769844f29c491a28f43a37ddad96b</id>
<content type='text'>
* Add MTD configs to board-common.cfg
* Add HW-ICAP config for xilinx-ip.cfg

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Add USE_VT="" to microblaze machine configs</title>
<updated>2014-12-03T07:45:44+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2014-12-01T05:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=464125b9b3ccb453c136bd79fd0461d9e3bdd7af'/>
<id>urn:sha1:464125b9b3ccb453c136bd79fd0461d9e3bdd7af</id>
<content type='text'>
* MicroBlaze kernels do not support VT currently, so disable the
  emitting of the virtual terminal 'tty1' from the sysvinit-inittab
  package via the setting of USE_VT = ""
* This resolves the issue where init tries to continiuously spawn getty
  on tty1

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>Documentation Updates</title>
<updated>2014-12-03T07:45:43+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2014-11-28T03:57:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=ff7609762e100824abcb2faf518c346d07e1a815'/>
<id>urn:sha1:ff7609762e100824abcb2faf518c346d07e1a815</id>
<content type='text'>
* Clean up documentation around ext2/cpio
* Split out some of the documentation in the README file into some
  docs/* files
* Moved MAINTAINERS information into the README

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