aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-03-24Merge pull request #698 from ArsalanHAwan/dunfell-rome-ga-202103dunfell-rome-ga-202103dunfellWade Farnsworth
release/dunfell-rome-ga-202103: add release docs and tag
2021-03-24Merge pull request #697 from ArsalanHAwan/dunfell-e3000-ga-202103dunfell-e3000-ga-202103Wade Farnsworth
release/dunfell-e3000-ga-202103: add release docs and tag
2021-03-24release/dunfell-rome-ga-202103: add release docs and tagArsalan H. Awan
See RELEASE.md for the release notes and FEATURES.md for a list of supported features in this release. See README.md for instructions about getting started with meta-amd. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2021-03-24release/dunfell-e3000-ga-202103: add release docs and tagArsalan H. Awan
See RELEASE.md for the release notes and FEATURES.md for a list of supported features in this release. See README.md for instructions about getting started with meta-amd. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2021-03-18Merge pull request #696 from ArsalanHAwan/dunfell-docs-updatesWade Farnsworth
dunfell docs updates for e3000 & rome for next release
2021-03-18docs: add rome featuresArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2021-03-18docs: updates for e3000 & rome for next releaseArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2021-03-12Merge pull request #695 from ArsalanHAwan/dunfell-amdx86-split-machinesArsalan H. Awan
bsp/amdx86: split into separate machines that share the same kernel
2021-03-10bsp/amdx86: split into separate machines that share the same kernelArsalan H. Awan
This splits the amdx86 bsp into separate machines i.e. e3000 & rome, as they use different serial/uart ports for kernel console. e3000 has ttyS4 and ttyS5 available for use, whereas rome has ttyS0 only. The kernel console is needed for the grub install option. Linux kernel allows only one device per device-type to be usable as kernel console device. Therefore, we cannot have 2 different ttySx as serial console devices. We are still keeping the same kernel shared across both platforms, and any other platforms that will be added under amdx86 will share the same kernel. The console device is the only thing that differs across the devices. If we could find a way to have the serial device number automatically determined at boot time, and have it passed to linux kernel commandline args, maybe we'll switch back to having a single bsp/machine that works on all the AMD x86 platforms. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2021-03-01Merge pull request #694 from ArsalanHAwan/dunfell-rome-support-epyc-7002Wade Farnsworth
increase CONFIG_NR_CPUS to support AMD EPYC 7002 Series Processors
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-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-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>