aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000/recipes-kernel
AgeCommit message (Collapse)Author
2018-11-02amd-spi : change include <asm/uaccess.h> to <linux/uaccess.h>Chaudhary Amit Kumar
Signed-off-by: Chaudhary Amit Kumar <chaudharyamit.kumar@amd.com>
2018-11-02V1000 : RTQA3 backport patch add for v1000 bspChaudhary Amit Kumar
Signed-off-by: Chaudhary Amit Kumar <chaudharyamit.kumar@amd.com>
2018-10-31V1000 : Add recipes for Kernel 4.14.71Chaudhary Amit Kumar
Signed-off-by: Chaudhary Amit Kumar <chaudharyamit.kumar@amd.com>
2018-08-02amdgpu-firmware/kernel: update for 2018Q2 and add RGP,VkEvent,MDVSYNCChaudhary Amit Kumar
Signed-off-by: Chaudhary Amit Kumar <chaudharyamit.kumar@amd.com>
2018-05-23linux-yocto-v1000_4.9.inc: drop unnecessary config fragmentsAwais Belal
These configuration fragments are not required for the v1000 builds and generate kernel configuration warnings if included so drop them. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-05-16linux-yocto_4.9: further unify the support using the common layerAwais Belal
This will allow for an easier maintenance procedure such that the common fragments can be handled more seamlessly. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-04-04linux-yocto_4.9: further simplify common settingsAwais Belal
This moves further common settings from the BSP specific appends to the common fragment. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-04-04linux-yocto_4.9: move upstream backports to common layerAwais Belal
This moves the upstream backports to the common layer and uses an append to apply these so the same could be used for other common changes. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-04-03linux-yocto: move 4.9 recipe to commonAwais Belal
The kernel 4.9 recipe is being used for v1000 as well as snowyowl. Move the base recipe to common and then use appends for BSP overrides. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-04-02v1000/linux-yocto: backport speculation updates till 4.9.88Awais Belal
This backports the speculation related patches up till the 4.9.88 version from the linux-stable tree. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-04-02v1000/linux-yocto: backport Spectre/Meltdown patches up till 4.9.85Awais Belal
This backports the patches for Spectre/Meltdown from the stable-4.9 tree that are found between 4.9.81 and 4.9.85. Additionally for now we've removed the disablement of IBPB as that would likely be the last patch going in from our side otherwise it will simply create conflicts while cherry-picking. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-04-02v1000/linux-yocto: backport Spectre/Meltdown patches from 4.9.81Awais Belal
This backports the patches introduced in 4.9.81 and disables the IBPB support on top of that. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-04-02v1000-extra-config.cfg: disable KPTIAwais Belal
AMD BSPs do not require the config and it has performance burden so disable the configuration. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-04-02v1000/linux-yocto: backport patches for Spectre and MeltdownAwais Belal
This backports patches from linux-stable-4.9.y relevant to Spectre (V1/2) and Meltdown. There are some additional patches apart from these in order to make the backport smoother. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-02-27v1000/linux-yocto: disable efi vars for pstore by defaultAwais Belal
There are adverse effects of using the pstore backend for this sort of usage and should only be enabled when there's a real need so disable feature in default environment. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-02-23v1000: drop 4.4 kernel appendAwais Belal
This got missed from the 4.9 upgrade. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-01-12v1000/linux-yocto: consolidate BT configurationsAwais Belal
Handle CONFIG_BT_* similar to the common layer. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-01-12v1000/linux-yocto: use config fragments for KGDBAwais Belal
Consolidating kgdb configs through fragments as it is done in the common layer as well. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-01-12v1000/linux-yocto: handle WiFi configs through fragmentAwais Belal
Consolidating wifi configurations just like we did for HID. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-01-12v1000/linux-yocto: use config fragment for HIDAwais Belal
Consolidating HID configuration to a fragment helps maintaining the overall configuration on modular level. This is the same approach used in the common layer so follow suit. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-12-22Merge pull request #484 from pavanamd/mortyWade Farnsworth
update for Post-GA update 1 Release
2017-12-22Fix for ethernet not working, Enabled CONFIG_MARVELL_PHYPavan Kumar Ramayanam
Signed-off-by: Pavan Kumar Ramayanam <pavan.ramayanam@amd.com>
2017-12-20Enable I2S in UEFI modePavan Kumar Ramayanam
Signed-off-by: Pavan Kumar Ramayanam <pavan.ramayanam@amd.com>
2017-12-14Added config change to enable ethernetPavan Kumar Ramayanam
Signed-off-by: Pavan Kumar Ramayanam <pavan.ramayanam@amd.com>
2017-12-14v1000: amdgpu-firmware: add GPU firmwareAwais Belal
Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-12-14Fixes the issue with dangling pointer cleanupPavan Kumar Ramayanam
Signed-off-by: Pavan Kumar Ramayanam <pavan.ramayanam@amd.com>
2017-12-14Enabled DMA flags in eMMC driverPavan Kumar Ramayanam
Signed-off-by: Pavan Kumar Ramayanam <pavan.ramayanam@amd.com>
2017-12-14Added ethernet support changesPavan Kumar Ramayanam
Signed-off-by: Pavan Kumar Ramayanam <pavan.ramayanam@amd.com>
2017-12-14Added amdkfd patchesPavan Kumar Ramayanam
Signed-off-by: Pavan Kumar Ramayanam <pavan.ramayanam@amd.com>
2017-11-03v1000 kernel: Fix few errors related to MCE, eMMC and ECCAvinash M N
Signed-off-by: Avinash M N <avimn@amd.com>
2017-10-30v1000 kernel: Add non-TDM support and remove TDM supportAvinash M N
Signed-off-by: Avinash M N <avimn@amd.com>
2017-10-18Merge pull request #469 from avimn/mortyWade Farnsworth
V1000 GA release
2017-10-17V1000: Enable CONFIG_R8169Ahsan Hussain
Signed-off-by: Ahsan Hussain <ahsan_hussain@mentor.com>
2017-10-16v1000: Add SPI support and test utilitiesAvinash M N
Signed-off-by: Avinash M N <avimn@amd.com>
2017-10-13v1000 kernel: Fixed few display issues.Avinash M N
Signed-off-by: Avinash M N <avimn@amd.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-11v1000: 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-09-07Merge pull request #453 from abelal/fb_logoWade Farnsworth
UARTs, simple FB and logo
2017-09-07v1000-user-config: enable simple framebuffer and logoAwais Belal
This enables the FB_SIMPLE config so we can get kernel console on the display and activates the logo display as well so we see the nice penguins on boot. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-09-07v1000-user-config: adjust number of possible UARTsAwais Belal
This adjusts the number of possible UARTs so on runtime systemd does not create a handful of these which are going to be unused at the end of the day. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-09-01v1000 kernel: Fix for display issue on multiple monitors.Avinash M N
With this fix, display upto 3 4K monitors are supported. Signed-off-by: Avinash M N <avimn@amd.com>
2017-08-23Added GPIO and Watchdog timer utilitiesAvinash M N
Signed-off-by: Avinash M N <avimn@amd.com>
2017-08-23kernel: Bug fixes for Dibbler platform.Avinash M N
Signed-off-by: Avinash M N <avimn@amd.com>
2017-08-09linux-yocto: add Dibbler HDMI audio supportAwais Belal
The AMD Dibbler platform uses a new device id 0x15de for its HDMI audio which currently isn't available in the PCI device list for Azalia compatible devices. We now add this device so it correctly shows up as HDMI rather than a generic one. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-08-01Kernel: Added support for 4.9 amdgpu kernelamd
Signed-off-by: Avinash M N <avimn@amd.com>
2017-07-26Added support to GPIO, UART and i2cSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-06-07kernel: Calculate a virtual BO start addressSanjay R Mehta
Signed-off-by: Sanjay R Mehta <sanju.mehta@amd.com>
2017-06-06kernel: fix for garbled gui issueSanjay R Mehta
Signed-off-by: Sanjay R Mehta <sanju.mehta@amd.com>
2017-05-25ttm-parameter-mismatchSanjay R Mehta
Signed-off-by: Kalyan Alle <kalyan.alle@amd.com> Signed-off-by: Sanjay R Mehta <sanju.mehta@amd.com>
2017-05-25v1000 amdgpu kernel supportSanjay R Mehta
Signed-off-by: Sanjay R Mehta <sanju.mehta@amd.com>