aboutsummaryrefslogtreecommitdiff
path: root/linaro
AgeCommit message (Collapse)Author
2013-04-29ARM: 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>
2013-04-29configs: 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>
2013-04-29configs: 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>
2013-04-29configs: 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>
2013-04-29configs: vexpress: Enable TC2 power management optionsJon 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>
2013-04-29configs: vexpress: Extra options needed for TC2Jon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-04-29configs: vexpress: (HACK) CONFIG_FRAMEBUFFER_CONSOLE=yJon Medhurst
This stops Android hanging at boot when the HDLCD is initialised. Don't know why yet but lets be grateful for now that it seems to get things working. TODO: Work out the real problem. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-04-29configs: 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>
2013-04-29configs: vexpress: Changes needed for Linux 3.9Jon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-04-29configs: vexpress: Changes needed for Linux 3.8Jon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-04-29configs: 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>
2013-04-29configs: vexpress: Basic board config fragmentJon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>