summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/debug-target.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2011-01-22 16:58:17 +0000
committerMichael Sevakis <jethead71@rockbox.org>2011-01-22 16:58:17 +0000
commit98246b82b912c26d17060b5aeb5443279b97cd24 (patch)
tree98afab9eec46e10a3f3d69a7a1b7ad15ae48f77a /firmware/target/arm/imx31/debug-target.h
parentaed62058317e06c5ae9d156f8a5b361a37efbdd5 (diff)
downloadrockbox-98246b82b912c26d17060b5aeb5443279b97cd24.tar.gz
rockbox-98246b82b912c26d17060b5aeb5443279b97cd24.zip
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
Diffstat (limited to 'firmware/target/arm/imx31/debug-target.h')
-rw-r--r--firmware/target/arm/imx31/debug-target.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/imx31/debug-target.h b/firmware/target/arm/imx31/debug-target.h
index 06baee5ea0..ca02ab84de 100644
--- a/firmware/target/arm/imx31/debug-target.h
+++ b/firmware/target/arm/imx31/debug-target.h
@@ -24,5 +24,6 @@
24#define DEBUG_CANCEL BUTTON_BACK 24#define DEBUG_CANCEL BUTTON_BACK
25bool __dbg_hw_info(void); 25bool __dbg_hw_info(void);
26bool dbg_ports(void); 26bool dbg_ports(void);
27bool __dbg_dvfs_dptc(void);
27 28
28#endif /* DEBUG_TARGET_H */ 29#endif /* DEBUG_TARGET_H */