diff options
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/pp5002.h | 4 | ||||
| -rw-r--r-- | firmware/export/pp5020.h | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/pp5002.h b/firmware/export/pp5002.h index 41e8f4c..c760688 100644 --- a/firmware/export/pp5002.h +++ b/firmware/export/pp5002.h @@ -20,6 +20,10 @@ #define __PP5002_H__ /* All info gleaned and/or copied from the iPodLinux project. */ +#define DRAM_START 0x28000000 + +#define IPOD_LCD_BASE 0xc0001000 + #define CPU_CTL (*(volatile unsigned char *)(0xcf004054)) #define COP_CTL (*(volatile unsigned char *)(0xcf004058)) diff --git a/firmware/export/pp5020.h b/firmware/export/pp5020.h index a71ca7e..4e0e6ea 100644 --- a/firmware/export/pp5020.h +++ b/firmware/export/pp5020.h @@ -20,6 +20,8 @@ #define __PP5020_H__ /* All info gleaned and/or copied from the iPodLinux project. */ +#define DRAM_START 0x10000000 + #define CPU_CTL (*(volatile unsigned long *)(0x60007000)) #define COP_CTL (*(volatile unsigned long *)(0x60007004)) |