mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Improved CPU clock setup for PP502x. PP5020 and PP5022 are not register compatible here, so define the PP5022 targets properly, and introduce a CPU_PP502x macro for easier family check. Improves stability on PP5020 (less freezing, tested with Mini G1) and reduces clock change penalty (500us on PP5020; uses the relock bit on PP5022).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13763 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
36de1a4d08
commit
fe23dc8f15
14 changed files with 100 additions and 68 deletions
|
|
@ -25,8 +25,8 @@
|
|||
* setup. Needs investigation. */
|
||||
.section .icode,"ax",%progbits
|
||||
.equ .ata_port, 0xc00031e0
|
||||
#elif CONFIG_CPU == PP5020
|
||||
/* Verified working on (PP5020, PP5021, PP5022) targets */
|
||||
#elif defined CPU_PP502x
|
||||
/* Verified working on (PP5020, PP5022) targets */
|
||||
.section .icode,"ax",%progbits
|
||||
.equ .ata_port, 0xc30001e0
|
||||
#elif CONFIG_CPU == S3C2440
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue