summaryrefslogtreecommitdiff
path: root/firmware/export/pp5002.h
diff options
context:
space:
mode:
authorDaniel Ankers <dan@weirdo.org.uk>2007-03-04 20:06:41 +0000
committerDaniel Ankers <dan@weirdo.org.uk>2007-03-04 20:06:41 +0000
commit82f9056988331572e01231d70fadc64b7ab76c6f (patch)
tree9f1d33b904516fd5eeac2067e4afb32ce5e990df /firmware/export/pp5002.h
parent74e572c9d600247ee795b206da3715f6af442a25 (diff)
downloadrockbox-82f9056988331572e01231d70fadc64b7ab76c6f.tar.gz
rockbox-82f9056988331572e01231d70fadc64b7ab76c6f.zip
Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - iPod G3 will be coming soon.) This allows threads to be run on either core provided that all communications between the cores is done using uncached memory. There should be no significant change in battery life from doing this. Documentation (on the RockboxKernel wiki page) will follow shortly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12601 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/pp5002.h')
-rw-r--r--firmware/export/pp5002.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/pp5002.h b/firmware/export/pp5002.h
index ef131fe6d6..9636313390 100644
--- a/firmware/export/pp5002.h
+++ b/firmware/export/pp5002.h
@@ -73,6 +73,9 @@
73#define CPU_INT_STAT (*(volatile unsigned long*)(0xcf001000)) 73#define CPU_INT_STAT (*(volatile unsigned long*)(0xcf001000))
74#define CPU_INT_EN (*(volatile unsigned long*)(0xcf001024)) 74#define CPU_INT_EN (*(volatile unsigned long*)(0xcf001024))
75#define CPU_INT_CLR (*(volatile unsigned long*)(0xcf001028)) 75#define CPU_INT_CLR (*(volatile unsigned long*)(0xcf001028))
76#define COP_INT_STAT (*(volatile unsigned long*)(0xcf001010)) /* A guess */
77#define COP_INT_EN (*(volatile unsigned long*)(0xcf001034))
78#define COP_INT_CLR (*(volatile unsigned long*)(0xcf001038))
76 79
77#define USB2D_IDENT (*(volatile unsigned long*)(0xc5000000)) 80#define USB2D_IDENT (*(volatile unsigned long*)(0xc5000000))
78#define USB_STATUS (*(volatile unsigned long*)(0xc50001a4)) 81#define USB_STATUS (*(volatile unsigned long*)(0xc50001a4))