<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-xilinx.git/README.booting.md, branch langdale</title>
<subtitle>Mirror of git.yoctoproject.org/meta-xilinx.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=langdale</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=langdale'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/'/>
<updated>2023-11-01T21:09:55+00:00</updated>
<entry>
<title>README.booting.md: Update boot instructions using slirp mode</title>
<updated>2023-11-01T21:09:55+00:00</updated>
<author>
<name>Sandeep Gundlupet Raju</name>
<email>sandeep.gundlupet-raju@amd.com</email>
</author>
<published>2023-10-31T14:49:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=a1ce9c028b4316643a99a64b93523dae85ebe40c'/>
<id>urn:sha1:a1ce9c028b4316643a99a64b93523dae85ebe40c</id>
<content type='text'>
Update boot instructions using slirp mode when tap devices are not
configured.

Signed-off-by: Sandeep Gundlupet Raju &lt;sandeep.gundlupet-raju@amd.com&gt;
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>README.booting.md: Move boot instructions to new docs directory</title>
<updated>2023-02-28T14:42:28+00:00</updated>
<author>
<name>Sandeep Gundlupet Raju</name>
<email>sandeep.gundlupet-raju@amd.com</email>
</author>
<published>2023-02-27T06:12:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=9e1cd5cbe90929bbbd9d72106fc7d5bab17111b5'/>
<id>urn:sha1:9e1cd5cbe90929bbbd9d72106fc7d5bab17111b5</id>
<content type='text'>
Signed-off-by: Sandeep Gundlupet Raju &lt;sandeep.gundlupet-raju@amd.com&gt;
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>meta-xilinx: Move booting README from bsp layer</title>
<updated>2022-07-28T19:45:08+00:00</updated>
<author>
<name>Sandeep Gundlupet Raju</name>
<email>sandeep.gundlupet-raju@xilinx.com</email>
</author>
<published>2022-05-10T15:44:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=45c452ef1ce574c7a7b1eddc3af4492b50af7456'/>
<id>urn:sha1:45c452ef1ce574c7a7b1eddc3af4492b50af7456</id>
<content type='text'>
Move README.booting.md file from meta-xilinx-bsp layer to meta-xilinx.

Signed-off-by: Sandeep Gundlupet Raju &lt;sandeep.gundlupet-raju@xilinx.com&gt;
Signed-off-by: Mark Hatle &lt;mhatle@xilinx.com&gt;
</content>
</entry>
<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>README.booting.md: Update and add notes</title>
<updated>2017-04-26T05:33:17+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2017-04-07T05:48:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=0cf1833f639224b0ab9aa1c23aa355a9d6ec338a'/>
<id>urn:sha1:0cf1833f639224b0ab9aa1c23aa355a9d6ec338a</id>
<content type='text'>
Remove mention of 'u-boot-dtb.img' which is no longer generated.

Add a small paragraph directing users to look at the Yocto dev manual
for information about generating partitioned/disk images with wic.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
Reviewed-by: Alistair Francis &lt;alistair.francis@xilinx.com&gt;
</content>
</entry>
<entry>
<title>README.*: Fix up bullet point nesting</title>
<updated>2017-04-26T05:33:04+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2017-04-07T05:33:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=792305e6cb021d81d45a6865a2406cbb41d1fb51'/>
<id>urn:sha1:792305e6cb021d81d45a6865a2406cbb41d1fb51</id>
<content type='text'>
Fix up the indent for nested bullet lists.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
Reviewed-by: Alistair Francis &lt;alistair.francis@xilinx.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>README.booting.md: Document common booting processes</title>
<updated>2016-05-17T09:45:40+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2016-05-17T09:31:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=ce91e3f508689a7994b0dffdf8aa9727f0b765f8'/>
<id>urn:sha1:ce91e3f508689a7994b0dffdf8aa9727f0b765f8</id>
<content type='text'>
This README.booting is a consolidation of the booting content provided
in the docs/ directory. The content is updated for the current state of
the layer as well and restructured to be easier to navigate.

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