mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
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
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue