summaryrefslogtreecommitdiff
path: root/linaro
AgeCommit message (Collapse)Author
2014-09-26configs: Add config fragments for big LITTLE IKSNaresh Kamboju
This patch adds config fragments used to enable most of the features used by big LITTLE IKS. Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2014-09-26configs: add network namespace and virtual ethernetZi Shen Lim
Network namespace and virtual ethernet are a useful combination for networking related testing, containers, etc. Enable namespaces, which by default includes network namespace. Also enable virtual ethernet support. Signed-off-by: Zi Shen Lim <zishen.lim@linaro.org>
2014-09-26distribution.conf: add more netfilter configs for the ltp networking iptable ↵Vincent Hsu
test Signed-off-by: Vincent Hsu <vincent.hsu@linaro.org>
2014-09-26linaro/configs: add hugepage config fragmentZi Shen Lim
Signed-off-by: Zi Shen Lim <zishen.lim@linaro.org>
2014-09-26linaro/configs/kvm-guest: add extra devicesRyan Harkin
Add extra devices needed for arm64 KVM testing. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org> Signed-off-by: Jon Medhurst <tixy@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-09-26configs: Add config fragments for bigendian ARMV7 LinuxVictor Kamensky
This patch adds config fragments to enable big endian mode for Linux kernel. Note at this point CONFIG_VIRTUALIZATION explicitly disabled - BE kernel does not work with it yet. Signed-off-by: Victor Kamensky <victor.kamensky@linaro.org>
2014-09-26configs: create linaro-base64.conf for generic ARM64 config optionsAndrey Konovalov
... and put the options required for libhugetlbfs into it. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-09-26distribution.conf: enable BRIDGE_EBT_T_NAT, required by libvirtFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-09-26Get rid of ubuntu-minimal config fragmentFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-09-26linaro-base.conf: CONFIG_HOTPLUG has been eradicatedFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-09-26kvm-host.conf: enable guest OS networkingKim Phillips
Bridge and TUN/TAP support are needed for enabling networking with a guest OS. Signed-off-by: Kim Phillips <kim.phillips@linaro.org> Acked-by: Riku Voipio <riku.voipio@linaro.org>
2014-09-26Add snippet for xen-enabled kernelsWookey
2014-09-26linaro-base.conf: remove CONFIG_MTD_CHAR=y - it doesn't exist anymore.Fathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-09-26distribution.conf: add more configs for libvirt (NETFILTER_XT_CONNMARK,Fathi Boudra
NETFILTER_XT_MARK, NETFILTER_XT_TARGET_CHECKSUM, BRIDGE_EBT_MARK_T) Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-09-26kvm-host.conf: remove CONFIG_NFS_*, NFS support is enabled fromFathi Boudra
linaro-base.conf Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-09-26add NBD guestfs accessRiku Voipio
2014-09-26kvm-host: set CONFIG_VIRTUALIZATION=yRiku Voipio
2014-09-26kvm-host: remove mmc debugRiku Voipio
2014-09-26kvm-host: enable nfs for convinienceRiku Voipio
2014-09-26thumb2 kernels broken as kvm guestsRiku Voipio
2014-09-26configs: add kvm configsRiku Voipio
kvm-host is for any target where we want to run kvm - currently only arndale kvm-guest is for - currently only vexpress
2014-09-26linaro-base.conf: disbale CONFIG_NFS_V2Fathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-09-26distribution.conf: add CONFIG_BRIDGE=mFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-09-26Add CONFIG_BRIDGE_NETFILTER and CONFIG_BRIDGE_NF_EBTABLES for libvirtFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-09-26distribution: add CONFIG_IP_NF_MANGLE and CONFIG_IP6_NF_MANGLEFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-09-26Rename ubuntu-minimal.conf to distribution.conf:Fathi Boudra
the config fragment is now used for booting various distributions like Fedora, OpenEmbedded, Ubuntu. It isn't specific to Ubuntu anymore. Remove ubuntu.conf: the config fragment is unused. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-09-26ubuntu-minimal.conf: enable more options for OpenStackAndrey Konovalov
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-09-26ubuntu-minimal.conf: add CONFIG_IP[6]_NF_FILTER=mFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-09-26ubuntu-minimal.conf: add CONFIG_IP[6]_NF_IPTABLES=mAndrey Konovalov
This is for OpenStack support. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-09-26configs: Enable NFS in linaro-base.confAndrey Konovalov
As per launchpad bug 1167446, adding NFS is requested for arndale. vexpress[64], panda and snowball have NFS enabled in their board config fragments already. This is natural just to move it to linaro-base.conf. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-09-26configs: Move CONFIG_PROVE_LOCKING from linaro-base.conf to debug.confAndrey Konovalov
CONFIG_PROVE_LOCKING is an expensive option which adds significant overhead to lock operations. The examples are 5% power consumption increase for vexpress with this option enabled, and improving netperf on the loopback results by ~200% after disabling DEBUG_MUTEXES (DEBUG_MUTEXES is selected by PROVE_LOCKING). Move CONFIG_PROVE_LOCKING to a separate debug.conf fragment, so that it could be enabled only when it is needed. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-09-26configs: android: Enable interactive cpufreq governor by defaultJon Medhurst
This is Android's standard cpufreq governor and is enabled by default in the AOSP tree. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-09-26configs: android: Remove obsolete config optionsJon Medhurst
These options no longer exist. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-09-26configs: linaro-base: Remove CONFIG_EXPERIMENTALJon Medhurst
Commit 3d374d09 (final removal of CONFIG_EXPERIMENTAL) removed CONFIG_EXPERIMENTAL from Linux. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-09-26ubuntu-minimal.conf: add CONFIG_CGROUPS and CONFIG_AUTOFS4_FS for systemdFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-09-26configs: linaro-base: Set CONFIG_PROC_DEVICETREE=yJon Medhurst
Both the Android and Ubuntu have QA tests which expect to be able to validate device-tree booting by looking in /proc/device-tree, so we should enable this for all Linaro builds. At the same time we can remove this option from ubuntu.conf as it's not an Ubuntu specific requirement. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-09-26configs: android: Enable CONFIG_FUSE_FS for Android 4.2Jon Medhurst
The SD card emulator expects this. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-09-26Enable the options needed to test CPU hotplug latencyAndrey Konovalov
Enable CONFIG_HOTPLUG in linaro-base.conf as all Linaro kernels should have it. Enabling CONFIG_DEBUG_FS and CONFIG_FUNCTION_TRACER add no runtime slowdown if not used, so having them in linaro-base.conf is OK too. Now that CONFIG_HOTPLUG and CONFIG_DEBUG_FS are in linaro-base.conf, remove them from ubuntu.conf. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-09-26configs: linaro-base: set CONFIG_AEABI=yJon Medhurst
We already have CONFIG_THUMB2_KERNEL=y which also selects CONFIG_AEABI however if someone wanted to disable Thumb2 for debugging or other reasons then they may try simply removing the Thumb2 config entry. This however would then default to the old ABI and it seems there are some obscure bugs in this little tested kernel variant. So, to save wasting people's time let's make sure CONFIG_AEABI is explicitly selected. As we are adding this to linaro-base.conf we can remove it from android.conf (which probably had it as a leftover from when we had Thumb2 disabled). Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-09-26configs: android: Don't disable CONFIG_THUMB2_KERNELJon Medhurst
This was originally done to workaround a toolchain bug which seems to have now been resolved. See https://bugs.launchpad.net/linaro-landing-team-arm/+bug/973466 Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-09-26linaro/configs: ubuntu: Disable support for generic OHCI platform driverTushar Behera
OHCI-HCD driver does not support multiple SoC drivers during the compile time. Hence the generic driver should be disabled in ubuntu.conf and enabled in respective board config files. Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-09-26configs: android: Enable CONFIG_INPUT_UINPUT to get aidb workingJon Medhurst
AIB Daemon expects this config, see bug #1026119 (https://bugs.launchpad.net/linaro-landing-team-arm/+bug/1026119) Also enable CONFIG_INPUT_MISC as CONFIG_INPUT_UINPUT depends on it. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-09-26configs: android: Enable FB_EARLYSUSPENDJon Medhurst
We now have a compatibility layer in Linaro kernels for this feature in order to stop surfacefligger spinning an eating up 100% of a CPU core. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-09-26config: ubuntu: ATH6KL should be platform dependentRicardo Salveti de Araujo
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2014-09-26configs: ubuntu: disabling CONFIG_MTD_NAND_NANDSIM=m, breaking buildRicardo Salveti de Araujo
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2014-09-26configs: ubuntu: updating configs for 3.5Ricardo Salveti de Araujo
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2014-09-26configs: ubuntu: disabling CGROUPS as defaultRicardo Salveti de Araujo
Not yet stable enough to be used as default for all boards we currently support at Linaro. Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2014-09-26configs: ubuntu: disabling CODA_FS, seems to be broken atmRicardo Salveti de Araujo
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2014-09-26configs: ubuntu: be compatible with the enforce scriptRicardo Salveti de Araujo
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2014-09-26configs: moving previous ubuntu.conf as ubuntu-minimal and creating a full ↵Ricardo Salveti de Araujo
ubuntu one The ubuntu.conf now is based on the official ubuntu packages, enabling a large set of configs and drivers. Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>