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:
Michael Sevakis 2011-01-22 16:58:17 +00:00
parent aed6205831
commit 98246b82b9
6 changed files with 412 additions and 118 deletions

View file

@ -24,5 +24,6 @@
#define DEBUG_CANCEL BUTTON_BACK
bool __dbg_hw_info(void);
bool dbg_ports(void);
bool __dbg_dvfs_dptc(void);
#endif /* DEBUG_TARGET_H */