aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-11-30Merge pull request #691 from ArsalanHAwan/zeus-e3000-ga-202011zeus-e3000-ga-202011zeusWade Farnsworth
release/zeus-e3000-ga-202011: add release docs and tag
2020-11-30Merge pull request #690 from ArsalanHAwan/zeus-fix-lttng-modulesWade Farnsworth
lttng-modules: fix lttng vmalloc_sync_all symbol lookup failed errors
2020-11-30release/zeus-e3000-ga-202011: 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>
2020-11-30lttng-modules: fix lttng vmalloc_sync_all symbol lookup failed errorsArsalan H. Awan
In linux 5.6 upstream replaced vmalloc_sync_all() by vmalloc_sync_mappings() and vmalloc_sync_unmappings(). Lttng uses vmalloc_sync_all() from a wrapper to prevent recursive page faults. The call is either made directly in the code or, if kallsyms is available, by looking up its address and then jumping indirectly. Recent stable updates backported that change into 4.4, 4.15, 5.3, and 5.4. This affects lttng-modules. Either the build fails completely (if kallsyms is not enabled). Or there will be warnings at runtime: LTTng: vmalloc_sync_all symbol lookup failed. Page fault handler and NMI tracing might trigger faults. Backporting 4 patches from upstream lttng fixes the issue for 4.4 and 5.4 (as those allow matching against linux kernel version). Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-11-26Merge pull request #689 from ArsalanHAwan/enable-nfsWade Farnsworth
amd-common-configurations: enable nfs-server & nfs-client image feature
2020-11-26amd-common-configurations: enable nfs-server & nfs-client image featureArsalan H. Awan
This enables the nfs-server and nfs-client IMAGE_FEATURES for all the AMD machines. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-10-23Merge pull request #688 from ArsalanHAwan/zeus-amd-code-dropWade Farnsworth
e3000/linux-yocto: add patches for xgbe, emmc, spi & usb for kernel v5.4
2020-10-23e3000/linux-yocto: add patches for xgbe, emmc, spi & usb for kernel v5.4Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-10-22Merge pull request #687 from ArsalanHAwan/zeus-fix-sdkWade Farnsworth
distro/poky-amd.conf: fix sdk build with debian package-management
2020-10-22Merge pull request #686 from ArsalanHAwan/zeus-fix-lttng-modulesWade Farnsworth
lttng-modules: rm patch that was added for an older kernel
2020-10-22distro/poky-amd.conf: fix sdk build with debian package-managementArsalan H. Awan
See this for background: bc4d5973dacabe7c4e3e436c1c8434aeb2d8ad23 Adding the following pkgs to the PACKAGE_EXCLUDE_COMPLEMENTARY list in zeus: * packagegroup-base * packagegroup-core-boot * packagegroup-core-tools-debug * valgrind * glibc-mtrace * intltool * qemu Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-10-22lttng-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.50 kernel. See: 1f067a0daa21b39a87bd156f2ad2c106846489d1 Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-10-16Merge pull request #685 from ArsalanHAwan/zeus-initWade Farnsworth
init e3000 on yocto zeus v3.0.4 with linux-yocto v5.4.50
2020-10-16docs: remove unsupported bsps and inapplicable items from the docsArsalan H. Awan
This removes all the bits from the documentation that are not related to the e3000 bsp. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-10-15meta-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-15meta-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-10-15dpdk: upgrade to v18.11.8 as per yocto zeusArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-10-15libffi: upgrade to v3.3~rc0 as per yocto zeusArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-10-15e3000/kernel: move to linux-yocto v5.4.50Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-10-15Fix amd-spi build failureRahul Kumar
- access_ok argument reduced to 2 parmaters in 5.4 kernel
2020-10-15bsp/kernel: add linux-yocto v5.4.50 & linux-yocto-rt v5.4.50 recipesArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-10-15bsp/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 v1000 & r1000 have not moved to linux-yocto-5.4.50 yet. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-10-15distro/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-10-15bsp/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>
2020-10-15meta-amd/bsp,distro: move to yocto zeus branchArsalan H. Awan
This sets the following vars in the respective layers: LAYERSERIES_COMPAT_amd-bsp = "zeus" LAYERSERIES_COMPAT_amd-distro = "zeus" Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-10-15docs/BUILD.md: change branch name to YOCTO_BRANCH varArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-10-15docs: 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-24Merge pull request #680 from ArsalanHAwan/master-merge-warriorWade Farnsworth
merge branch 'warrior' into 'master'
2020-09-23Merge branch 'warrior' into masterArsalan H. Awan
2020-02-27Merge pull request #677 from ArsalanHAwan/warrior-r1000-ga-202002warrior-r1000-ga-202002warriorWade Farnsworth
release/warrior-r1000-ga-202002: add release docs and tag
2020-02-27release/warrior-r1000-ga-202002: 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>
2020-02-14Merge pull request #676 from ArsalanHAwan/warrior-e3000-ga-202002warrior-e3000-ga-202002Wade Farnsworth
release/warrior-e3000-ga-202002: add release docs and tag
2020-02-14release/warrior-e3000-ga-202002: add release docs and tagArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-01-23Merge pull request #675 from chaudharyak/warriorWade Farnsworth
R1000_LP : add 4.19.8 amdgpu patch for R1000 LP
2020-01-21Merge pull request #674 from wfarnsworth/wfarnsworth-fix-mailing-listArsalan H. Awan
Fix link to mailing list
2020-01-20R1000 : R1000 firmware updateChaudhary Amit Kumar
2020-01-17R1000_LP : add 4.19.8 amdgpu patch for R1000 LPChaudhary Amit Kumar
2020-01-17Fix link to mailing listWade Farnsworth
Signed off by: Wade Farnsworth \<wade_farnsworth@mentor.com\>
2019-12-19Merge pull request #673 from ArsalanHAwan/warrior-e3000-rt-kernel-upgradeWade Farnsworth
warrior/e3000: linux-yocto-rt upgrade to v4.19.8 (4.19.8-rt3-yocto-preempt-rt)
2019-12-19e3000/rt-kernel: move to linux-yocto-rt v4.19.8 from v4.14.71Arsalan H. Awan
This switches e3000 rt kernel to the new linux-yocto-rt v4.19.8 i.e. 4.19.8-rt3-yocto-preempt-rt from the previous v4.14.71. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-12-19e3000/linux-yocto-rt: add recipe for the RT kernel v4.19.8Arsalan H. Awan
This adds the linux-yocto-rt v4.19.8 recipe for the e3000 BSP. This is just a base port without any patches. We might get patches from AMD on top of this port for e3000 later on. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-12-18Merge pull request #672 from ArsalanHAwan/warrior-e3000-kernel-upgradeWade Farnsworth
warrior/e3000: linux-yocto upgrade to v4.19.8
2019-12-18e3000/kernel: move to linux-yocto v4.19.8 from v4.14.71Arsalan H. Awan
This switches e3000 kernel to the new linux-yocto v4.19.8 from the previous v4.14.71. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-12-18e3000/linux-yocto: add recipe for kernel v4.19.8Arsalan H. Awan
This adds the linux-yocto v4.19.8 recipe for the e3000 BSP. This is just a base port without any patches. We might get patches from AMD on top of this port for e3000 later on. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-12-16Merge pull request #671 from ArsalanHAwan/warrior-e3000-docs-updatesWade Farnsworth
warrior/e3000: docs updates
2019-12-16Merge pull request #670 from ArsalanHAwan/warrior-dpdk-fixWade Farnsworth
dpdk: fix for v18.11.1
2019-12-16Merge pull request #669 from ArsalanHAwan/warrior-nextWade Farnsworth
meta-amd/docs: set ground for next release
2019-12-16docs/CUSTOMIZE.md: add e3000 as supported bsp for customizable featuresArsalan H. Awan
This lists e3000 as a supported bsp against the features that are customizable for it. This also lists RT_KERNEL_AMD feature that is to be supported for e3000. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-12-16docs/FEATURES.md: list e3000 bsp supported featuresArsalan H. Awan
This adds a column for e3000 bsp to list its features that are going to be supported. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-12-16docs/DOCUMENTATION.md: add link for dpdk documentationArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>