aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-03-01increase CONFIG_NR_CPUS to support AMD EPYC 7002 Series ProcessorsArsalan H. Awan
This changes the max cpu limit from default of 64 cores to 256 cores in order to support the rome platform that can host 2 of 64 core cpus with 2 thread per core, giving us a total of 256 virtual cpus. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2021-02-12Merge pull request #693 from ArsalanHAwan/dunfell-amd-code-dropWade Farnsworth
amdx86: integrate amd kernel patches on linux-yocto v5.4.69
2021-02-12amdx86/wdt: enable sp5100_tco wdt driver for family 17h and rm amd_wdtArsalan H. Awan
This enables the CONFIG_SP5100_TCO watchdog driver and removes the amd_wdt kernel module. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2021-02-12amdx86/linux-yocto: patch xgbe, emmc, spi and usb on kernel v5.4.69Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2021-01-04Merge pull request #692 from ArsalanHAwan/dunfell-init-revisedWade Farnsworth
init amdx86 bsp based on yocto v3.1.4 with linux-yocto(-rt) v5.4.69
2020-12-28docs: add instructions for amdx86 and remove unsupported bspsArsalan H. Awan
This removes all the bits from the documentation that are not related to the amd machines/platforms under amdx86 bsp. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-12-17bsp/layer: remove LICENSE_PATH as we don't have any additional licensesArsalan H. Awan
Otherwise the build breaks with error: Failure expanding variable AVAILABLE_LICENSES Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-12-17amd-common-configurations: remove libav settings as its not supportedArsalan H. Awan
We don't use this multimedia package for amdx86 ATM. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-12-17licenses/FLTK: remove this license as we are not using fltk anymoreArsalan H. Awan
The license was added to fix QA warning: WARNING: fltk-1.3.3-r0 do_populate_lic: fltk: No generic license file exists for: FLTK in any provider See: 1fdaaf5a93456a2adc0c8aa5f82d7e19fc8f0bc0 Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-12-17amdx86: remove recipes from BBMASK that are not available anymoreArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-12-17lttng-modules: rm patch that was added for an older kernelArsalan H. Awan
This removes the patch that was added here for an old 4.14 kernel that is not applicable for our current 5.4.69 kernel. See: 1f067a0daa21b39a87bd156f2ad2c106846489d1 Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-12-17remove e3000 and create a generic amdx86 bsp for all supported machinesArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-12-14dpdk: upgrade to v18.11.10 as per yocto dunfell branchArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-12-14e3000/kernel: move to linux-yocto v5.4.69 as per yocto-3.1.4Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-12-14meta-amd-bsp: remove unsupported codeArsalan H. Awan
This removes all the unsupported bsps and recipes. We can bring back bsps and/or recipes when needed. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-10-05Merge pull request #683 from ArsalanHAwan/dunfell-layers-cleanupWade Farnsworth
meta-amd-bsp: remove unnecessary files
2020-09-28meta-amd-bsp: remove unnecessary filesArsalan H. Awan
These files are leftovers of old config include fragments for local.conf that are now only to be mentioned in docs. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-09-25Merge pull request #682 from ArsalanHAwan/dunfell-e3000-rt-kernel-upgradeWade Farnsworth
e3000/linux-yocto-rt: add recipe for the RT kernel v5.4.2
2020-09-25e3000/linux-yocto-rt: add recipe for the RT kernel v5.4.2Arsalan H. Awan
This adds the linux-yocto-rt v5.4.2 recipe so that the e3000 BSP can make use of it. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-09-24Merge pull request #681 from ArsalanHAwan/dunfell-nextWade Farnsworth
dunfell/e3000: init e3000 bsp on poky v3.1.2 with linux-yocto-5.4.2
2020-09-24Merge pull request #680 from ArsalanHAwan/master-merge-warriorWade Farnsworth
merge branch 'warrior' into 'master'
2020-09-24e3000/kernel: move to linux-yocto v5.4.2Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-09-24bsp/kernel: rm linux-yocto-4.14.71 bits as it is not used by any bspArsalan H. Awan
We are keeping the linux-yocto-4.19.8 for now as r1000 has not moved to linux-yocto-5.4.2 yet. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-09-24dpdk: upgrade to v18.11.8 as per yocto dunfell v3.1.2Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-09-24distro/poky-amd.conf: set INIT_MANAGER = "systemd"Arsalan H. Awan
This removes the system init manager vars being set in poky-amd.conf as they are now taken care of by single var i.e. INIT_MANAGER here: meta/conf/distro/defaultsetup.conf: require conf/distro/include/init-manager-${INIT_MANAGER}.inc Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-09-24docs: set ground for next releaseArsalan H. Awan
This moves the following yocto meta layers to latest commits for next release: * poky * meta-openembedded * meta-dpdk This also unties meta-amd from previous release tag. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-09-23Merge branch 'warrior' into masterArsalan H. Awan
2020-05-29Merge pull request #679 from choubeyrahul/dunfellWade Farnsworth
amdgpu patches on 5.4.2 Linux kernel
2020-05-28linux-yocto_5.4.2 : add 5.4.2 amdgpu patchRahul Kumar
2020-05-28Fix amd-spi build failureRahul Kumar
- access_ok argument reduced to 2 parmaters in 5.4 kernel
2020-05-28Revert "amd-spi,spirom: disable for now as they dont get built with kernel 5.4"Rahul Kumar
This reverts commit ec4447e4a8be054fc58bdfeb3beb0e9070d07f16.
2020-05-21Merge pull request #678 from ArsalanHAwan/dunfellWade Farnsworth
yocto v3.1 dunfell init for v1000 with kernel v5.4.2
2020-05-21vulkan: inherit features_check as distro_features_check is deprecatedArsalan H. Awan
This was changed in yocto v3.1 dunfell. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21vulkan: rename to vulkan-loader to fulfill gstreamer dependsArsalan H. Awan
This is also being renamed to align with upstream yocto naming of this recipe. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21mpv: rm v0.28.2 recipe and use v0.32.0 from yocto dunfellArsalan H. Awan
our mpv v0.28.2 recipe relies on python2 which is not available in yocto dunfell. So lets move to the newer one from yocto. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21v1000/kernel: move to linux-yocto v5.4.2Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21amd-spi,spirom: disable for now as they dont get built with kernel 5.4Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21linux-yocto: add kernel v5.4.2 recipeArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21mesa: upgrade to v20.0.2 as per yocto dunfellArsalan H. Awan
This also removes the libglu_9.0.0.bbappend as the patch it was adding is not applicable anymore. This also sets the following: MESA_LLVM_RELEASE_amd = "9.0.1" CLAMAV_LLVM_RELEASE_amd = "9.0.1" Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21libdrm: rm libdrm v2.4.99 and use v2.4.100 from yocto dunfellArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21llvm: upgrade to v9.0.1 as per yocto dunfellArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21dpdk: upgrade to v18.11.7 as per yocto dunfellArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21libffi: upgrade to v3.3 as per yocto dunfellArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21gstreamer1.0-omx: upgrade to 1.16.2 as per yocto dunfellArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21xrandr: upgrade to v1.5.1 as per yocto dunfellArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21libvdpau: upgrade vdpau to v1.3 as per yocto dunfellArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21libva: upgrade vaapi to v2.6 as per yocto dunfellArsalan H. Awan
This upgrades the libva-utils_2.4.0 to libva-utils_2.6.0 and libva_2.4.0 to libva_2.6.1 as per yocto dunfell. We still need to upgrade libva-x11 to v2.6.1 according to the new meson based build. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21python2: remove bbappend as python2 support has ended in yocto dunfellArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21bsp/grub: make v2.02 build use python3 as python2 is gone in dunfellArsalan H. Awan
This exports the PYTHON var so that the grub 2.02 build process can pick up the right version of python i.e. 3 because python2 support has ended in yocto dunfell and so the build fails to find python2. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21bsp/grub: fallback to grub 2.02 as 2.04 fails to build for amd znver1Arsalan H. Awan
The new grub-efi v2.04 fails to build for the amd ryzen znver1 platform with error: error: SSE register return with SSE disabled This adds the recipe for grub 2.02 and uses that as the bootloader. This sets the PREFERRED_VERSION_grub,grub-efi to 2.02 accordingly. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>