summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-01-25kver: bumping to v4.14.262yocto-4.14Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-08-25kver: bumping to v4.14.244Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-06-10kver: bumping to v4.14.235Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-01-21kver: bumping to v4.14.216Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-01-21kver: bumping to v4.14.208Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-10-20kver: bumping to v4.14.202Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-26kver: bumping to v4.14.195Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-05-28kver: bumping to v4.14.182Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-04-14kver: bumping to v4.14.176Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-12-09kver: bumping to v4.14.154Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-10-10kver: bumping to v4.14.148Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-09-15kver: bump to v4.14.143Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-09-15kver: bump to v4.14.142Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-01-10kver: bump to v4.14.92Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-12-16virtio.cfg: enable CONFIG_DRM_VIRTIO_GPUAlexander Kanavin
This adds support for a virtual graphics card provided by QEMU, which allows accelerated host-assisted GL inside QEMU guests. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-12-16features/tpm: enable tpm supportPradhan Surya Narayanx
Add tpm feature to intel-common-drivers.scc Signed-off-by: Pradhan Surya Narayanx <surya.narayanx.pradhan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-11-06kver: bump to v4.14.79Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-11-05features/module-signing: add new featureAnuj Mittal
Add feature to enable signing of modules. If signing is to be forced, force-signing should be included, else signing.scc. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-11-05edac: Drop CONFIG_EDAC_MM_EDAC and add dependencyHongzhi.Song
CONFIG_EDAC depends on RAS. CONFIG_EDAC_MM_EDAC was removed by kernel.[Commit: e3c4ff6d8c9] Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-10-28sound.cfg: enable SND_SOC_INTEL_SKYLAKE explicitlyAnuj Mittal
This helps kernels that might have the sound/soc kconfig changes backported to 4.14 [1]. This is selected by default by SND_SOC_INTEL_SKL_* configs in 4.14 that are enabled to be built already in sound.cfg, so this will not result in any change in behaviour. [1] https://github.com/torvalds/linux/commit/f6a118a800e35af2c63f90cbcc23093f4b53b3a2 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-10-15kver: bump to v4.14.76Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-09-25beaglebone: Clean up the cfg fileKevin Hao
In general we only need to enable the kernel options we really care and leave all other kernel options as is. That is to say we don't need to disable any kernel options explicitly. So drop all of them. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-09-25beaglebone: Drop the needless unsetting of the kernel optionsKevin Hao
These kernel options are set to 'n' by default without any prompt. So they are not supposed to be set/unset by the users. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-09-25beaglebone: Drop the obsolete kernel optionsKevin Hao
Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-09-22virtio: add CONFIG_CRYPTO_DEV_VIRTIOBruce Ashfield
As of 4.16+ we need a source of entropy for ssl and other crypto components to initialize during boot. To ensure that our virtio based "BSPs" still work we add the cryptodev virtio device. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-09-22qemuarm64: add PCI configurationsBruce Ashfield
As of 4.16+ we need a proper source of entropy during boot or crypto init will hang. We add the PCI bus to qemuarm64 so we can wire in the appropriate virtio devices. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-09-21kver: update to v4.14.71Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-09-21kver: update to v4.14.72Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-09-21config: flash: drop obselete config valuesBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-09-21edgerouter: Drop the obsolete kernel optionsKevin Hao
Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-09-20cfg: drop MACH_VERSATILE_PB and MACH_VERSTAILE_ABBruce Ashfield
The ARM arch has been multi boot capable for quite some time, and the versatile machines capable of booting for DTB for a similar amount of time. With these upstream commits: a29da136de [ARM: versatile: convert to multi-platform] 16956fed35 [ARM: versatile: switch to DT only booting and remove legacy code] We no longer need the MACH_VERSATILE specification. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-09-19cfg/timer/rtc: toggle RTC_CLASS instead of GEN_RTCJens Rehsack
In 2016, the final removal of GEN_RTC happened with commit 6705fdb3 char/genrtc: remove the rest of the driver What is remaining, is a legacy driver (char/rtc) and the new RTC_CLASS framework - which supports everything except S390 and Atari. Many platforms automatically support the right driver for RTC_CLASS framework. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-09-10mpc8315e-rdb: Drop the obsolete kernel optionsKevin Hao
Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-09-06rt: drop obselete configuration optionsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-09-06preempt-rt: remove entry for aufsAnuj Mittal
The preempt-rt config explicitly disables aufs which can result in config warnings for kernels where the aufs patches aren't applied. Since default state of aufs is 'n', there's no need to disable it explicitly here. For BSPs relying on aufs, they should enable it by including features/aufs/aufs-enable.scc. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-09-06common_pc: remove config audit warningsBruce Ashfield
Some of the options in the common fragments are not appropriate for the 32 bit x86 builds. To prevent them from being warnings in the audit phase, we explicitly override them to "is not set" Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-08-30features/thermal: use the correct config nameAnuj Mittal
CONFIG_INTEL_PMIC_THERMAL was enabled for the bxt kernel tree which had in-review patches as well. This config was re-named to CONFIG_INTEL_BXT_PMIC_THERMAL in the final merged version of patch: https://github.com/torvalds/linux/commit/b474303ffd57e0a379ce73ca10232350f866f77b Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-08-30features/crypto: drop featureAnuj Mittal
The only config enabled by this feature, CRYPTO_ZLIB, was removed starting 4.6 kernel [1]. [1] https://github.com/torvalds/linux/commit/110492183c4b8f572b16fce096b9d78e2da30baf Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-08-29kver: bump to v4.14.67Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-08-29features/media: drop obsolete configAnuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-08-29features/soc/baytrail: fix conflict with configsAnuj Mittal
Change I2C_DESIGNWARE configs to y to prevent conflicts. It is forced to y anyway because of INTEL_SOC_PMIC which is enabled for intel-core BSP. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-08-29features: drop obsolete configsAnuj Mittal
These are no longer present and give warnings when used with KCONF_BSP_AUDIT set. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-08-28fragments: drop obsolete configsAnuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-08-23dmm.cfg: Change dm-multipath from built-in kernel module to LKMChangqing Li
It is better to use LKM for dm-multipath. 1. For multipathd service, it will modprobe dm-multipath before start the daemon. 2. In package multipath, there is a script mpathconf which can config or check configuration of mutltipath, which will use lsmod to check if dm_multipath is loaded. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-08-20bsp: Add tiny config entries for intel-x86He Zhe
Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-08-14features/security: add configs to harden protectionAnuj Mittal
Add a feature that enables/disables configurations that impact kernel security with an aim of decreasing the attack surface. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-08-14kver: bump to v4.14.62Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-07-26qemuarm64: Add preemp-rt config entryHe Zhe
Signed-off-by: He Zhe <zhe.he@windriver.com>
2018-07-25standard: add bfp configs by defaultBruce Ashfield
Userspace functionality that requires BPF is becoming more common (even systemd is looking for it), so we globally enable these configs in the standard configuration. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-07-19rbd: Add fragments for Rados block deviceHe Zhe
Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>