aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp
AgeCommit message (Collapse)Author
2016-02-02alsa-state: set default to GenericMichael
Set the alsa card defaults to something other than '1' or '0' to avoid naming conflicts during load or unload. After the recent kernel update to 4.1.15, the ALC662 registers as 'Generic'. Signed-off-by: Michael Powell <michael_powell@mentor.com>
2015-05-05alsa-state: use generic naming for default deviceAwais Belal
Generic naming is used to address default device for alsa/audio. This helps in a manner that adding/removing devices from the system would not affect. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-04-14alsa-state: set default device for alsamixerAwais Belal
Card 1 is the default device on current AMD platforms. So we update asound.conf to reflect this and make the card 1 the default device for ctl nodes as default. This allows alsamixer to open the interface directly on this card by default. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2014-12-11grub: Remove extraneous commentsDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-12-11grub: add cmdpath to grub configuration fileDrew Moseley
An issue was found where when yocto is installed to a hard disk from a live USB key, no matter what boot order was selected in the BIOS menu, the grub menu of the USB key would always show up. The issue was narrowed down to the way grub configuration file gets embedded into the standalone bootx64.efi image. The commit prepends ($cmdpath) to the search path for grub.cfg, thus making sure the UEFI environment itself sets this to the correct device path. This in-turn lets the grub.cfg of the boot device to be loaded. Signed-off-by: Arindam Nath <arindam.nath@amd.com> Reviewed-by: Drew Moseley <drew_moseley@mentor.com> Tested-by: Ravikiran Polepalli <Ravikiran_Polepalli@mentor.com>
2014-08-05alsa-state: Setup a better asound.conf fileDrew Moseley
This uses a combination of the asym, dmix and dsnoop plugins to allow concurrent access to the alsa device using the Default device. Primarily this is a convenience as it is a lowest common denominator but it makes things mostly "just work" out of the box. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-29amd: Setup default asound.conf for AMD boards.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-06-05Move formfactor recipe to common layerSean Hudson
Signed-off-by: Sean Hudson <sean_hudson@mentor.com>
2014-05-02grub-efi: Build with march=core2Drew Moseley
Build with "-march=core2" to work around grub launch failure on Bald Eagle boards. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-04-30Revert "baldeagle: Specify GRUB_TARGET"Drew Moseley
This reverts commit 00214a30be3f9b3cdd4f6470e82676f35f6810d0.
2014-04-27baldeagle: Specify GRUB_TARGETDrew Moseley
Without this we are getting CPU ERROR 6 on the board and no Grub launch. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>