<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-xilinx.git/meta-xilinx-core/conf, branch nanbield</title>
<subtitle>Mirror of git.yoctoproject.org/meta-xilinx.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=nanbield</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=nanbield'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/'/>
<updated>2023-10-27T01:34:09+00:00</updated>
<entry>
<title>versal-generic.conf: Remove obsolete DTBs</title>
<updated>2023-10-27T01:34:09+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2023-10-27T01:03:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=48e86a50f17798a4263499a279971d21f5031194'/>
<id>urn:sha1:48e86a50f17798a4263499a279971d21f5031194</id>
<content type='text'>
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>various machines: Change qemu serial port configuration for nanbield</title>
<updated>2023-10-27T01:34:01+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2023-10-27T00:59:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=32a7e9eab3fd3f31e5fb9c603ba3cdff6cb36965'/>
<id>urn:sha1:32a7e9eab3fd3f31e5fb9c603ba3cdff6cb36965</id>
<content type='text'>
As of Yocto Project nanbield, if a -serial is pass in QB_OPT_APPEND the
runqemu may add additional null entries (padding) or simply skip further
setup.

Due to this, emulated platforms where the first hardware serial port
is not used in Linux need specific "-serial null" settings, but with
the new rules also need the real serial port defined (this can no
longer be assumed.)

The downside of this new approach is all consoles must be defined, so
we can not rely on runqemu adding "-serial mon:&lt;device&gt;", as now
assume the primary usage is stdio (nographic/serial port) settings.

Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>meta-xilinx-core: zynq-generic: Remove gdb port usage</title>
<updated>2023-10-25T19:59:37+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2023-10-25T19:59:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=6133471e563c242f7ce8f80a9601f4382ed84d37'/>
<id>urn:sha1:6133471e563c242f7ce8f80a9601f4382ed84d37</id>
<content type='text'>
While including a default gdb in the QEMU configuration might be useful,
it does require a static port that will prevent multiple QEMU sessions from
running in parallel.  If the user wants GDB support, they will need to
manually add this on the runqemu command line.

Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>zynqmp-generic: Ensure qemu-devicetrees is install for qemu usage</title>
<updated>2023-10-25T18:45:57+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2023-10-25T18:45:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=7d7a919f5f3ac950b976df98f27b803d14e0fd30'/>
<id>urn:sha1:7d7a919f5f3ac950b976df98f27b803d14e0fd30</id>
<content type='text'>
testimage requires qemu, qemu requires qemu-devicetrees:do_deploy.  Adjust
the dependencies to specifically list do_deploy and not the authomatic
do_install.

Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>versal-generic: Fix testimage</title>
<updated>2023-10-25T18:44:34+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2023-10-25T18:44:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=736f05700207d713af7335d2673d5701b4a72b0a'/>
<id>urn:sha1:736f05700207d713af7335d2673d5701b4a72b0a</id>
<content type='text'>
qemu-devicetrees and the extracted cdo are required for QEMU booting.  These
are only populated after do_deploy, so make sure our dependency clearly
depends on do_deploy and not the (automatic) do_install.

Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/rel-v2023.2' into nanbield</title>
<updated>2023-10-23T14:56:37+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2023-10-23T14:51:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=eb42c7caeac33f42096673522e650441f05ca8da'/>
<id>urn:sha1:eb42c7caeac33f42096673522e650441f05ca8da</id>
<content type='text'>
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'github/rel-v2023.1'</title>
<updated>2023-09-28T14:59:36+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2023-09-28T14:59:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=ba62425b8ce9e64b7bc3637e09d06df3e7cd24f2'/>
<id>urn:sha1:ba62425b8ce9e64b7bc3637e09d06df3e7cd24f2</id>
<content type='text'>
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>README: Update README on using ATF_CONSOLE</title>
<updated>2023-08-31T14:27:20+00:00</updated>
<author>
<name>Sandeep Gundlupet Raju</name>
<email>sandeep.gundlupet-raju@amd.com</email>
</author>
<published>2023-08-30T22:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=9240822918e8dabd8232ed4b3fa77f56252b6d6a'/>
<id>urn:sha1:9240822918e8dabd8232ed4b3fa77f56252b6d6a</id>
<content type='text'>
Update README on using ATF_CONSOLE instead of ATF_CONSOLE_DEFAULT.

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>versal-net-generic: Make it clear versal-net is not supported in 2023.2</title>
<updated>2023-08-31T14:25:02+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2023-08-30T20:23:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=056045a31f59472bdce0ff6357e457fa7c7c0038'/>
<id>urn:sha1:056045a31f59472bdce0ff6357e457fa7c7c0038</id>
<content type='text'>
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>meta-xilinx-core: conf/layer.conf: Skip PLNX_SCRIPTS_PATH in hash</title>
<updated>2023-08-24T22:04:25+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2023-08-19T17:49:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=06e1a7ec3fd41b33f7243f03b8b2018f484c5c46'/>
<id>urn:sha1:06e1a7ec3fd41b33f7243f03b8b2018f484c5c46</id>
<content type='text'>
The PLNX_SCRIPTS_PATH is being embedded into various hashes, but this
does not affect the output of the build in any way.  Avoid including
this various in the hash for recipes.

Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
</feed>
