aboutsummaryrefslogtreecommitdiffstats
path: root/meta-steppeeagle/recipes-kernel/linux
AgeCommit message (Collapse)Author
2019-08-28meta-steppeeagle: remove this deprecated bspArsalan H. Awan
Users may use "sumo" or previous release branches to build for this machine. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2017-03-31steppeeagle: disable DEBUG_PREEMPT and DEBUG_RODATAAwais Belal
These configurations conflict with KGDB debugging in some cases and generate stack dumps in various other situations. The stack dumps related to mwaitx are properly fixed through https://patchwork.kernel.org/patch/8549611/ but the mentioned patch is only available for Yocto kernel 4.8 and we don't use these so it is much better to avoid the problem with this for the time being rather than backporting the patch. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-11-16linux-yocto: fix QA warningsAwais Belal
Fixes WARNING: linux-yocto-4.4.20+gitAUTOINC+e66032e2d9_7d1401a0dd-r4.1 do_kernel_configcheck: [kernel config]: specified values did not make it into the kernel's final configuration: ---------- CONFIG_MICROCODE ----------------- Config: CONFIG_MICROCODE_EARLY_AMD From: /data/mel_amd_dogwood/build-se/tmp/work-shared/steppeeagle/kernel-source/.kernel-meta/configs/standard/cfg/amd.cfg Requested value: CONFIG_MICROCODE_EARLY_AMD=y Actual value: -- Config: CONFIG_MICROCODE_EARLY From: /data/mel_amd_dogwood/build-se/tmp/work-shared/steppeeagle/kernel-source/.kernel-meta/configs/standard/cfg/amd.cfg /data/mel_amd_dogwood/build-se/tmp/work-shared/steppeeagle/kernel-source/.kernel-meta/configs/standard/cfg/intel.cfg /data/mel_amd_dogwood/build-se/tmp/work-shared/steppeeagle/kernel-source/.kernel-meta/configs/standard/radeon-microcode.cfg Requested value: # CONFIG_MICROCODE_EARLY is not set Actual value: Config: CONFIG_MICROCODE_INTEL_EARLY From: /data/mel_amd_dogwood/build-se/tmp/work-shared/steppeeagle/kernel-source/.kernel-meta/configs/standard/cfg/intel.cfg /data/mel_amd_dogwood/build-se/tmp/work-shared/steppeeagle/kernel-source/.kernel-meta/configs/standard/radeon-microcode.cfg Requested value: # CONFIG_MICROCODE_INTEL_EARLY is not set Actual value: -- Config: CONFIG_MICROCODE From: /data/mel_amd_dogwood/build-se/tmp/work-shared/steppeeagle/kernel-source/.kernel-meta/configs/standard/cfg/amd.cfg /data/mel_amd_dogwood/build-se/tmp/work-shared/steppeeagle/kernel-source/.kernel-meta/configs/standard/cfg/intel.cfg /data/mel_amd_dogwood/build-se/tmp/work-shared/steppeeagle/kernel-source/.kernel-meta/configs/standard/steppeeagle_savedefconfig.cfg Requested value: CONFIG_MICROCODE=m Actual value: CONFIG_MICROCODE=y Config 'MICROCODE' has the following conditionals: CPU_SUP_AMD || CPU_SUP_INTEL (value: "y") CPU_SUP_AMD || CPU_SUP_INTEL (value: "y") Dependency values are: y [y] CPU_SUP_AMD [y] CPU_SUP_INTEL [y] Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-10-14SE/BE: move to 4.4 kernelAwais Belal
This commit does a few things which cannot be separated easily so it cannot be split in to separate commits. * Drops all 4.1 kernel bits. * Moves all common patches from meta-amdfalconx86 to common. * Moves SE/BE builds to 4.4 kernel. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-04-05linux-yocto: Upgrade SE / BE to v4.1 kernel and refactorMichael
2015-07-02meta-steppeeagle: yocto complianceAwais Belal
The meta-steppeeagle layer should not affect build meta-data when it is not intended to be built. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-02-12linux-amd: Add MEL 2014.12 FS supportMichael
2014-12-08amd: Upgrade to kernel v3.12.34Drew Moseley
This rather large patch upgrades the AMD Steppe Eagle and Bald Eagle platforms to the v3.12.34 stable tag. Additionally it renames the kernel recipe to linux-amd since it is _not_ a linux-yocto style recipe. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-12-06amd: Move all AMD kernel patches into commonDrew Moseley
This is in preparation for the upcoming upgrade to the latest stable kernel v3.12.x version. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-11-07linux-yocto: move main recipe to amd/common layerAwais Belal
The main kernel recipe is now moved to amd/common. The BaldEagle and SteppeEagle layers now contain kernel bits that are specific to the platform. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2014-06-16amd: Add kernel config fragment supportDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-05-28linux-yocto: Update checksumsDrew Moseley
The upstream packages were evidently repackaged so the md5sum and sha256sum were changed. I verified that the extracted contents are unchanged however. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-05-21steppeeagle: Initial commitDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>