summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | lopper: updated srcrev for 2022.1Ben Levinsky2022-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ben Levinsky <ben.levinsky@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com> (cherry picked from commit 9097f6a96da97bad6a688d0bee40f03423b21d7b) Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| * | lopper: updated srcrev for 2022.1Appana Durga Kedareswara rao2022-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com> (cherry picked from commit e5b1b99eb133c6b7fa4aafe8b177aff383e9d608) Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| * | dt-processor: Use pruning lop file for Versal A72 Linux loper runsBen Levinsky2022-05-241-2/+6
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ben Levinsky <ben.levinsky@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com> (cherry picked from commit 171c4114b2f9f039698e2538f2898a2913fc742d) Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| * | lopper: updated srcrev for 2022.1Appana Durga Kedareswara rao2022-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com> (cherry picked from commit acc5dc830f3216e6140bbad44164589ccea84b1a) Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| * | meta-xilinx-standalone-experimental: recipes-core: meta: dt-processor.sh: ↵Appana Durga Kedareswara rao2022-05-241-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for generating petalinux conf file This commit adds an optional -P argument for generating the petalinux conf file, Generated file will be consumed by the petalinux tool. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com> (cherry picked from commit 1ddaf20eb0935d76d95011084c90fda02e614508) Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| * | meta-xilinx-standalone-experimental: Deploy images to sub folder having ↵Appana Durga Kedareswara rao2022-05-248-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | component/recipe name This commit updates the deploy task to deploy images to a sub folder having component name. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com> (cherry picked from commit 7aeb23ee3072153f20c9a09d71f47505a2bc8a41) Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| * | dt-processor: Update to use latest lopperBen Levinsky2022-05-242-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Latest lopper separates the pruning of nodes into separate lop files. Ensure that: 1. Latest lopper is used 2. These pruning operations are included in the A53 and A72 Linux lopper runs. Signed-off-by: Ben Levinsky <ben.levinsky@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com> (cherry picked from commit 1df9b28d5284e2ee333c705ce0b41686a87decba) Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| * | meta-xilinx-standalone-experimental: fsbl-firmware: Fix issue with fetch ↵Mark Hatle2022-05-241-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into wrong directory 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 <mhatle@xilinx.com> (cherry picked from commit 49912c9a380bd1b472abe925e83b785b16e76dfb) Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| * | meta-xilinx-standalone-experimental: conf: dtb-embeddedsw: Update SRCREV for ↵Appana Durga Kedareswara rao2022-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2022.1 Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com> (cherry picked from commit 04d0674c3ad8173293da0e7bdda712a2b4ffbee1) Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| * | meta-xilinx-standalone-experimental: recipes-bsp: embeddedsw: fsbl-firmware: ↵Mark Hatle2022-05-241-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | properly copy the psu_init* files The files are copied into ${WORKDIR} and need to be made available to be used by the sources. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit eb060e678f792000872dbf9b32fa9b5686f3a127) Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| * | meta-xilinx-standalone-experimental: conf: dtb-embeddedsw: Update branchAppana Durga Kedareswara rao2022-05-241-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates the branch to xilinx-v2022.1-sdt-experimental branch. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 5eda1310b02be7176d8306ed041ebe65a6194300) Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| * | meta-xilinx-standalone-experimental: recipes-libraries: xilpuf: Update ↵Appana Durga Kedareswara rao2022-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dependencies as per latest source code With the updated source code xilpuf is depending on xilplmi library update the dependency for the same. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 3237767e23367fcac0aed9c689431593793ecadb) Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| * | meta-xilinx-standalone-experimental: recipes-libraries: xilnvm: Update ↵Appana Durga Kedareswara rao2022-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dependencies as per latest source code With the updated source code xilnvm is depending on xilplmi library update the dependency for the same. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 58ac45a28df88461eeff5c07570d3f64aa3d84d8) Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| * | meta-xilinx-standalone-experimental: recipes-bsp: embeddedsw: plm-firmware: ↵Appana Durga Kedareswara rao2022-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update dependencies as per latest source code With the updated source code plm is depending on xilnvm library update the dependency for the same. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 54e4ceab902ed0f4493133b5c11dbff90aebc335) Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| * | u-boot-xlnx: Update branch and SRCREV for update releaseChristian Kohn2022-05-141-2/+2
| | | | | | | | | | | | | | | | | | Update the u-boot branch and commit ID for the 2022.1_update1 release. Signed-off-by: Christian Kohn <christian.kohn@xilinx.com>
| * | linux-xlnx: Update branch and SRCREV for update releaseChristian Kohn2022-05-141-2/+2
| | | | | | | | | | | | | | | | | | Update the kernel branch and commit ID for the 2022.1_update1 release. Signed-off-by: Christian Kohn <christian.kohn@xilinx.com>
| * | u-boot-xlnx_%.bbappend: reorganizing u-boot recipe codeVaralaxmi Bingi2022-05-041-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch will move the u-boot code from meta-xilinx-tools to meta-xilinx. Not all flows use the meta-xilinx-tools layer. Signed-off-by: Varalaxmi Bingi <varalaxmi.bingi@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com> (cherry picked from commit ea12b72b50072cf43ce0aa142100d2a3166f21e7) Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| * | meta-xilinx-bsp:uboot-device-tree: provencore memory reservationAkshay Belsare2022-05-042-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provencore Linux driver and testapp is enabled through MACHINE_FEATURES. When provencore is enabled, reserve memory required for provencore through uboot device tree. This patch adds pnc.dtsi to system-top.dts file when provencore is enabled. pnc.dtsi contains the memory address and memory size that needs to be reserved. Signed-off-by: Akshay Belsare <Akshay.Belsare@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com> (cherry picked from commit 48a70b151434c00f2518eb079833b8f8d8ff6ec3) Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| * | meta-xilinx-bsp:device-tree: provencore memory reservationAkshay Belsare2022-05-042-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provencore Linux driver and testapp is enabled through MACHINE_FEATURES. When provencore is enabled, reserve memory required for provencore through device tree. This patch adds pnc.dtsi to system-top.dts file when provencore is enabled. pnc.dtsi contains the memory address and memory size that needs to be reserved. Signed-off-by: Akshay Belsare <Akshay.Belsare@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com> (cherry picked from commit f8d5a51bbb029dfe5a9f8217f4c93fdec0607616) Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| * | xrt_get:zocl_git:update commitidMark Hatle2022-04-121-1/+1
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| * | dfx-mgr: new SRCREV, remove xrtSergei Korneichuk2022-04-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Remove xrt due to changes in the new SRCREV Signed-off-by: Sergei Korneichuk <sergei.korneichuk@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com> (cherry picked from commit 9403fc26b709c6babf868b8b6e2fab927220563d) Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| * | Updated SRCREV for 2022.1Sivaprasad Addepalli2022-04-121-1/+1
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | meta-xilinx-standalone: move to release embeddedsw branchMark Hatle2022-04-111-3/+3
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| * | xrt_git:zocl_git:update commitidrbramand2022-04-111-1/+1
| | | | | | | | | | | | | | | Signed-off-by: rbramand <rbramand@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| * | xrt_git:zocl_git:update commitidrbramand2022-04-081-1/+1
| | | | | | | | | | | | | | | Signed-off-by: rbramand <rbramand@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| * | Updated SRCREV for 2022.1msreeram2022-04-081-2/+2
| | | | | | | | | | | | Signed-off-by: Manikanta Sreeram <msreeram@xilinx.com>
| * | Updated SRCREV for 2022.1Sivaprasad Addepalli2022-04-072-2/+2
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | dfx-mgr: new SRCREV, remove libdfxgraphSergei Korneichuk2022-04-061-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove libdfxgraph package since the new SRCREV is due to removal of the opendfx-graph code. Signed-off-by: Sergei Korneichuk <sergei.korneichuk@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com> (cherry picked from commit 6945929681a1466a5310e7cce1c30e0aa9d6b7d3) Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| * | Updated SRCREV for 2022.1Sivaprasad Addepalli2022-04-062-2/+2
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | linux-firmware-ti-bt: dbg package requires dev package which requires baseMark Hatle2022-04-051-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an empty base package w/ an RDEPENDS on the specifically named firmware package. This allows the automatic installation of -dev or -dbg packages to work properly. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 3fe9375d75c1e5266cef1feb27c57d6a5b83ca1f) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * | xrt_git:zocl_git:update commitidrbramand2022-04-051-4/+1
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: rbramand <rbramand@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 04a26976d96eba550a0dfd28b912b64eb1ef66cd) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * | Updated SRCREV for 2022.1Sivaprasad Addepalli2022-04-051-1/+1
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | Updated SRCREV for 2022.1Sivaprasad Addepalli2022-04-051-1/+1
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | Updated SRCREV for 2022.1Sivaprasad Addepalli2022-04-041-1/+1
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | Updated SRCREV for 2022.1Siva Addepalli2022-04-011-1/+1
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 3084f56453891b9570c5c2be479b2f2afab6bfbc) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * | Update to bootgen SRCREV to point to latest commit.RamyaSree2022-04-011-1/+1
| | | | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 34e25a7ef6be15bd6d8120b7c0a292a3bbe71480) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * | recipes-kernel: linux: add auto load support for usb2244 driverPiyush Mehta2022-04-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds usb2244 (USB-SD) autoload module support for the kr260 board. Signed-off-by: Piyush Mehta <piyush.mehta@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit e716f0cc60c7dcfcd5e989370488c000a4420d5e) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * | Fix ATF provencore enable not workingJohn Toomey2022-04-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | arm-trusted-firmware checks if "provencore" is in COMBINED_FEATURES but this is not correct as COMBINED_FEATURES contains the intersection of MACHINE_FEATURES and DISTRO_FEATURES rather than the union and the required settings do not get applied. This change checks for "provencore" in MACHINE_FEATURES. Signed-off-by: John Toomey <jtoomey@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 5cae9775ec4a1744a6bd43d8d0ad828e6ca256e0) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * | Updated SRCREV for 2022.1Sivaprasad Addepalli2022-04-012-2/+2
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | Updated SRCREV for 2022.1Sivaprasad Addepalli2022-03-312-2/+2
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | Updated SRCREV for 2022.1Sivaprasad Addepalli2022-03-311-1/+1
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | Updated SRCREV for 2022.1Sivaprasad Addepalli2022-03-302-2/+2
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | Updated SRCREV for 2022.1Sivaprasad Addepalli2022-03-293-3/+3
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | xrt_git:zocl_git:update commitidrbramand2022-03-281-1/+1
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: rbramand <rbramand@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 474912916231260bcb1079da5c1cc4da7efd971a) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * | Updated SRCREV for 2022.1Sivaprasad Addepalli2022-03-281-1/+1
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | Updated SRCREV for 2022.1Sivaprasad Addepalli2022-03-272-2/+2
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | kernel-module-hdmi: Update SRCVERVenkateshwar Rao Gannavarapu2022-03-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Updated SRCVER for 2022.1 Signed-off-by: Venkateshwar Rao Gannavarapu <venkateshwar.rao.gannavarapu@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit d186a309c686058fae43ad19f0026cfed518607e) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * | Updated SRCREV for 2022.1Sivaprasad Addepalli2022-03-254-4/+4
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | Updated SRCREV for 2022.1Sivaprasad Addepalli2022-03-242-2/+2
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | xserver-nodm-init: limit the number of restart for serviceRohit Visavalia2022-03-232-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With current option "Restart=always", xserver-nodm service will keep on restart if it fails. By limiting the restart count(5) unnecessary restart can be avoided. Signed-off-by: Rohit Visavalia <rohit.visavalia@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit f14cbf990d66977cb9383a6da6da6a7cfe5c68f4) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>