238be18d03
- drop support for PP500x: it's very different from other PP and although it would be possible to support them, I don't have one to test the code - make sure only the CPU is started - add PP descriptor to report chip ID and revision - add code in shell and lua to support pp (no register description yet) - compile for ARMv4 because PP502x is an ARM7TDMI Change-Id: I36c4e465dfc2cfdfe7433b2f65cc8f6f0720fe62
7 lines
No EOL
194 B
C
7 lines
No EOL
194 B
C
#define CONFIG_PP
|
|
#define IRAM_ORIG 0x40000000
|
|
#define IRAM_SIZE 0xc000
|
|
#define CPU_ARM
|
|
#define ARM_ARCH 4
|
|
#define USB_BASE 0xc5000000
|
|
#define USB_NUM_ENDPOINTS 2 |