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

@ -241,10 +241,10 @@ static const struct dvfs_lt_signal_descriptor lt_signals[16] =
{ 0, 0 }, /* DVFS_LT_SIG_ARM11_P_FIQ_B_RBT_GATE */
{ 0, 0 }, /* DVFS_LT_SIG_IPI_GPIO1_INT0 */
{ 0, 0 }, /* DVFS_LT_SIG_IPI_INT_IPU_FUNC */
{ 7, 0 }, /* DVFS_LT_SIG_DVGP0 */
{ 7, 0 }, /* DVFS_LT_SIG_DVGP1 */
{ 7, 0 }, /* DVFS_LT_SIG_DVGP2 */
{ 7, 0 }, /* DVFS_LT_SIG_DVGP3 */
{ 0, 0 }, /* DVFS_LT_SIG_DVGP0 */
{ 0, 0 }, /* DVFS_LT_SIG_DVGP1 */
{ 0, 0 }, /* DVFS_LT_SIG_DVGP2 */
{ 0, 0 }, /* DVFS_LT_SIG_DVGP3 */
};
#endif /* _DVFS_DPTC_TARGET_H_ */