forked from len0rd/rockbox
i.MX31: Add a debug menu to play around with DVFS/DPTC settings for fun, testing or benchmarking purposes. Can set the CPU frequency working point, whether DPTC voltage scaling is enabled and change the software-programmable load tracking weights.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29113 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
aed6205831
commit
98246b82b9
6 changed files with 412 additions and 118 deletions
|
|
@ -2345,6 +2345,9 @@ static const struct the_menu_item menuitems[] = {
|
|||
#ifdef HAVE_ADJUSTABLE_CPU_FREQ
|
||||
{ "CPU frequency", dbg_cpufreq },
|
||||
#endif
|
||||
#if CONFIG_CPU == IMX31L
|
||||
{ "DVFS/DPTC", __dbg_dvfs_dptc },
|
||||
#endif
|
||||
#if defined(IRIVER_H100_SERIES) && !defined(SIMULATOR)
|
||||
{ "S/PDIF analyzer", dbg_spdif },
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue