summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/pp5002.h4
-rw-r--r--firmware/export/pp5020.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/pp5002.h b/firmware/export/pp5002.h
index 41e8f4cce2..c7606886bc 100644
--- a/firmware/export/pp5002.h
+++ b/firmware/export/pp5002.h
@@ -20,6 +20,10 @@
20#define __PP5002_H__ 20#define __PP5002_H__
21 21
22/* All info gleaned and/or copied from the iPodLinux project. */ 22/* All info gleaned and/or copied from the iPodLinux project. */
23#define DRAM_START 0x28000000
24
25#define IPOD_LCD_BASE 0xc0001000
26
23#define CPU_CTL (*(volatile unsigned char *)(0xcf004054)) 27#define CPU_CTL (*(volatile unsigned char *)(0xcf004054))
24#define COP_CTL (*(volatile unsigned char *)(0xcf004058)) 28#define COP_CTL (*(volatile unsigned char *)(0xcf004058))
25 29
diff --git a/firmware/export/pp5020.h b/firmware/export/pp5020.h
index a71ca7ef05..4e0e6eac2a 100644
--- a/firmware/export/pp5020.h
+++ b/firmware/export/pp5020.h
@@ -20,6 +20,8 @@
20#define __PP5020_H__ 20#define __PP5020_H__
21 21
22/* All info gleaned and/or copied from the iPodLinux project. */ 22/* All info gleaned and/or copied from the iPodLinux project. */
23#define DRAM_START 0x10000000
24
23#define CPU_CTL (*(volatile unsigned long *)(0x60007000)) 25#define CPU_CTL (*(volatile unsigned long *)(0x60007000))
24#define COP_CTL (*(volatile unsigned long *)(0x60007004)) 26#define COP_CTL (*(volatile unsigned long *)(0x60007004))
25 27