Hi everyone!
1.
I think it would be nice if the default kernel could have kexec support (and maybe a kexec binary in the firmware).
That way, testing custom kernels would be much simpler, and less risky (i.e. not risky at all)
2.
I suppose overclocking is planned to be done through some software?
Kernel cpufreq driver might be cool, with "conservative" frequency scaling policy. Some ridiculously low clock when idle or for simple tasks [ or does high frequency + hlt instruction save more power? ], default scaling_max_freq 600MHz, but with cpuinfo_max_freq forced to something like 1 GHz...
Voltage scaling would be nice too, but I think that's just asking too much... the hardware probably doesn't support that.
EDIT: I have read somewhere that voltage could be modified - but is it in software, or was it a hardware mod?
Mmmh... "linux-phc"-like interface to set voltage...
1.
I think it would be nice if the default kernel could have kexec support (and maybe a kexec binary in the firmware).
That way, testing custom kernels would be much simpler, and less risky (i.e. not risky at all)
2.
I suppose overclocking is planned to be done through some software?
Kernel cpufreq driver might be cool, with "conservative" frequency scaling policy. Some ridiculously low clock when idle or for simple tasks [ or does high frequency + hlt instruction save more power? ], default scaling_max_freq 600MHz, but with cpuinfo_max_freq forced to something like 1 GHz...
Voltage scaling would be nice too, but I think that's just asking too much... the hardware probably doesn't support that.
EDIT: I have read somewhere that voltage could be modified - but is it in software, or was it a hardware mod?
Mmmh... "linux-phc"-like interface to set voltage...