aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel
AgeCommit message (Collapse)Author
2015-07-06linux-amd: enable SELINUX kernel configs when neededAwais Belal
In order to utilize SELINUX on the target certain kernel configurations need to be enabled in the kernel. This patch conditionally enables these configurations when the distro specifies selinux as a feature. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-06-26linux-amd: fix multiple CVEsAwais Belal
Fixing multiple CVEs for the 3.12 kernel. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-05-13linux-amd: rename logitech.cfg and enable more HIDsAwais Belal
The file for logitech HID configs is renamed to so we can handle it generically for HIDs. Some more HIDs that are widely used are enabled now as well. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-03-08linux-amd: drop unneeded v86d dependenciesAwais Belal
v86d is no longer enabled in the AMD builds so we drop the unnecessary sub tasks. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-03-05Globally replace base_contains with bb.utils.containsAwais Belal
OE-Core has obsoleted the usage of base_contains function in favor of the bb.utils.contains functions. The earlier one will be dropped in coming releases of OE-Core. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-03-04linux-amd: disable KGDB if distro is not MELAwais Belal
Additional tools are only available when distro is set to mel. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-02-10Merge pull request #110 from drewmoseley/fix-se-low-powerDrew Moseley
meta-amd: Fix for gstreamer pipeline triggering DPM low power mode.
2015-02-10meta-amd: Fix for gstreamer pipeline triggering DPM low power mode.Arindam Nath
This fixes AMDDET-90 Signed-off-by: Arindam Nath <arindam.nath@amd.com> Tested-by: Drew Moseley <drew_moseley@mentor.com> Tested-by: Awais Belal <awais_belal@mentor.com>
2015-02-09linux-amd: Add mos7840 usb-serial supportMichael
2015-01-12linux-amd: disable SATA port multiplierAwais Belal
The SATA port multiplier does not initialize on the BE platform whereas on the SE platform as soon as the port multiplier goes up it produces a hang while booting. We now disable the SATA port multiplier support of the kernel as it seems not to be needed on any of the platforms. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2014-12-31linux-amd: disable kgdb on mel-liteAwais Belal
KGDB is enabled by default in the kernel config and is not required on mel-lite so we disable it on the mentioned distro. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2014-12-22linux-amd: enable UVESA if v86d is recommendedAwais Belal
The v86d package requires the UVESA kernel configurations to be enabled. We now enable this kernel configuration if v86d package is recommended for the machine. Signed-off-by: Awais Belal <awais_belal@mentor.com>
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-08lttng-modules: Fix compaction build failure.Drew Moseley
This forces the new compaction markups for the kernel v3.12.34. This is a short term workaround as we will eventually be updating to the v3.14 kernel so there's no point in doing anything more than this hack. 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-26linux: Don't create /boot/bzImage symlink.Drew Moseley
This is now handled by alternatives in the upstream recipes. Signed-off-by: Drew Moseley <drew_moseley@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-07-31amd: Disable CONFIG_DEBUG_PREEMPT to avoid interfering with kgdbDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-30Merge pull request #51 from drewmoseley/usb-quirkSean Hudson
[RFC] xhci: Enable XHCI_TRUST_TX_LENGTH quirk for AMD devices.
2014-07-29linux-yocto: Enable extra sound kernel configs.Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-29xhci: Enable XHCI_TRUST_TX_LENGTH quirk for AMD devices.Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-16amd: Add MACHINEOVERRIDES option for amd.Drew Moseley
This allows a single variable override to apply to all AMD platforms rather than needing individual settings per board. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-15amd: Add EFI GUID partition support for AMD platformsDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-13amd: Add Logitech configs for wireless USBDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-06-28amd: Enable framebuffer consoles.Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-06-28amd: Enable kernel CONFIG_LOGO settingDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-06-19amd: Setup bluetooth kernel configs if enabled in DISTRO_FEATURESDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-04-29amdcommon: Make a symlink in /boot to the kernel imageDrew Moseley
Create a symlink with an unchanging name in /boot so that a new kernel can be easily deployed by end users without needing to rerun grub. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>