summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
...
| * Updated SRCREV for 2023.1_5295Sivaprasad Addepalli2023-01-051-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2023.1_4251Sivaprasad Addepalli2022-12-221-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2023.1_1823Sivaprasad Addepalli2022-12-201-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * linux-xlnx: Enable lima when not using libmalMark Hatle2022-12-161-3/+3
| | | | | | | | | | | | Enabled when MACHINE_FEATURES 'mali400' and DISTRO_FEATURES ! 'libmali'. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * linux-xlnx: Move 2023.1 version to Linux 6.1.0Mark Hatle2022-12-153-50/+4
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2023.1_8563Sivaprasad Addepalli2022-12-071-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Fix file permissionsJohn Toomey2022-12-022-0/+0
| | | | | | | | | | Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2023.1_3583Sivaprasad Addepalli2022-12-021-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * microblaze_generic: Add microblaze common kernel configsSandeep Gundlupet Raju2022-11-241-14/+47
| | | | | | | | | | | | | | | | Add microblaze common kernel configs which is commonly used by all the microblaze families. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2023.1_3603Sivaprasad Addepalli2022-11-231-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * meta-xilinx-core: recipes-kernel: lopper: xilinx-lops: Add cpu core ↵Appana Durga Kedareswara rao2022-11-211-3/+10
| | | | | | | | | | | | | | information and cpu name Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2023.1_5851Sivaprasad Addepalli2022-11-161-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2023.1_3231Sivaprasad Addepalli2022-11-151-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2023.1_1995Sivaprasad Addepalli2022-11-111-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2023.1Sivaprasad Addepalli2022-11-081-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * linux-xlnx-udev-rules: Add udev rules for mali deviceSandeep Gundlupet Raju2022-11-032-0/+3
| | | | | | | | | | | | | | | | | | Add udev rules for mali device and change permissions of device node from 0600 to 0660 so that users can access mali device(/dev/mali) without using sudo from linux userspace. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * linux-xlnx: Add the LINUX_VERSION_EXTENSION to the PVMark Hatle2022-11-021-1/+1
| | | | | | | | | | | | | | This makes it clear a particular kernel version is related to a particular Xilinx release. For example, 5.15.36 becomes 5.15.36-xilinx-v2022.2. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * kernel-modules-dp: Add initial 2023.1 branchMark Hatle2022-11-021-0/+24
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * kernel-module-dp: Version the unversioned _gitMark Hatle2022-11-021-1/+1
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * kernel-modules-hdmi: Add initial 2023.1 branchMark Hatle2022-11-021-0/+24
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * kernel-module-hdmi: Version the unversioned _gitMark Hatle2022-11-021-1/+1
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * linux-xlnx: Add initial 2023.1 branchMark Hatle2022-11-021-0/+9
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * linux-xlnx-udev-rules: Unconditionally add the aie udev rulesMark Hatle2022-10-271-4/+1
| | | | | | | | | | | | | | | | | | Since this package is not machine specific, we need to just add the rules as well as the group. This won't cause any issues on systems w/o aie. Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 4582487e13cad0e910194ccfff2b0920bf0ce6d7) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * mesa: Add CONFIG_DRM_XLNX direct rendering supportMark Hatle2022-10-251-0/+1
| | | | | | | | | | | | Also update the kernel to enable this support as part of the lima work. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * linux-xlnx: Add local kmeta with drm-lima supportMark Hatle2022-10-253-0/+11
| | | | | | | | | | | | | | drm-lima will be enabled if mali400 is NOT enabled, via MACHINE_FEATURES on the zynqmp-eg and zynqmp-ev. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | linux-xlnx: Add special systemd configuration for microblazeMark Hatle2023-04-103-0/+53
| | | | | | | | | | | | | | | | While systemd is not recommended for use on microblaze, it does work. However, additional configuration items are requried in this case. So enable the minimum options, as defined from the systemd README file. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | linux-microblaze: Disable buildpaths QA check for linux-xlnx-scrSandeep Gundlupet Raju2023-04-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | TMPDIR buildpaths warning are observed in microblaze linux-xlnx-scr WARNING: linux-xlnx-5.15.36-xilinx-v2022.2+gitAUTOINC+943565167d-r0 do_package_qa: QA Issue: File /usr/src/debug/linux-xlnx/5.15.36-xilinx-v2022.2+gitAUTOINC+943565167d-r0/lib/oid_registry_data.c in package linux-xlnx-src contains reference to TMPDIR [buildpaths] Hence disable buildpaths QA check for microblaze linux-xlnx-scr package. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | linux-firmware-ti-bt: Fix git branch URL warningsSandeep Gundlupet Raju2023-04-101-22/+28
| | | | | | | | | | | | | | | | | | | | | | Fix git branch URL warnings and indentation. WARNING: linux-firmware-ti-bt-1.0-r0 do_package_write_rpm_setscene: URL: git://git.ti.com/ti-bt/service-packs.git;protocol=https does not set any branch parameter. The future default branch used by tools and repositories is uncertain and we will therefore soon require this is set in all git urls. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | linux-xlnx: Enable lima when not using libmalMark Hatle2023-04-101-3/+3
| | | | | | | | | | | | Enabled when MACHINE_FEATURES 'mali400' and DISTRO_FEATURES ! 'libmali'. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | Fix file permissionsJohn Toomey2023-04-071-0/+0
| | | | | | | | | | Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | microblaze_generic: Add microblaze common kernel configsSandeep Gundlupet Raju2023-04-071-14/+47
| | | | | | | | | | | | | | | | Add microblaze common kernel configs which is commonly used by all the microblaze families. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | mesa: Add CONFIG_DRM_XLNX direct rendering supportMark Hatle2022-11-101-0/+1
| | | | | | | | | | | | Also update the kernel to enable this support as part of the lima work. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | linux-xlnx: Add local kmeta with drm-lima supportMark Hatle2022-11-103-0/+11
| | | | | | | | | | | | | | drm-lima will be enabled if mali400 is NOT enabled, via MACHINE_FEATURES on the zynqmp-eg and zynqmp-ev. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | linux-xlnx-udev-rules: Add udev rules for mali deviceSandeep Gundlupet Raju2022-11-102-0/+3
| | | | | | | | | | | | | | | | | | Add udev rules for mali device and change permissions of device node from 0600 to 0660 so that users can access mali device(/dev/mali) without using sudo from linux userspace. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | linux-xlnx: Add the LINUX_VERSION_EXTENSION to the PVMark Hatle2022-11-101-1/+1
| | | | | | | | | | | | | | This makes it clear a particular kernel version is related to a particular Xilinx release. For example, 5.15.36 becomes 5.15.36-xilinx-v2022.2. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | kernel-module-dp: Version the unversioned _gitMark Hatle2022-11-101-1/+1
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | kernel-module-hdmi: Version the unversioned _gitMark Hatle2022-11-101-1/+1
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | linux-xlnx-udev-rules: Unconditionally add the aie udev rulesMark Hatle2022-11-101-4/+1
|/ | | | | | | | | Since this package is not machine specific, we need to just add the rules as well as the group. This won't cause any issues on systems w/o aie. Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 4582487e13cad0e910194ccfff2b0920bf0ce6d7) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Merge remote-tracking branch 'origin/honister' into kirkstone-nextMark Hatle2022-10-114-4/+3
|\ | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Merge remote-tracking branch 'origin/rel-v2022.2' into honisterMark Hatle2022-10-114-4/+3
| |\ | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-10-041-1/+1
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-09-211-1/+1
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | * linux-xlnx: Move the versal-net to the default xilinx_defconfigMark Hatle2022-09-201-1/+0
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * various: Move to 2022.2 release branchMark Hatle2022-09-202-2/+2
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-09-161-1/+1
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-09-151-1/+1
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* | | Merge branch 'honister' into kirkstone-nextMark Hatle2022-09-125-7/+37
|\| | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | various: Use recipe version instead of XILINX_RELEASE_VERSION in PVMark Hatle2022-09-121-3/+2
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | Merge remote-tracking branch 'origin/rel-v2022.2' into honisterMark Hatle2022-09-122-1/+2
| |\| | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-09-121-1/+1
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>