aboutsummaryrefslogtreecommitdiffstats
path: root/meta-baldeagle/recipes-kernel
AgeCommit message (Collapse)Author
2016-04-07Enable IMC and or AMD SPI SDKArindam Nath
- amdfalconx86 / SteppeEagle: IMC and AMD SPI SDK - BaldEagle: Enable IMC Signed-off-by: Arindam Nath <arindam.nath@amd.com> Signed-off-by: Michael Powell <michael_powell@mentor.com>
2016-04-05linux-yocto: Upgrade SE / BE to v4.1 kernel and refactorMichael
2015-07-02meta-baldeagle: yocto complianceAwais Belal
The meta-baldeagle 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-12-03radeon-firmware: move KAVERI_*.bins to BE layerAwais Belal
The KAVERI bins are specific to BaldEagle as per AMD so these should only be deployed on the mentioned target. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2014-11-07radeon-firmware: move common stuff to amd/commonAwais Belal
The common bits for radeon-firmware package are now moved to amd/common layer. SteppeEagle and BaldEagle layers now contain platform specific updates only. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2014-11-07wdt-load gpio-load: move recipe to common layerAwais Belal
The recipes for wdt-load and gpio-load are now part of the common layer. Signed-off-by: Awais Belal <awais_belal@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-08-26Merge pull request #65 from narindam/daisymel-lite-2014.05.02release/2014.05-async1Sean Hudson
meta-amd: patch set of modified SDK for BE and SE
2014-08-25baldeagle: Include microcode binary.Drew Moseley
Be sure to include the microcode_amd_fam15h.bin file in the target filesystem. Resolves boot warnings similar to: microcode: failed to load file amd-ucode/microcode_amd_fam15h.bin microcode: CPU1: patch_level=0x06003104 microcode: CPU2: patch_level=0x06003104 microcode: CPU3: patch_level=0x06003104 microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-08-21yocto: meta-amd: spi: request IMC to enter and exit scratch RAMArindam Nath
2014-08-21yocto: meta-amd: i2c: request IMC to enter and exit scratch RAMArindam Nath
2014-08-21yocto: meta-amd: add IMC handling for Bald EagleArindam Nath
2014-08-21yocto: meta-amd: add waitqueue handling for Bald EagleArindam Nath
This patch fixes the issue where the kernel thread would unnecessarily hog the CPU even when there is no actual SPI transaction happening. The changes now make sure that the kernel thread waits on a waitqueue until a SPI message is actually queued into the buffer, thus saving precious CPU cycles. Upstream Status: None
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-07Replace linux-firmware recipe with AMD radeon one.Sean Hudson
Signed-off-by: Sean Hudson <sean_hudson@mentor.com>
2014-05-05linux-yocto: Remove duplicate patch that is not in SRC_URIDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-04-25Enable kernel CONFIG_FHANDLE to fix serial initSean Hudson
Issue was described in mailing list along with fix here: http://lists.freedesktop.org/archives/systemd-devel/2014-February/016935.html Enabling CONFIG_FHANDLE to allow udev to behave as expected. Signed-off-by: Sean Hudson <sean_hudson@mentor.com>
2014-04-23Initial import of AMD layerSean Hudson
Signed-off-by: Sean Hudson <sean_hudson@mentor.com>