summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-05-28kver: bumping to v4.4.225yocto-4.4Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-05-28Revert "kver: bumping to v4.14.182"Bruce Ashfield
This reverts commit 440a09498a1ec2d657fdf066728742ef45786e19.
2020-05-28kver: bumping to v4.14.182Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-11-19kver: bumping to v4.4.202Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-10-10kver: bumping to v4.4.196Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-09-15kver: bump to v4.4.192Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2018-11-06kver: bump to v4.4.162Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-07-19kver: bump to v4.4.141Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-01-25kver: bump to 4.4.113Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-12-24kver: bump to v4.4.99Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-10-18kver: bump to v4.4.93Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-10-11intel-common-drivers: moved x2apicSyed Mohamad Fauzi, Syed Johan Arif
intel-common-drivers: moved the x2apic kernel feature to intel-corei7-64.scc, because it caused configcheck warnings for intel-core2-32 Signed-off-by: Syed Mohamad Fauzi, Syed Johan Arif <syed.johan.arif.syed.mohamad.fauzi@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-09-25intel-common-drivers: adding x2apicSyed Mohamad Fauzi, Syed Johan Arif
Included features/x2apic/x2apic.scc to enable x2apic as a built-in feature. Signed-off-by: Syed Mohamad Fauzi, Syed Johan Arif <syed.johan.arif.syed.mohamad.fauzi@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-09-12kver: bump to v4.4.87Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-08-31kver: bump to v4.4.85Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-08-30intel-common: disable ixgbe modulesMikko Ylinen
meta-intel (intel-* MACHINEs) plans to use the backported ixgbe ethernet modules so disable building them in the base kernel config. To build the in-kernel drivers, features/ixgbe/ixgbe.scc must be added in KERNEL_FEATURES. Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-08-30ktypes/standard: enable CONFIG_CRYPTO_CCM and GCMMikko Ylinen
In order to build backport-iwlwifi driver (meta-intel has the recipe) that ships its own MAC80211 and to use the crypto drivers from the targeted kernel for it, CONFIG_CRYPTO_CCM must be enabled. backport-iwlwifi does have a compat implementation of crypto-ccm.c too that would be used if CONFIG_CRYPTO_CCM is not set but that currently fails to build (implicit function declaration). Therefore, just enable CRYPTO_CCM. And while we're at it, enable all crypto drivers that are needed by MAC80211. Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-08-30skylake/audio: enable CONFIG_CRC8 to build soundwire driverMikko Ylinen
The skylake audio driver enables CONFIG_SDW which in turn does not correcly select/enable its dependencies so the build fails if CONFIG_CRC8 is not explicitly enabled. The build failure triggers when disabling common-pc-wifi.cfg. Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-08-03features/qat: additional configurations, CONFIG_CRYPTO_RSA and CONFIG_CRYPTO_DHSyed Johan Arif Bin Syed Mohamad Fauzi
Added configurations to the qat feature which enables the following: 1) CONFIG_CRYPTO_RSA=y 2) CONFIG_CRYPTO_DH=y Signed-off-by: Syed Johan Arif Bin Syed Mohamad Fauzi <syed.johan.arif.syed.mohamad.fauzi@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-08-03features/netfilter: additional configurationsSyed Johan Arif Bin Syed Mohamad Fauzi
Added configurations to the netfilter feature which enables the following: 1) CONFIG_IP_NF_TARGET_ULOG=m 2) CONFIG_IP_NF_MATCH_RPFILTER=m 3) CONFIG_IP_NF_TARGET_SYNPROXY=m 4) CONFIG_IP_NF_SECURITY=m 5) CONFIG_BRIDGE_EBT_ULOG=m Signed-off-by: Syed Mohamad Fauzi, Syed Johan Arif <syed.johan.arif.syed.mohamad.fauzi@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-08-03features/x2apic: add X2APIC featureSyed Mohamad Fauzi, Syed Johan Arif
When added, this feature enables X2APIC support Signed-off-by: Syed Mohamad Fauzi, Syed Johan Arif <syed.johan.arif.syed.mohamad.fauzi@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-08-03features/vfio: add VFIO featureSyed Johan Arif Bin Syed Mohamad Fauzi
When added, this feature enables VFIO(Virtual Function I/O) This feature helps support virtualization. Signed-off-by: Syed Johan Arif Bin Syed Mohamad Fauzi <syed.johan.arif.syed.mohamad.fauzi@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-08-03features/numa: Add NUMA featureSyed Johan Arif Bin Syed Mohamad Fauzi
When added, this feature enables NUMA support Signed-off-by: Syed Johan Arif Bin Syed Mohamad Fauzi <syed.johan.arif.syed.mohamad.fauzi@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-08-03features/mtd: add MTD featureSyed Johan Arif Bin Syed Mohamad Fauzi
When added, this feature enables memory controller and MTD support Signed-off-by: Syed Johan Arif Bin Syed Mohamad Fauzi <syed.johan.arif.syed.mohamad.fauzi@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-08-03features/iommu: add IOMMU featureSyed Johan Arif Bin Syed Mohamad Fauzi
When added, this feature enables IOMMU support Signed-off-by: Syed Johan Arif Bin Syed Mohamad Fauzi <syed.johan.arif.syed.mohamad.fauzi@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-08-03features/intel-txt: add intel-txt featureSyed Johan Arif Bin Syed Mohamad Fauzi
When added, this enables Intel Trusted Execution Signed-off-by: Syed Johan Arif Bin Syed Mohamad Fauzi <syed.johan.arif.syed.mohamad.fauzi@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-07-27common-pc: Adds usb-net configs to genericx86 buildsAlejandro Hernandez
QA needs USB OTG to automate some of the testing processes, this patch adds it to genericx86 builds. [YOCTO #11740] Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-07-27common-pc-64: Adds usb-net configs to genericx86-64 buildsAlejandro Hernandez
QA needs USB OTG to automate some of the testing processes, this patch adds it to genericx86-64 builds [YOCTO #11740] Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-07-27intel-common-drivers: Adds usb-net configs to intel buildsAlejandro Hernandez
QA needs USB OTG to automate some of the testing processes, this patch adds it to Intel builds. [YOCTO #11740] Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-07-10kver: bump to v4.4.76Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-07-03smp: Separate smp into 32 and 64 bit versions to avoid kernel warningsAlejandro Hernandez
When selecting SMP, some dependencies are needed, in the case of a 32 bit build CONFIG_X86_BIGSMP=y is required, but adding that to a 64 bit build causes warnings to be shown since X86_BIGSMP requires X86_32 [n] itself, which can only be true for a 32 bit build. This patch creates a 64 bit version of smp (smp_64), avoiding the dependecy issues. [YOCTO #11742] Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-07-03bsp/mohonpeak: smp gets added by default, remove unnecessary includeAlejandro Hernandez
mohonpeak.scc and mohonpeak32.scc are based on x86.scc and x86_64.scc which already include smp.scc, so remove the unnecessary include. [YOCTO #11743] Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-07-03bsp/rangeley: smp gets added by default, remove unnecessary includeAlejandro Hernandez
rangeley.scc and rangeley32.scc are based on x86.scc and x86_64.scc which already include smp.scc, so remove the unnecessary include. [YOCTO #11743] Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-06-08kver: bump to v4.4.71Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-05-26cfg: add virtualbox guest configuration fragmentBruce Ashfield
When added, this allows graphics (i.e. XFCE) to be executed on virtualbox Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-05-22smp: Adds config X86_BIGSMP since its needed when NR_CPUS > 8Alejandro Hernandez
When we set NR_CPUS to something > than 8, we also need to set X86_BIGSMP according to Kconfig: config X86_BIGSMP bool "Support for big SMP systems with more than 8 CPUs" otherwise NR_CPU will end up being reset to 8 [YOCTO #10362] Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-05-22bluetooth: Adds BT_BREDR and BT_LE, which are needed as dependenciesAlejandro Hernandez
Several configurations need the previously mentioned dependencies: BT_LE is nedded by BT_6LOWPAN BT_BREDR is needed by: BT_RFCOMM, BT_RFCOMM_TTY (secondary), BT_BNEP, BT_BNEP_MC_FILTER (secondary), BNEP_PROTO_FILTER (secondary), BT_CMTP, BT_HIDP [YOCTO #10425] Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-05-13kver: bump to v4.4.67Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-04-11kver: bump to v4.4.60Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-03-29ip_nf.cfg: clean up bad merge linesSaul Wold
These lines don't belong in the .cfg and cause warnings during the configme process Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-03-29firmware.cfg: clean up bad merge linesSaul Wold
The '+' dont belong here and cause warnings Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-03-23kver: bump to v4.4.56Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-03-13kver: bump to v4.4.53Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-02-08intel-quark: Add intel-quark-preempt-rt bsp configurationChristian Storm
While there are intel-quark configurations for the KTYPEs standard and tiny in bsp/intel-common, there's none for the preempt-rt KTYPE. Trying to build preempt-rt enabled kernels such as linux-yocto-rt for intel-quark yields a .config having a potentially misconfigured architecture. More importantly, however, preempt-rt related CONFIG options are not enabled. Hence, a build of, e.g., linux-yocto-rt, does not result in a preempt-rt enabled kernel. This patch qualifies to be (back)ported to other branches than master. Signed-off-by: Christian Storm <christian.storm@siemens.com> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-09kver: bump to v4.4.41Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-12-29netfilter: iptables: enable NAT tablesMikko Ylinen
This changes adds 'nat' table in iptables. The netfilter side is already configured for NAT but iptables config was missing. Further, CONFIG_IP_NF_TARGET* configured below depend on CONFIG_IP_NF_NAT but remain disabled unless CONFIG_IP_NF_NAT is explicitly enabled. CONFIG_IP_NF_TARGET_MASQUERADE is needed by Connman to support tethering. Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-12-26intel-quark: Remove support for serial-allTom Zanussi
The 'serial-all' feature doesn't really make sense to begin with, and certainly isn't required for all quark-derived BSPs, so remove it and replace it with just the base USB serial support. If a particular bsp requires more specific support, it should include it explicitly. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-12-26features/usb/serial: Add new usb serial featureTom Zanussi
Separate out base usb serial support so we don't have to include everything in the serial-all feature, which amounts to unnecessary bloat. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-12-26soc/x1000: Remove 'default policy' featuresTom Zanussi
'Default policy' features don't belong in soc features - if needed, they should be added to '*-standard' or similar. A representative x1000 platform, the Galileo2, works fine with these features removed. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-12-26soc/x1000: Remove unnecessary featuresTom Zanussi
There's no reason for the x1000 feature to include iwlwifi, amt, iio, or, uio - they should belong to higher-level configuration, and they cause unnecessary bloat for those systems that don't need them. If a particular bsp requires anything included here, it should include it explicitly. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>