source: trunk/softs/tsar_boot/conf/platform_fpga_de2-115/defs_platform.h @ 741

Last change on this file since 741 was 653, checked in by cfuguet, 10 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: 482 bytes
RevLine 
[399]1#define NB_PROCS        1
[347]2#define NB_CLUSTERS     1
[292]3
[347]4#define IRQ_PER_PROC    1
[302]5
[568]6#define USE_IOB         0
[347]7#define CACHE_COHERENCE 1
8#define CACHE_LINE_SIZE 64//bytes
9
[653]10#define RESET_DEBUG     0
[388]11
[653]12#define ICU_PADDR_BASE  0xFD000000
13#define MCC_PADDR_BASE  0xFFFFFFFF // not used
14#define IOC_PADDR_BASE  0xFB000000
15#define TTY_PADDR_BASE  0xFC000000
16#define RDK_PADDR_BASE  0xFFFFFFFF // not used
[425]17
18/* Mandatory argument only for FPGA platforms */ 
19
20#define SYSCLK_FREQ     25000000//Hz
Note: See TracBrowser for help on using the repository browser.