aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-04-02linux-intel-rt/5.4: update to v5.4.102Naveen Saini
Updates -rt patchset to -rt53. Updated kernel config. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-04-02linux-intel/5.4: update to 5.4.106Naveen Saini
Updating kernel config. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-04-02linux-intel-rt/5.10: update to v5.10.21Naveen Saini
Updates -rt patchset to -rt34. Updated kernel config to latest commit. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-04-02linux-intel/5.10: update to 5.10.25Naveen Saini
Updating kernel config. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-04-01intel-compute-runtime: remove DEPENDS on clangAnuj Mittal
This is not a direct dependency and is not required. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-04-01intel-graphics-compiler: upgrade 1.0.6083 -> 1.0.6410Naveen Saini
Patches applied from Open PR#171, in order to build with llvm-12. https://github.com/intel/intel-graphics-compiler/pull/171 Error logs: (1) | /build/tmp/work/corei7-64-poky-linux/intel-graphics-compiler/1.0.6410-r0/git/IGC/Compiler/CISACodeGen/VariableReuseAnalysis.hpp:83:56: error: 'unsigned int llvm::VectorType::getNumElements() const' is deprecated: Calling this function via a base VectorType is deprecated. Either call getElementCount() and handle the case where Scalable is true or cast to FixedVectorType. [-Werror=deprecated-declarations] | 83 | NumElts = VTy ? (short)VTy->getNumElements() : 1; Ref:https://github.com/llvm/llvm-project/commit/867de151a52b6d0750485ac1cf9b3bc012ee51fd (2) | /build/tmp/work/corei7-64-poky-linux/intel-graphics-compiler/1.0.6410-r0/git/IGC/common/igc_resourceDimTypes.h:69:23: error: 'const class llvm::Module' has no member named 'getTypeByName' | 69 | return module.getTypeByName(ResourceDimensionTypeName[resourceDimTypeId]); Ref: https://github.com/llvm/llvm-project/commit/fe431683484a3041e024ab2373bb707b1ca8d1cf Update copyright year in headers in IGC Compiler and some format updates. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-04-01opencl-clang/12.0.0: add recipeNaveen Saini
Build opencl-clang with llvm-12 and point to latest from ocl-open-120 branch. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-04-01llvm-project-source: exclude for llvm-12Naveen Saini
meta-clang now builds llvm-spiv-translator as an external project for llvm12 so stop building it. It still need to be built for llvm-10 and llvm-11 though. Ref: https://github.com/kraj/meta-clang/commit/aa1ab889bcbb580f33151933d7ed44fd4a93f1bf Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-04-01ipmctl: add recipeNaveen Saini
ipmctl is a utility for configuring and managing IntelĀ® Optaneā„¢ Persistent Memory modules (PMem). It supports functionality to: * Discover PMems on the platform. * Provision the platform memory configuration. * View and update the firmware on PMems. * Configure data-at-rest security on PMems. * Track health and performance of PMems. * Debug and troubleshoot PMems. * ipmctl refers to the following interface components: libipmctl: An Application Programming Interface (API) library for managing PMems. ipmctl: A Command Line Interface (CLI) application for configuring and managing PMems from the command line. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-03-24libipt: upgrade 2.0.3 -> 2.0.4Anuj Mittal
License-Update: copyright years updated Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-03-24ixgbe: upgrade 5.10.2 -> 5.11.3Anuj Mittal
Changes in this release: - Added support for 5.11.2 kernel version - Fix calculate BW for MTU from 4088 to 9128 - Fix ethtool stats reporting - Enable MDD when SRIOV is disabled - Various bug fixes Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-03-24ixgbevf: upgrade 4.10.2 -> 4.11.1Anuj Mittal
Changes in this release: - Added support for 5.11.2 kernel version Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-03-24thermald: upgrade 2.4.2 -> 2.4.3Anuj Mittal
Release 2.4.3: - Allow --ingore-cpuid-check to use with --adaptive option Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-03-24level-zero: upgrade 1.1.0 -> 1.2.3Naveen Saini
Release notes: https://github.com/oneapi-src/level-zero/releases/tag/v1.2.3 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-03-24onednn: upgrade 2.0 -> 2.1.1Naveen Saini
LICENSE updated. Added 'Copyright 2020 Codeplay Software Limited' Ref: https://github.com/oneapi-src/oneDNN/commit/5d63af1b4ace43c22433ae1f135b92e113a32082 LICENSE text removed from src/common/primitive_hashing.hpp. Release notes: https://github.com/oneapi-src/oneDNN/releases/tag/v2.1.1 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-03-16layer.conf: add hardknott to LAYERSERIES_COMPATNaveen Saini
We'd still like to remain compatible with dunfell and gatesgarth core as well. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-03-10intel-mediasdk: Enable the SPS/PPS error reporting on hevcdUng, Teng En
These patches are merged into upstream. Will need to remove once update to version later than 21.1.2. Signed-off-by: Ung, Teng En <teng.en.ung@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-25linux-intel-dev: update to v5.11-rc6Naveen Saini
Also bring in the latest kernel config data. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-25linux-intel-rt/5.10: update to v5.10.12Naveen Saini
Updates -rt patchset to -rt26. Updated kernel config to latest commit. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-25linux-intel/5.10: update to v5.10.14Naveen Saini
Update kernel config as well. Drop patch which is already available in this update. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-25linux-intel-rt/5.4: update to v5.4.93Naveen Saini
Updates -rt patchset to -rt51. Updated kernel config to latest commit. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-25linux-intel/5.4: update to v5.4.98Naveen Saini
tag 'v5.4.98': (91 commits) Linux 5.4.98 squashfs: add more sanity checks in xattr id lookup squashfs: add more sanity checks in inode lookup squashfs: add more sanity checks in id lookup Fix unsynchronized access to sev members through svm_register_enc_region bpf: Fix 32 bit src register truncation on div/mod regulator: Fix lockdep warning resolving supplies blk-cgroup: Use cond_resched() when destroy blkgs i2c: mediatek: Move suspend and resume handling to NOIRQ phase SUNRPC: Handle 0 length opaque XDR object data properly SUNRPC: Move simple_get_bytes and simple_get_netobj into private header iwlwifi: mvm: guard against device removal in reprobe iwlwifi: mvm: invalidate IDs of internal stations at mvm start iwlwifi: pcie: fix context info memory leak iwlwifi: pcie: add a NULL check in iwl_pcie_txq_unmap iwlwifi: mvm: take mutex for calling iwl_mvm_get_sync_time() iwlwifi: mvm: skip power command when unbinding vif during CSA ASoC: ak4458: correct reset polarity pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process() chtls: Fix potential resource leak ... Updated kernel config to include: kver: bumping to v5.4.98 nxp-s32g2xx: add RTC PCF85063 support ti-j72xx: change CONFIG_HW_RANDOM_OMAP to y kver: bumping to v5.4.96 nxp-imx8: correct and optimze the CONFIGS to avoid warning ti-j72xx: add CONFIG_EXPERT config nxp-imx8: add USB support kver: bumping to v5.4.94 ti-j72xx: add DMABUF & TYPEC related configs bsp/intel-x86: don't override CONFIG_DRM_I915 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-25intel-mediasdk: upgrade 20.5.1 -> 21.1.1Lim Siew Hoon
Drops patches already merged: * 0001-FindOpenCL.cmake-don-t-look-for-driver-at-build-time.patch Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-25intel-media-driver: upgrade 20.4.5 -> 21.1.1Lim Siew Hoon
Drops patches already merged: * 0001-Encode-Fixed-VP9-444-frame-header.patch * 0001-media-libva-Add-export-AYUV-color-in-vaExportSurface.patch Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-22lms: upgrade 2052.1.0.0 -> 2102.1.0.0Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-17intel-microcode: fix the license md5sumAnuj Mittal
The upgrade was pushed without the correct license md5sum. Fix it now. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-17microcode.py: updated test to read microcode for exact signaturesangeeta jain
Updated testcase to read microcode versions applied for exact signature for CPU and for any microcode versions that are updated already. This change will cover scenario when there is no microcode being early loaded by OS. Signed-off-by: sangeeta jain <sangeeta.jain@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-17intel-microcode: upgrade 20201118 -> 20210216Anuj Mittal
Release notes: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20210216 Fixes CVE-2020-8698, CVE-2020-8696 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-16conf: remove thermald from MACHINE_ESSENTIAL_EXTRA_RDEPENDSNaveen Saini
thermald recipe moved to dynamic layer due to meta-oe dependency. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-16thermald: upgrade 2.2 -> 2.4.2Naveen Saini
Fixed new dependencies failure. | automake: error: cannot open < gtk-doc.make: No such file or directory | autoreconf: error: automake failed with exit status: 1 | checking for upower-glib... no | configure: error: Package requirements (upower-glib) were not met: | | No package 'upower-glib' found | checking for libevdev... no | configure: error: Package requirements (libevdev) were not met: | | No package 'libevdev' found upower library recipe comes from meta-openembedded/meta-oe layer, so moved recipe to dyanmic-layer. Dropped patch, which is not requried anymore. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-09itt: upgrade 3.15.12 -> 3.18.10Naveen Saini
fixed QA Issue: Architecture did not match (x86, expected x86-64) Error log: QA Issue: Architecture did not match (x86, expected x86-64) in /usr/include/ittnotify/fortran/posix/x86/ittfortran.o [arch] Ref: https://github.com/intel/ittapi/commit/d90eaa25a70f651e9f7e82a16b29074b5f77fed8 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-09lms: upgrade 2046.0.0.0 -> 2052.1.0.0Naveen Saini
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-09level-zero: upgrade 1.0.26 -> 1.1.0Naveen Saini
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-04open-model-zoo: upgrade 2021.1 -> 2021.2Anuj Mittal
Drop a patch that has been merged and include another that was accidently left off during the last upgrade. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-04thermald.py: fix 'thermald --no-daemon' taking forever issueNaveen Saini
skip test if CONFIG_THERMAL_EMULATION is not set Observed multiple issues: (1) Randomly not picking pid of thermld daemon (not sure why) (2) 'thermald --no-daemon --loglevle=info' taking forever Increase sleep time to make sure pid is avaialble. Added timeout for the command. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-04linux-intel-rt/5.10: update to v5.10.4-rt22Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-04linux-intel/5.10: update to v5.10.8Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-03linux-intel/5.10: fix build with binutils 2.36Anuj Mittal
Backport a couple of patches to fix builds with binutils v2.36. These should not be required once these are made available in LTS branches. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-03openvino-inference-engine: enable opencl by defaultAnuj Mittal
Make sure that ClDNN runtime is built by default. This would need clang layer to be included as well. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-02intel-compute-runtime: upgrade 20.46.18421 -> 21.04.18912Naveen Saini
Ref: https://github.com/intel/compute-runtime/releases/tag/21.04.18912 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-02intel-graphics-compiler: upgrade 1.0.5435 -> 1.0.6083Naveen Saini
Refreshed patch. Drop VectorCompiler build config, which is not require anymore. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-02vc-intrinsics: update to include latest commitsNaveen Saini
It includes: 77974f5 Wrap getTypeByName() to build with ToT LLVM 2de2dd4 Mangle intrinsic names 017cfcd Added predication for genx_masked_gather. 5032643 Add gather4_masked_scaled2 and gather_masked_scaled2 intrinsics a08fe5b Add internal llvm.genx.gaddr intrinsic for constant/global table support cf29e35 use a more strict version of cast operation in lowerUnmaskOps d2a2184 Use standard installation directory variables 7cbfe2e Allow OCL types without address convert in reader 410f50d Fix twice application of writer adaptor e42097e Add GENX_REWRITE_SEV environment variable for debug ca68b87 Rewrite single element vectors before spirv 008db27 Removing some whitespaces 3b2b67f Correct docs on gather/scatter scaled instructions 9bba8b5 Delete legacy intrinsics d684443 Add Instructions.h to llvmVCWrapper Add getNumElements func to llvmVCWrapper 4d724e3 CMCallable attribute conversion in AdaptorCM 73b335b Add Alignment.h to llvmVCWrapper 04d4900 Ignore non-vc kernels in reader type translation b3f075d Remove SPIRVMemoryModel setting in GenXSPIRVWriterAdaptor eabcd20 Add jump_table intrinsic 82711ce Fix to make lit tests pass for llvm7: forward isVolatile arg explicitly when creating load/store 6506440 add missing default initializer to CMSimdCFLower member 9a03e3e Fix for problem with incorrect MD in LLVM IR 4515d60 avoid returning potentially-unitialized value 414153d Fix for wrr predication if new value is a result of a bitcast 77974f5 (HEAD -> master, origin/master, origin/HEAD) Wrap getTypeByName() to build with ToT LLVM 2de2dd4 Mangle intrinsic names 017cfcd Added predication for genx_masked_gather. 5032643 Add gather4_masked_scaled2 and gather_masked_scaled2 intrinsics a08fe5b Add internal llvm.genx.gaddr intrinsic for constant/global table support cf29e35 use a more strict version of cast operation in lowerUnmaskOps d2a2184 Use standard installation directory variables 7cbfe2e Allow OCL types without address convert in reader 410f50d Fix twice application of writer adaptor e42097e Add GENX_REWRITE_SEV environment variable for debug ca68b87 Rewrite single element vectors before spirv 008db27 Removing some whitespaces 3b2b67f Correct docs on gather/scatter scaled instructions 9bba8b5 Delete legacy intrinsics d684443 Add Instructions.h to llvmVCWrapper Add getNumElements func to llvmVCWrapper 4d724e3 CMCallable attribute conversion in AdaptorCM 73b335b Add Alignment.h to llvmVCWrapper 04d4900 Ignore non-vc kernels in reader type translation b3f075d Remove SPIRVMemoryModel setting in GenXSPIRVWriterAdaptor eabcd20 Add jump_table intrinsic 82711ce Fix to make lit tests pass for llvm7: forward isVolatile arg explicitly when creating load/store 6506440 add missing default initializer to CMSimdCFLower member 9a03e3e Fix for problem with incorrect MD in LLVM IR 4515d60 avoid returning potentially-unitialized value 414153d Fix for wrr predication if new value is a result of a bitcast 23d4b41 Add SPIRV writer adaptor types translation 9eda835 Deduced number of channels under SIMD CFG for functions which use genx_replicate_mask attribute 3b3f9d9 Add llvm version to test features e13f274 Fix wrong address space for sampler type in reader 5829ad6 Fix missing compatibility with old translator in GenXSPIRVReaderAdaptor.cpp 3a287f5 Add GetOldStyleKernelMD function to GenXMetadata.h 60dec9a Uniform GenXMetadata.h with AdaptorsCommon.h ec7de0b Move SPIRV-specific parameters to AdaptorsCommon.h b869876 Use consume_front in SPIRV reader adaptor 2bb7a70 Fix SPIRV reader adaptor mistranslation of non-global pointers 40db2bb Add SPIRV reader adaptor types translation 65b7d2b Add more correct wrapper for global value address space 2e496ce Synchronize repository Drop patch, which is already merged and avaialble. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-02opencl-clang: update to include latest commitsNaveen Saini
It includes: c67648d Merge pull request #226 from hewj03/ocl-open-110 7ff6cf2 Remove "spirv work-item builtin debug-info patch" 8353f4d Extend llvm_shutdown to fix ManagedStatic memleak 05fd5aa Merge pull request #220 from azabazno/opencl_30_nosvm_2 70f45fb Keep same error for 2.0 1aed7d7 OpenCL C 3.0 patch update: allow nosvm attribute for 3.0 dbddfc2 Merge pull request #214 from lwesiers/ocl-open-110 7fc8e28 Fix typo 0442aee Improved patching mechanism and printing logs Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-02llvm-project-source: update to include latest commitsNaveen Saini
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-02intel-media-driver: backport fixed VP9 444 frame header.Lim Siew Hoon
Fixes VP9 444 encode output not able decode with gstreamer-vaapi master. Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-01intel-graphics-compiler: set preferred LLVM version to 11.1.0Naveen Saini
Ref: https://github.com/kraj/meta-clang/commit/67a7cad4bb48ef569b4eeb4b3c923133d2d422a6 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-01opencl-clang: set preferred LLVM version to 11.1.0Naveen Saini
Ref:https://github.com/kraj/meta-clang/commit/67a7cad4bb48ef569b4eeb4b3c923133d2d422a6 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-01-28sbsigntool-native: fix native last QA issueAlexandre Belloni
The native inherit should be last, move it. Solves: QA Issue: sbsigntool-native: native/nativesdk class is not inherited last, this can result in unexpected behaviour. [native-last] Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-01-27intel-media-driver: backport fixLim Siew Hoon
fixes dmabuf sharing with glimagesink failing with AYUV color format between msdkvpp and glimagesink from gst-plugins-bad master Backport patches: * 0001-media-libva-Add-export-AYUV-color-in-vaExportSurface.patch Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-01-27jhi: upgrade 1.39 -> 1.41Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>