<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-xilinx.git/meta-xilinx-core/recipes-bsp/bootbin, branch master</title>
<subtitle>Mirror of git.yoctoproject.org/meta-xilinx.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/'/>
<updated>2024-11-24T15:50:55+00:00</updated>
<entry>
<title>meta-xilinx-core: xilinx-bootbin: Instead of always calling UNPACKDIR use S</title>
<updated>2024-11-24T15:50:55+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2024-11-24T15:50:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=c6d0f2cc2aed938d59b0fdf30746fac33c900f2a'/>
<id>urn:sha1:c6d0f2cc2aed938d59b0fdf30746fac33c900f2a</id>
<content type='text'>
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>various: Fix variable usage</title>
<updated>2024-11-21T20:47:51+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2024-11-21T20:47:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=ab07add28ff4c8acf68157de49ff29f59238e4e0'/>
<id>urn:sha1:ab07add28ff4c8acf68157de49ff29f59238e4e0</id>
<content type='text'>
Remove most direct references to WORKDIR.

S = "${WORKDIR}" is no longer allowed, adjust this to refer to UNPACKDIR

${WORKDIR}/package is also incorrect, adjust to ${PKGD}.

Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>trusted-firmware-a: Replace arm-trusted-firmware with trusted-firmware-a</title>
<updated>2024-09-16T16:38:56+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2024-09-03T23:59:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=948500d1c090887481740b4c701f0604fe01a277'/>
<id>urn:sha1:948500d1c090887481740b4c701f0604fe01a277</id>
<content type='text'>
meta-arm integration adds trusted-firmware-a, use this integration instead.

We do need to add some compatibility instructions to avoid unexpected
behavioral changes.  Over time these compatibility additions will likely
be removed.

Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>xilinx-bootbin: Add BOOTBIN_INCLUDE default value</title>
<updated>2024-09-04T14:01:06+00:00</updated>
<author>
<name>John Toomey</name>
<email>john.toomey@amd.com</email>
</author>
<published>2024-08-29T14:28:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=ede162212333ba92d338226efcc1d4afb90de302'/>
<id>urn:sha1:ede162212333ba92d338226efcc1d4afb90de302</id>
<content type='text'>
Signed-off-by: John Toomey &lt;john.toomey@amd.com&gt;
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>xilinx-bootbin: Move BIF_BITSTREAM_ATTR from meta-xilinx-tools layer</title>
<updated>2024-09-04T14:01:06+00:00</updated>
<author>
<name>Sandeep Gundlupet Raju</name>
<email>sandeep.gundlupet-raju@amd.com</email>
</author>
<published>2024-08-11T23:20:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=8a383f7e929d952cc098038bb2ba1a9bf82e4673'/>
<id>urn:sha1:8a383f7e929d952cc098038bb2ba1a9bf82e4673</id>
<content type='text'>
Using MACHINE_FEATURES += "fpga-overlay" for dynamic configuration
use cases is not specific to xsct build, this is also required for SDT
builds. Hence move BIF_BITSTREAM_ATTR variable from meta-xilinx-tools
to meta-xilinx layer.

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>xilinx-bootbin: Move versal qspi or ospi implementation</title>
<updated>2024-08-02T13:44:25+00:00</updated>
<author>
<name>Sandeep Gundlupet Raju</name>
<email>sandeep.gundlupet-raju@amd.com</email>
</author>
<published>2024-08-01T16:34:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=588a1e0ccf00d8062181e4b3c18d819a337cc550'/>
<id>urn:sha1:588a1e0ccf00d8062181e4b3c18d819a337cc550</id>
<content type='text'>
Move versal qspi or ospi implementation from meta-xilinx-tools to
meta-xilinx as this is required for both SDT and XSCT build flows.

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>xilinx-bootbin: Remove hardcoded qspi image name</title>
<updated>2024-08-02T13:44:25+00:00</updated>
<author>
<name>Sandeep Gundlupet Raju</name>
<email>sandeep.gundlupet-raju@amd.com</email>
</author>
<published>2024-08-01T16:34:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=3523e33c9e56b4959e623eb04a5d9dfb10e5b876'/>
<id>urn:sha1:3523e33c9e56b4959e623eb04a5d9dfb10e5b876</id>
<content type='text'>
Remove hardcoded qspi image name for QEMU flash bin and use
QEMU_FLASH_TYPE variable to set image name as qspi or ospi
bin file.

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>Tweaks to enable version string format change</title>
<updated>2024-06-17T19:29:56+00:00</updated>
<author>
<name>John Toomey</name>
<email>john.toomey@amd.com</email>
</author>
<published>2024-06-13T14:59:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=edfc78b87a871821eaa265d2836032452671ed86'/>
<id>urn:sha1:edfc78b87a871821eaa265d2836032452671ed86</id>
<content type='text'>
Minor updates to the amd_spi_image bbclass and bootbin version files to
support updated version strin format for Kria, SC and emb-plus

Also fix an issue with IMAGE_NAME_SUFFIX being set to ".rootfs" by
default

Signed-off-by: John Toomey &lt;john.toomey@amd.com&gt;
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>various: Remove SOC_VARIANT, split versal and versal-net, add machine_features</title>
<updated>2024-06-04T23:00:14+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2024-06-04T22:51:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=195e1fa9fb13b21bc41af4e0747d4646caeb65e5'/>
<id>urn:sha1:195e1fa9fb13b21bc41af4e0747d4646caeb65e5</id>
<content type='text'>
SOC_VARIANT has been remove, we are now only using the YP standard SOC_FAMILY
configuration.  The defined families are: zynq, zynqmp, versal and versal-net.

Our decision of breaking up versal-net from versal, is based on the SoC CPU
changes from cortexa72/r5 to cortexa78/r52, thus we're treating it as a
different SoC family.

In order to capture the individual capabilities that we used to handle via
SOC_VARIANT, we have defined the following features (some may have been
previously defined):
 - mali400 (zynqmp eg and ev)
 - vcu (zynqmp ev)
 - rfsoc (zynqmp dr RF capabiltiies)
 - aie - (versal ai &amp; premium)
 - vdu - (versal ai)

SOC_VARIANT_ARCH and SOC_FAMILY_ARCH are now obsolete and replaced by
MACHINE_ARCH.  This is based on the guideline that any recipes that use
MACHINE_FEATURES should be MACHINE_ARCH specific.

Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>bootbin-version-string: Add text version file</title>
<updated>2024-04-03T20:11:43+00:00</updated>
<author>
<name>John Toomey</name>
<email>john.toomey@amd.com</email>
</author>
<published>2024-04-03T14:36:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=d52eb2c02f0f69b927066f70c30010374fdb7d0b'/>
<id>urn:sha1:d52eb2c02f0f69b927066f70c30010374fdb7d0b</id>
<content type='text'>
Add a version header file in plain text format required for Versal
machines using the optional data field in the BIF file for version
information

Signed-off-by: John Toomey &lt;john.toomey@amd.com&gt;
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
(cherry picked from commit c6ae24ee38a69e4bcd463337aed43276d70845df)
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
</feed>
