aboutsummaryrefslogtreecommitdiff
path: root/linaro
AgeCommit message (Collapse)Author
2014-12-04Merge remote-tracking branch 'lsk/v3.14/topic/configs' into ↵Mark Brown
linux-linaro-lsk-v3.14
2014-12-04configs: Enable RCU torture tests as masterMark Brown
Signed-off-by: Mark Brown <broonie@linaro.org>
2014-08-18Merge remote-tracking branch 'lsk/v3.14/topic/configs' into ↵Mark Brown
linux-linaro-lsk-v3.14
2014-08-18configs: Enable fanotifyMark Brown
Some LTP tests use it. Signed-off-by: Mark Brown <broonie@linaro.org>
2014-08-11Merge remote-tracking branch 'lsk/v3.14/topic/configs' into ↵Mark Brown
linux-linaro-lsk-v3.14
2014-08-11configs: Always enable DEBUG_INFO for perf testsMark Brown
Signed-off-by: Mark Brown <broonie@linaro.org>
2014-08-05Merge remote-tracking branch 'lsk/v3.14/topic/configs' into ↵Mark Brown
linux-linaro-lsk-v3.14
2014-08-05configs: Enable BLK_DEV_LOOP everywhere for LTPMark Brown
Signed-off-by: Mark Brown <broonie@linaro.org>
2014-07-21Merge branch 'v3.14/topic/vexpress' into linux-linaro-lsk-v3.14Alex Shi
2014-07-16configs: Enable USB PHY for JunoMark Brown
Signed-off-by: Mark Brown <broonie@linaro.org>
2014-07-16ARM: VExpress: PSCI: Compile PSCI code by defaultLiviu Dudau
Compile support for PSCI by default and let the command line decide whether support for SMC calls gets enabled or not. Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com> (cherry picked from commit 4e6b0ee5c6c07d36988469a4d4dec0b7fea0bd86) Signed-off-by: Alex Shi <alex.shi@linaro.org>
2014-07-16configs: vexpress-tuning: Re-enable CONFIG_THUMB2_KERNELJon Medhurst
Performace and power don't appear to be improved by building for ARM, in fact, there's a suggestion it uses slightly more power. Signed-off-by: Jon Medhurst <tixy@linaro.org> (cherry picked from commit 7bc6000de35a017a56a12fc524bbd7efa9687eaf) Signed-off-by: Alex Shi <alex.shi@linaro.org>
2014-07-16configs: vexpress-tuning: Re-enable tracing and profiling optionsJon Medhurst
For now, lets play safe and not disable any tracing and profiling options in case these are expected to be present for benchmarking purposes. Signed-off-by: Jon Medhurst <tixy@linaro.org> (cherry picked from commit 0e353f8b9153dc002874dc53da1159edd420efc6) Signed-off-by: Alex Shi <alex.shi@linaro.org>
2014-07-16configs: vexpress-tuning: Add fragment for better performanceJon Medhurst
Use ARM rather than Thumb2 and disable debug and trace features which aren't essential. (Some trace features are still needed to avoid breaking Gator). Signed-off-by: Jon Medhurst <tixy@linaro.org> (cherry picked from commit d29456a1cfd202474e0938d8637dcb8a4440a82c) Signed-off-by: Alex Shi <alex.shi@linaro.org>
2014-07-16linaro/configs: rtsm: add virtio mmio supportRyan Harkin
Add support for the virtio mmio block device to the configs. This also requires a corresponding DTB change to also add the virtio device. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org> (cherry picked from commit f4ee755ffcb7fa4b716382d9c277f672612445df) Signed-off-by: Alex Shi <alex.shi@linaro.org>
2014-07-16configs: vexpress: Enable TC2 cpufreq driverJon Medhurst
Note, for the sake of a faster boot and better performance, we default to maximum CPU clock frequency (CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE) and will rely on user-side scripts on Android and Ubuntu to change this as appropriate for big.LITTLE power saving. E.g. changing LITTLE cores to 'ondemand'. Signed-off-by: Jon Medhurst <tixy@linaro.org> (cherry picked from commit 2a486801770148052e19bfdec3043454dbf07a05) Signed-off-by: Alex Shi <alex.shi@linaro.org>
2014-07-16configs: vexpress: Enable big.LITTLE power managementJon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org> (cherry picked from commit bbc13666ceaf274b9fa8dbc61ac590fab0440404) Signed-off-by: Alex Shi <alex.shi@linaro.org>
2014-07-16configs: vexpress: Extra options needed for TC2Jon Medhurst
TC2 has 5 CPUS and 2GB DRAM so allow the kernel to make use of all of these resources. Signed-off-by: Jon Medhurst <tixy@linaro.org> (cherry picked from commit 1d48350f734ab382da2f778311991bb266147562) Signed-off-by: Alex Shi <alex.shi@linaro.org>
2014-07-16configs: vexpress: Enable LEDsJon Medhurst
To provide access to LEDs enable CONFIG_LEDS_CLASS=y CONFIG_LEDS_GPIO=y (LED's are available from user side under under /sys/class/leds) To use the motherboard LEDs to show CPU activity... CONFIG_LEDS_TRIGGERS=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_LEDS_TRIGGER_CPU=y Signed-off-by: Jon Medhurst <tixy@linaro.org> (cherry picked from commit fe44c85751532df4169d80949b0ca4680d6dee6f) Signed-off-by: Alex Shi <alex.shi@linaro.org>
2014-07-16configs: vexpress: Changes needed for Linux 3.9Jon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org> (cherry picked from commit ba7f23c4e62cb13316a7b881d2a997b30d062786) Signed-off-by: Alex Shi <alex.shi@linaro.org>
2014-07-16configs: vexpress: Changes needed for Linux 3.8Jon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org> (cherry picked from commit 0deb780b993a6ca965665b7976054ce7e4baeb35) Signed-off-by: Alex Shi <alex.shi@linaro.org>
2014-07-16configs: vexpress: Enable CONFIG_SMC91XJon Medhurst
This is the ethernet device RTSM models and we want normal vexpress kernels also working on RTSM. Signed-off-by: Jon Medhurst <tixy@linaro.org> (cherry picked from commit e244f2a88a34963d26132832718779f68861e195) Signed-off-by: Alex Shi <alex.shi@linaro.org>
2014-07-16configs: vexpress: Basic board config fragmentJon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org> (cherry picked from commit 2dff97f63cd5eb90c1d896dc0bc783e708a19e14) Signed-off-by: Alex Shi <alex.shi@linaro.org>
2014-07-08LSK/panda: add missed kernel configure for lsk 3.14 bootingAlex Shi
Without the added configs, the lsk 3.14 boot hang on panda board from 'start kernel' Signed-off-by: Alex Shi <alex.shi@linaro.org>
2014-06-17configs: Enable some SELinux optionsMark Brown
Going forward Android will require SELinux and we may as well make sure it does't get in the way for other configurations. Signed-off-by: Mark Brown <broonie@linaro.org>
2014-06-16configs: Enable ARMv8 crypto acceleration buildMark Brown
Signed-off-by: Mark Brown <broonie@linaro.org>
2014-06-13configs: Enable mailbox APIMark Brown
Signed-off-by: Mark Brown <broonie@linaro.org>
2014-06-13configs: Enable function tracingMark Brown
Signed-off-by: Mark Brown <broonie@linaro.org>
2014-06-13configs: Enable ARMv8 PSCI based cpuidleMark Brown
Signed-off-by: Mark Brown <broonie@linaro.org>
2014-05-27config: Enable cpufreq for vexpress64Mark Brown
Signed-off-by: Mark Brown <broonie@linaro.org>
2014-05-22configs: Enable KGDBMark Brown
Signed-off-by: Mark Brown <broonie@linaro.org>
2014-05-22configs: Enable jump label optimisation and strict devmemMark Brown
For the coverage. Signed-off-by: Mark Brown <broonie@linaro.org>
2014-05-22configs: Make cpufreq not set for RTMark Brown
Not sure this is going to do the right thing but it fixes errors that the CI sees. Why isn't the RT testing just setting the performance governor anyway? Signed-off-by: Mark Brown <broonie@linaro.org>
2014-05-22configs: juno: Add some needed configurationRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
2014-05-22linaro/configs: add fragment preempt-rtAnders Roxell
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
2014-05-22configs: Turn on huge TLB optionsMark Brown
Backported to ARMv8 but may as well test everywhere. Signed-off-by: Mark Brown <broonie@linaro.org>
2014-05-22configs: Enable TUN by defaultMark Brown
There some tests in LTP for TUN so make sure we get coverage. Signed-off-by: Mark Brown <broonie@linaro.org>
2014-05-22configs: Add big endian config fragmentMark Brown
Signed-off-by: Mark Brown <broonie@linaro.org>
2014-05-22configs: android: Enable ION dummy driver for lskJohn Stultz
Enable the ION_DUMMY driver config for lsk Signed-off-by: John Stultz <john.stultz@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
2014-05-22configs: Enable ION test driver, sync and ADF on AndroidMark Brown
Mainly for build coverage at this point. Signed-off-by: Mark Brown <broonie@linaro.org>
2014-05-22configs: vexpress64: Update to 8 CPUsMark Brown
For the 4x4 fast model. Signed-off-by: Mark Brown <broonie@linaro.org>
2014-05-22configs: Enable ION in Android buildsMark Brown
We don't have any devices that usefully use ION but this at least ensures that we have build coverage. Signed-off-by: Mark Brown <broonie@linaro.org>
2014-05-22configs: Remove USB from Arndale configurationMark Brown
It does not work in v3.10. Signed-off-by: Mark Brown <broonie@linaro.org>
2014-05-22configs: Remove EDID firmware from Arndale configMark Brown
It has not been backported, we will have to take a decision about backporting any extra support and what will be included. Signed-off-by: Mark Brown <broonie@linaro.org>
2014-05-22configs: Add Arndale configMark Brown
Taken from current linux-linaro. Signed-off-by: Mark Brown <broonie@linaro.org>
2014-05-22configs: Add config for OMAP4Mark Brown
Taken from current linux-linaro. Signed-off-by: Mark Brown <broonie@linaro.org>
2014-05-22configs: Add config fragment for highbankMark Brown
Taken from current linux-linaro. Signed-off-by: Mark Brown <broonie@linaro.org>
2014-05-22LSK: Add vexpress64 config fragmentMark Brown
Taken from current linux-linaro, needed to enable ARMv8 testing. Signed-off-by: Mark Brown <broonie@linaro.org.
2014-05-22configs: 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> (cherry picked from commit 34319fb8e6f1e9c13e379383c8d1311f6b7e0cd2) Signed-off-by: Mark Brown <broonie@linaro.org>
2014-05-22Add snippet for xen-enabled kernelsWookey