aboutsummaryrefslogtreecommitdiffstats
path: root/meta-snowyowl
AgeCommit message (Collapse)Author
2017-12-05snowyowl: linux-yocto: fix build with options that require opensslAwais Belal
Kernel configurations such as CONFIG_MODULE_SIG require openssl on the host. This fixes the issue by enabling the dependency in the kernel recipe append along with allowing the use of native sysroot for such dependencies so the user does not have to install these separately on the host. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-11-29snowyowl.conf: strip the audio/graphics features furtherAwais Belal
This drops the particular features from the DISTRO_FEATURES as well so additional userland bits are removed appropriately. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-11-29snowyowl: move feature removal to appropriate configAwais Belal
Dropping whole features from a BSP should be handled through configuration files rather than recipe files so move it to machine config. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-11-22snowyowl.conf: disable graphical consoleAwais Belal
There's no graphics support on the platform for now so the user won't be able to get the grub install option working through the display as it works for the other platforms. We now disable the graphical console so the install mechanism is handled through the serial console. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-11-13snowyowl: disable graphicsArsalan-Awan
Dogwood release for snowyowl will not have graphics support for the platform so disabling the kernel configuration/features as needed. Signed-off-by: Arsalan-Awan <Arsalan_Awan@mentor.com>
2017-11-13snowyowl: disable soundArsalan-Awan
Dogwood release for snowyowl will not have sound support for the platform, so disabling the kernel configuration/features as needed. Signed-off-by: Arsalan-Awan <Arsalan_Awan@mentor.com>
2017-10-11remove unnecessary newlinesAwais Belal
Cosmetic change to remove unnecessary newlines in recipes. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-10-11snowyowl: use actual license text for LIC_FILES_CHKSUMAwais Belal
Increases maintainability and readability by using a single file with the actual license text being tested. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-10-10snowyowl.conf: enable getty on ttyS5 as wellAwais Belal
This enables getty on ttyS5 which is the second port on the snowyowl platform so this additional port is usable as well. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-10-10snowyowl: linux-yocto: fix kernel configuration warningsAwais Belal
This fixes various kernel configuration warnings produced during build by setting the audio configurations to be modular rather than built-in. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-10-06snowyowl.conf: add appropriate ADE_CB_CPUAwais Belal
This allows proper support for the CodeBench ADE. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-10-06snowyowl.conf: align with other BSPsAwais Belal
This aligns the newly integrated BSP's configuration with the older ones so it uses the common configuraitons fragment appropriately. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-10-06tune-snowyowl: correct tuning for snowyowlAwais Belal
The correct tuning for snowyowl is dpfp5 rather the znver1 which is actually the march. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-09-26snowyowl: config file changes for enabling AF_ALG in Linux kernelSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-09-26snowyowl: Bug fix for USB 3.1 device driver on AMDSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-09-26snowyowl: ccp crypto h/w driver patches and kernel configurations for CryptoSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-09-26snowyowl: bug fixes and patches for and-xgbe driverSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-09-26snowyowl: NTB driver supportSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-09-26snowyowl: eMMC driverSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-09-26snowyowl: Change in i2c clock frequencySudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-09-26snowyowl: GPIO patches - enabling more number of gpio and modified test ↵Sudheesh Mavila
application for gpio Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-09-26snowyowl: Enabled Watchdog test applicationSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-09-26snowyowl: Watchdog kernel driverSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-09-26snowyowl: Test application for spi driverSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-09-26snowyowl: spi driver for SnowyOwlSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-06-15snowyowl: Enabled minicom application as a part of RFS to test UARTSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-06-13snowyowl: Serial console configuration and enabling test applicationSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-06-13snowyowl: GPIO test applicationSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-06-13snowyowl: Kernel configuration flags and AMD-XGBE driver patchesSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-05-02snowyowl: add initial supportAwais Belal
This adds initial support for the Snowy Owl BSP. There are quite a few things that need tweaking at the moment but these will be aligned over time. Signed-off-by: Awais Belal <awais_belal@mentor.com>