Last change
on this file since 747 was
653,
checked in by cfuguet, 11 years ago
|
Introducing a RAMDISK driver in the preloader.
When using RAMDISK, execute the make command with the flags
SOCLIB=1 and RAMDISK=1. The RDK_PADDR_BASE variable must
also be set on the conf/<platform>/defs_platform.h
These modifications are backward compatibles. Therefore,
when no using RAMDISK, none modifications applied on the
platform configuration file.
|
File size:
428 bytes
|
Rev | Line | |
---|
[653] | 1 | #define NB_PROCS 1 |
---|
| 2 | #define NB_CLUSTERS 1 |
---|
[413] | 3 | |
---|
[653] | 4 | #define IRQ_PER_PROC 1 |
---|
[413] | 5 | |
---|
[653] | 6 | #define USE_IOB 0 |
---|
| 7 | #define CACHE_COHERENCE 1 |
---|
| 8 | #define CACHE_LINE_SIZE 64 // bytes (ie 16 x 32-bit word) |
---|
| 9 | #define RESET_DEBUG 0 |
---|
[413] | 10 | |
---|
[653] | 11 | #define TTY_PADDR_BASE 0x20000000 |
---|
| 12 | #define ICU_PADDR_BASE 0x30000000 |
---|
| 13 | #define IOC_PADDR_BASE 0x40000000 |
---|
| 14 | #define MCC_PADDR_BASE 0xFFFFFFFF // not used |
---|
| 15 | #define RDK_PADDR_BASE 0xFFFFFFFF // not used |
---|
Note: See
TracBrowser
for help on using the repository browser.