<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-xilinx.git/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/fsbl-firmware_git.bbappend, branch mickledore</title>
<subtitle>Mirror of git.yoctoproject.org/meta-xilinx.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=mickledore</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=mickledore'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/'/>
<updated>2023-03-03T16:44:14+00:00</updated>
<entry>
<title>meta-xilinx-standalone-experimental: Copy UserConfig.cmake file to application source directory</title>
<updated>2023-03-03T16:44:14+00:00</updated>
<author>
<name>Appana Durga Kedareswara rao</name>
<email>appana.durga.kedareswara.rao@amd.com</email>
</author>
<published>2023-03-02T07:26:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=db506ddde2e220bcb26b4353377e0362333a5436'/>
<id>urn:sha1:db506ddde2e220bcb26b4353377e0362333a5436</id>
<content type='text'>
With the latest changes in the application CMakeLists.txt it's expecting
the UserConfig.cmake file to be present at application source folder,
update recipes for the same.

Signed-off-by: Appana Durga Kedareswara rao &lt;appana.durga.kedareswara.rao@amd.com&gt;
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>meta-xilinx-standalone-experimental: recipes-bsp: embeddedsw: fsbl-firmware: Copy psu_init file before do_configure task</title>
<updated>2022-07-23T20:59:49+00:00</updated>
<author>
<name>Appana Durga Kedareswara rao</name>
<email>appana.durga.rao@xilinx.com</email>
</author>
<published>2022-04-29T07:08:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=8066426f10e9b76e0db48ce5fb0f0314e121e90f'/>
<id>urn:sha1:8066426f10e9b76e0db48ce5fb0f0314e121e90f</id>
<content type='text'>
With recent changes in fsbl application, fsbl CMakeList is expecting
psu_init.h file to be avaible before do_configure stage,
This commit updates the recipe for the same.

Signed-off-by: Appana Durga Kedareswara rao &lt;appana.durga.rao@xilinx.com&gt;
Signed-off-by: Mark Hatle &lt;mhatle@xilinx.com&gt;
(cherry picked from commit 69add411db616dd0f3be54a6faa1749674bc6e47)
Signed-off-by: Mark Hatle &lt;mhatle@xilinx.com&gt;
</content>
</entry>
<entry>
<title>meta-xilinx-standalone-experimental: fsbl-firmware: Fix issue with fetch into wrong directory</title>
<updated>2022-07-23T20:59:49+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mhatle@xilinx.com</email>
</author>
<published>2022-04-05T16:13:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=2ad5fa3fa580c72cfe104522e2366da621cf03a9'/>
<id>urn:sha1:2ad5fa3fa580c72cfe104522e2366da621cf03a9</id>
<content type='text'>
The file:// items were being placed in the same path structure in WORKDIR
as they were in the original path passed into the recipe.  Instead we want
the files to always just show up in the WORKDIR.

Move to using a simple file://psu_init.[ch] entry, but use FILESEXTRAPATHS
to handle the access to the correct path.  Upside is that everything works
as expected, downside, if the path to the psu_init files also contain other
items refered to by SRC_URI, it could pick up that version instead.

With the current implementation, this is unlikely to be a problem.

The code also moves the warning about using the default psu_init files to
the do_compile.  Unfortunately doing it in the anonymous python causes
the warning to be generated for all multiconfigs, even ones that will never
build the fsbl files.  There is no simply way to disable this warning in
those cases.

Signed-off-by: Mark Hatle &lt;mhatle@xilinx.com&gt;
(cherry picked from commit 49912c9a380bd1b472abe925e83b785b16e76dfb)
Signed-off-by: Mark Hatle &lt;mhatle@xilinx.com&gt;
</content>
</entry>
<entry>
<title>meta-xilinx-standalone-experimental: recipes-bsp: embeddedsw: fsbl-firmware: properly copy the psu_init* files</title>
<updated>2022-07-23T20:59:49+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@xilinx.com</email>
</author>
<published>2022-04-01T17:16:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=763e678b45734b3eaf00f55fbb236112360bc816'/>
<id>urn:sha1:763e678b45734b3eaf00f55fbb236112360bc816</id>
<content type='text'>
The files are copied into ${WORKDIR} and need to be made available to be
used by the sources.

Signed-off-by: Mark Hatle &lt;mark.hatle@xilinx.com&gt;
(cherry picked from commit eb060e678f792000872dbf9b32fa9b5686f3a127)
Signed-off-by: Mark Hatle &lt;mhatle@xilinx.com&gt;
</content>
</entry>
<entry>
<title>fsbl-firmware: Move to explicit psu_init settings</title>
<updated>2022-03-28T20:55:03+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@xilinx.com</email>
</author>
<published>2022-03-08T21:20:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=215984802b9f74b724b0395e5235356b32a2bb5a'/>
<id>urn:sha1:215984802b9f74b724b0395e5235356b32a2bb5a</id>
<content type='text'>
The location for psu_init is now explicitly set.  If the psu_init files
are not available, a warning will be presented to the user.

Signed-off-by: Mark Hatle &lt;mark.hatle@xilinx.com&gt;
</content>
</entry>
<entry>
<title>Remove cortexrm tune, as Yocto Project now has cortex-r tunes</title>
<updated>2022-01-14T19:23:13+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@xilinx.com</email>
</author>
<published>2021-12-18T18:20:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=3d23cd2ec09f9950fc36ebf6797cd82968d61568'/>
<id>urn:sha1:3d23cd2ec09f9950fc36ebf6797cd82968d61568</id>
<content type='text'>
armrm override is now replaced by armv7r and armv8r overrides.  Adjust
recipes to match the new usage.

Signed-off-by: Mark Hatle &lt;mark.hatle@xilinx.com&gt;
</content>
</entry>
<entry>
<title>Convert to new override syntax</title>
<updated>2021-09-29T05:12:06+00:00</updated>
<author>
<name>Sai Hari Chandana Kalluri</name>
<email>chandana.kalluri@xilinx.com</email>
</author>
<published>2021-09-29T05:12:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=6921a88182ce51763fcf61273972df99dc2faee5'/>
<id>urn:sha1:6921a88182ce51763fcf61273972df99dc2faee5</id>
<content type='text'>
This is the result of automated script (0.9.0) conversion:

    oe-core/scripts/contrib/convert-overrides.py .

    converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Sai Hari Chandana Kalluri &lt;chandana.kalluri@xilinx.com&gt;
</content>
</entry>
<entry>
<title>meta-xilinx-standalone-experimental: Move from device-tree-lops to device-tree</title>
<updated>2021-09-28T15:20:16+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@xilinx.com</email>
</author>
<published>2021-09-13T19:48:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=d1f455cfd8b502a069858b51771bb36c8fbb122a'/>
<id>urn:sha1:d1f455cfd8b502a069858b51771bb36c8fbb122a</id>
<content type='text'>
The device trees are now generated by the user as part of the configuration
steps.  As such, we need to simply copy/process these device trees as part
of the system build so adjust the various usages to the new variable
CONFIG_DTFILE, which is a full path reference to the device tree for a
particular configuration.

Signed-off-by: Mark Hatle &lt;mark.hatle@xilinx.com&gt;
</content>
</entry>
<entry>
<title>fsbl-firmware: Update to match current configuration</title>
<updated>2021-09-28T04:34:01+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@xilinx.com</email>
</author>
<published>2021-06-08T04:19:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=fd4359c8b1604745b1dbf28376fad13666e53d7d'/>
<id>urn:sha1:fd4359c8b1604745b1dbf28376fad13666e53d7d</id>
<content type='text'>
The fsbl has been renamed to fsbl-firmware, and some adjustments to the
build method are required to match how standalone and xsct version work.

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