aboutsummaryrefslogtreecommitdiff
path: root/linaro
AgeCommit message (Collapse)Author
2014-06-18config: Enable cpufreq for vexpress64Mark Brown
Signed-off-by: Mark Brown <broonie@linaro.org>
2014-06-18configs: Enable KGDBMark Brown
Signed-off-by: Mark Brown <broonie@linaro.org>
2014-06-18configs: Enable jump label optimisation and strict devmemMark Brown
For the coverage. Signed-off-by: Mark Brown <broonie@linaro.org>
2014-06-18configs: 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-06-18configs: juno: Add some needed configurationRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
2014-06-18linaro/configs: add fragment preempt-rtAnders Roxell
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
2014-06-18configs: Turn on huge TLB optionsMark Brown
Backported to ARMv8 but may as well test everywhere. Signed-off-by: Mark Brown <broonie@linaro.org>
2014-06-18configs: 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-06-18configs: 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-06-18configs: 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-06-18configs: 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-06-18configs: Add Arndale configMark Brown
Taken from current linux-linaro. Signed-off-by: Mark Brown <broonie@linaro.org>
2014-06-18configs: 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-04-16config: append hip04Haojian Zhuang
./scripts/kconfig/merge_config.sh arch/arm/configs/multi_v7_defconfig linaro/configs/hip04.conf The above command is used to produce the configuration file to bring up ubuntu. Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
2014-04-15Merge branch 'tracking-armlt-juno' into integration-linaro-vexpressJon Medhurst
Conflicts: arch/arm64/kernel/debug-monitors.c
2014-04-15Merge branch 'tracking-armlt-config64' into integration-linaro-vexpressJon Medhurst
Conflicts: linaro/configs/vexpress64.conf
2014-04-15Merge branch 'tracking-armlt-config' into integration-linaro-vexpressJon Medhurst
2014-04-15Merge branch 'tracking-basic-board-configs' into ↵Andrey Konovalov
merge-linux-linaro-core-tracking
2014-04-09Add kernel config fragment for JunoJon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-04-04configs: vexpress64: Enable devices used on JunoJon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-03-31configs: vexpress64: Enable CPU hotplugJon Medhurst
And up to 8 rather than the default 4 CPUs. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-03-31configs: vexpress64: Enable CONFIG_COMPATAndrey Konovalov
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-03-31configs: vexpress: Enable the RTCJon Medhurst
The AEMv8 model supports this, so lets enable it. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-03-31configs: vexpress64: Disable CONFIG_SERIO_I8042Jon Medhurst
This defaults to 'y' but produces a kernel oops at boot. Perhaps ARM64 should be added to the long list of architectures excluded in drivers/input/serio/Kconfig. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-03-31configs: vexpress64: Disable CONFIG_VGA_CONSOLEJon Medhurst
This defaults to 'y' but produces a compilations error. Perhaps ARM64 should be added to the long list of architectures excluded in drivers/video/console/Kconfig. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-03-31configs: vexpress64: Reduce config to minimum required for board supportJon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-03-31configs: vexpress64: Fixes for Linux 3.9Jon Medhurst
CONFIG_PLAT_VEXPRESS has been renamed to CONFIG_ARCH_VEXPRESS and CONFIG_EXPERIMENTAL has been removed. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-03-31configs: vexpress64: Enable regulator configsJon Medhurst
New device-trees include regulators and MMC driver gives errors if it can't find them. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-03-31vexpress64: enable MMC needed for RTSM to bootMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2014-03-31enable VIRTIO_BLKMarcin Juszkiewicz
Signed-off-by: John Rigby <john.rigby@linaro.org>
2014-03-31defconfig from latest vexpress_defconfigJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2014-03-31vexpress64.conf: updating config based on the reference config from omar's treeRicardo Salveti de Araujo
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2014-03-31update vexpress64.conf to one that actually buildsJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2014-03-31vexpress64 configJohn Rigby
2014-03-31ARM: 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>
2014-03-31configs: 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>
2014-03-31configs: 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>
2014-03-31configs: 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>
2014-03-31linaro/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>
2014-03-31configs: 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>
2014-03-31configs: vexpress: Enable big.LITTLE power managementJon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-03-31configs: 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>
2014-03-31configs: 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>
2014-03-31configs: vexpress: Changes needed for Linux 3.9Jon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-03-31configs: vexpress: Changes needed for Linux 3.8Jon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-03-31configs: 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>
2014-03-31configs: vexpress: Basic board config fragmentJon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-03-21linaro/configs: arndale_octa: Enable iommu supportTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-03-19linaro/configs: arndale_octa: Enable thermal configTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-03-19linaro/configs: arndale: Enable thermal configTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>