<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-xilinx.git/docs, branch pyro</title>
<subtitle>Mirror of git.yoctoproject.org/meta-xilinx.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=pyro</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=pyro'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/'/>
<updated>2017-02-16T03:55:57+00:00</updated>
<entry>
<title>docs/*: Remove old documentation</title>
<updated>2017-02-16T03:55:57+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2017-02-08T16:18:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=df9184e66d6da0a40b04ffa95e65461f8f10dc9a'/>
<id>urn:sha1:df9184e66d6da0a40b04ffa95e65461f8f10dc9a</id>
<content type='text'>
The documentation in the docs/ directory is now out dated and was
replaced with the README.*.md files in the root of the repository.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>docs/BOOT.tftp: Update KC705 boot documentation</title>
<updated>2016-05-13T07:14:00+00:00</updated>
<author>
<name>Manjukumar Matha</name>
<email>manjukumar.harthikote-matha@xilinx.com</email>
</author>
<published>2016-05-13T00:31:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=90d8ea5c5135ed3226b9d0e7faa365970423839e'/>
<id>urn:sha1:90d8ea5c5135ed3226b9d0e7faa365970423839e</id>
<content type='text'>
Documentation update for KC705

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>external-xilinx-toolchain: Remove toolchain support</title>
<updated>2016-05-02T16:25:48+00:00</updated>
<author>
<name>Manjukumar Matha</name>
<email>manjukumar.harthikote-matha@xilinx.com</email>
</author>
<published>2016-04-28T00:43:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=397108ce8b60f2beb0967c255500abbfa82b0eff'/>
<id>urn:sha1:397108ce8b60f2beb0967c255500abbfa82b0eff</id>
<content type='text'>
This patch removes the Xilinx SDK toolchain support in meta-xilinx BSP layer.
A new distro layer called meta-petalinux will be available as of May 9th 2016.
The recipes to support the Xilinx SDK toolchain will added to this distro
layer.

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>docs/BOOT.tftp: Update U-Boot commands for MicroBlaze</title>
<updated>2016-01-06T06:43:59+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2016-01-06T06:43:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=02babaeb6b599d031925249e0521816bf06d7dbd'/>
<id>urn:sha1:02babaeb6b599d031925249e0521816bf06d7dbd</id>
<content type='text'>
MicroBlaze now uses the 'tftpboot' command same as Zynq.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.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>
<entry>
<title>BOOT.tftp: Update</title>
<updated>2014-05-21T05:08:52+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2014-05-21T05:08:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=07a23482e5526c7037738a6665dcaadbe08ac064'/>
<id>urn:sha1:07a23482e5526c7037738a6665dcaadbe08ac064</id>
<content type='text'>
* Updated use of "tftp" command for zynq, now use "tftpboot" (2014.01
  change)
* Swap kernel and rootfs addresses so that relatively large rootfs
  images will be loaded without overlapping existing contents
* Swap to use cpio.gz.u-boot, this format does not limit rootfs size and
  allows the loading of large rootfs images despite pre-configured
  kernel limitations

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>docs/BOOT.sdcard: Update documentation for sd booting</title>
<updated>2014-03-12T08:10:34+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2014-03-12T08:10:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=0b724effb21e0a586fc4a1ce794e5bdbedc2aea8'/>
<id>urn:sha1:0b724effb21e0a586fc4a1ce794e5bdbedc2aea8</id>
<content type='text'>
* Remove documentation of -ram.dts and -mmcblk*.dts files
* Use the "bootargs" variable of U-Boot to configure kernel 'root='
* Document the use of "uEnv.txt"

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>docs: Correct and add some documentation</title>
<updated>2013-08-19T22:16:48+00:00</updated>
<author>
<name>Sipke Vriend</name>
<email>sipke.vriend@xilinx.com</email>
</author>
<published>2013-08-19T22:16:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=b8b83bb1e60741e496b6daaa188a4b6252f06ecb'/>
<id>urn:sha1:b8b83bb1e60741e496b6daaa188a4b6252f06ecb</id>
<content type='text'>
README: correct example machine name and add images
docs:BOOT.sdcard: Provide information on using second SD card partition
for large file sizes.

Signed-off-by: Sipke Vriend &lt;sipke.vriend@xilinx.com&gt;
</content>
</entry>
<entry>
<title>docs: Improve documentation of Zynq and MicroBlaze boot flows</title>
<updated>2013-07-15T07:08:00+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2013-07-15T07:02:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=cbc850867718a798acda214609ce5e47cbcf6974'/>
<id>urn:sha1:cbc850867718a798acda214609ce5e47cbcf6974</id>
<content type='text'>
* Add BOOT.jtag to cover booting u-boot for Zynq and MicroBlaze
* Add BOOT.tftp to cover booting the kernel for Zynq and MicroBlaze
* Add BOOT.sdcard to cover booting Zynq (using BOOT.BIN)

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