summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * u-boot-xlnx.inc: stripping .dtb from BASE_DTS variableVaralaxmi Bingi2022-05-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch will remove the .dtb from BASE_DTS as the .dtb will be added later in the python function. Signed-off-by: Varalaxmi Bingi <varalaxmi.bingi@xilinx.com> Allow CONFIG_DTFILE to be blank. Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| | | * meta-xilinx: Clean up vendor specific machine configuration filesSandeep Gundlupet Raju2022-05-102-23/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Add new metal-xilinx-vendor layer which supports vendor specific machine configuration files, device-tree, kernel, platform-init etc. 2. Moved below vendor machine conf files, dt and related configs from meta-xilinx-bsp and meta-xilinx-contrib to meta-xilinx-vendor layer. - microzed-zynq7.conf - minized-zynq7.conf - picozed-zynq7.conf - zedboard-zynq7.conf - zybo-zynq7.conf - zybo-linux-bd-zynq7.conf - ultra96-zynqmp.conf 3. Obsolete qemu-zynq7, s3adsp1800-qemu-microblazeeb, v350-versal and vc-p-a2197-00-versal from meta-xilinx-bsp layer. Users should use zynq-generic.conf for zynq7000 qemu boot should be functionally equivalent to qemu-zynq7. 4. Add new MAINTAINERS.md file and move maintainers, Mailing list and Patches content from meta-xilinx-* README.md to MAINTAINERS.md file. 5. Updated README.md file for supported board machines files in meta-xilinx-bsp, meta-xilinx-contrib and meta-xilinx-vendor layers. 6. Disabled old drm kernel patches for zybo-linux-bd-zynq mahcine in meta-xilinx-contrib layer as these patches doesn't apply on 5.x kernel, if we don't hear from patch submitter we will remove these patches from meta-xilinx-contrib layer. 7. Removed drm kernel cache metadate for zybo-linux-bd-zynq7 machine as these configs are already available in xilinx_zynq_defconfig. 8. Fixed build issue for u-boot by changing PREFERRED_PROVIDER_virtual/bootloader from u-boot to u-boot-xlnx. 9. Add meta-xilinx-vendor to bblayers.conf.sample Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-05-091-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-05-072-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-05-062-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@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>
| | | * lopper: Update srcrev for 2022.2Appana Durga Kedareswara rao2022-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| | | * recipes-kernel: Add udev rules files for linux-xlnx in-tree driversSandeep Gundlupet Raju2022-05-022-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This recipe is to add generic udev rules files for linux-xlnx in-tree drivers. - Create a new aie group. - Add udev rules for aie devices and change permissions and ownership group to "aie" so that any new user added to aie groups can access aie devices(/dev/aie0) from linux userspace. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-05-022-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-04-293-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * fpga-manager-script: adding this recipe to meta-xilinxVaralaxmi Bingi2022-04-282-0/+487
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fpgautil recipe was part of meta-xilinx-tools. This is required in decoupling flow as well till dfx mgr gets stabled and meta-xilinx-tools layer will no be there in decoupling flow. So moving this recipe to meta-xilinx. Signed-off-by: Varalaxmi Bingi <varalaxmi.bingi@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| | | * lopper: updated srcrev for 2022.2Ben Levinsky2022-04-281-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ben Levinsky <ben.levinsky@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| | | * linux-xlnx: Move default branch to latest LTSMark Hatle2022-04-281-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New default branch is xlnx_rebase_5.15_LTS. Update the SRCREV to the latest, based on 5.15.19. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit d511d31679d2c3c997aba3d736180f4026a7b907) Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-04-281-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-04-271-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-04-261-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * lopper: updated srcrev for 2022.2Appana Durga Kedareswara rao2022-04-221-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-04-211-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-04-151-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * lopper: updated srcrev for 2022.2Appana Durga Kedareswara rao2022-04-131-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| | | * zocl: This is not compatible with microblaze architectureMark Hatle2022-04-131-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-04-131-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * dfx-mgr: new SRCREV, remove xrtSergei Korneichuk2022-04-111-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>
| | | * Revert "Updated SRCREV for 2022.1"Mark Hatle2022-04-062-102/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 0c6017795ba1499cb6b6aaab67a78f10a71dbdd3. Prep for 2022.2 update Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| | | * dt-processor: Update to use latest lopperBen Levinsky2022-04-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| | | * 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>
| | | * xserver-nodm-init: Fix FILESEXTRAPATHS : placementMark Hatle2022-04-061-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-04-061-1/+1
| | | | | | | | | | | | | | | | 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>
| | | * xrt_git:zocl_git:update commitidrbramand2022-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: rbramand <rbramand@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-04-051-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-04-021-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * Updated SRCREV for 2022.1Siva Addepalli2022-03-311-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * Update to bootgen SRCREV to point to latest commit.RamyaSree2022-03-311-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * xrt_git:zocl_git:update commitidrbramand2022-03-311-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: rbramand <rbramand@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * Fix ATF provencore enable not workingJohn Toomey2022-03-311-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>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-03-313-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>
| | | * kernel-module-hdmi: Update SRCVERVenkateshwar Rao Gannavarapu2022-03-241-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>
| | | * xserver-nodm-init: limit the number of restart for serviceRohit Visavalia2022-03-222-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>
| | | * zynqmp: xorg: Update xorg configuration file to use busidRohit Visavalia2022-03-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of relying in Xorg's default flow(dri/card0) use DP PS busid for Display device. User can update busid based on display device used. Signed-off-by: Rohit Visavalia <rohit.visavalia@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * Revert "iproute2: Add backport of iplink CAN changes"Mark Hatle2022-03-225-755/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1363cfc1a1819a3d6afaac5d9a395b75599c6148. Commit was determined to be unnecessary. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * libdfx: update libdfx bb file to enable shared library supportNava kishore Manne2022-03-191-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch updates libdfx bb file to enable shared library support Signed-off-by: Nava kishore Manne <nava.manne@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * iproute2: Add backport of iplink CAN changesMark Hatle2022-03-185-0/+755
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * iproute2: Provide 5.15.0 version, taken from Yocto Project masterMark Hatle2022-03-183-0/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Yocto Project master, commit: 93c449d6b2d1436b529c084cffca6b9a477f4b3b commit 93c449d6b2d1436b529c084cffca6b9a477f4b3b (HEAD) Author: wangmy <wangmy@fujitsu.com> Date: Tue Nov 9 23:02:42 2021 +0800 iproute2: upgrade 5.14.0 -> 5.15.0 (From OE-Core rev: 609fd71c5d132b77072f1eb0cc4fe94370371eff) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * u-boot-xlnx: oe-core now provides an xxd-native if requiredMark Hatle2022-03-172-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove host-tool requirement, switch to using Yocto Project provided xxd-native, provided by vim-native. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-03-171-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * Enable ProvenCore in ATF with MACHINE_FEATURESJohn Toomey2022-03-141-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ProvenCore secure OS required changes have been merged into the ATF repo but require extra settings to be passed in order to enable it. When "provencore" is found in MACHINE_FEATURES the required settings are passed using EXTRA_OEMAKE. Signed-off-by: John Toomey <jtoomey@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * xrt_git:zocl_git:update commitidrbramand2022-03-142-3/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: rbramand <rbramand@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * Updated SRCREV for 2022.1Siva Addepalli2022-03-132-0/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com> Backported 2022.1 change to 2022.2 Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>