| Last change
                  on this file since 252 was
                  249,
                  checked in by alain, 12 years ago | 
        
          | 
Various modifications to support IO Bridge,and MEMC configuration interface.
 
 | 
        | File size:
            1.6 KB | 
      
      
        
  | Rev | Line |  | 
|---|
| [158] | 1 | /********************************************************************************/ | 
|---|
| [165] | 2 | /*      File : giet_config.h                                                        */ | 
|---|
|  | 3 | /*      Author : Alain Greiner                                                      */ | 
|---|
| [238] | 4 | /*      Date : 26/03/2013                                                           */ | 
|---|
| [158] | 5 | /********************************************************************************/ | 
|---|
| [165] | 6 | /*      Define various configuration parameters for the GIET                                */ | 
|---|
| [158] | 7 | /********************************************************************************/ | 
|---|
|  | 8 |  | 
|---|
| [238] | 9 | #ifndef _GIET_CONFIG_H | 
|---|
|  | 10 | #define _GIET_CONFIG_H | 
|---|
| [158] | 11 |  | 
|---|
| [215] | 12 | /* hardware parameters */ | 
|---|
|  | 13 | #include "hard_config.h" | 
|---|
|  | 14 |  | 
|---|
| [158] | 15 | /* Debug parameters */ | 
|---|
|  | 16 |  | 
|---|
| [240] | 17 | #define BOOT_DEBUG_PERI          0                      /* trace peripherals initialisation */ | 
|---|
|  | 18 | #define BOOT_DEBUG_PT                0                  /* trace page tables initialisation */ | 
|---|
|  | 19 | #define BOOT_DEBUG_VOBJS             0                  /* trace vobjs initialisation */ | 
|---|
|  | 20 | #define BOOT_DEBUG_SCHED             0                  /* trace schedulers initialisation */ | 
|---|
| [158] | 21 |  | 
|---|
| [238] | 22 | #define GIET_DEBUG_INIT              0                  /* trace parallel kernel initialisation */ | 
|---|
|  | 23 | #define GIET_DEBUG_SWITCH            0                  /* trace context switchs  */ | 
|---|
|  | 24 | #define GIET_DEBUG_IOC_DRIVER    0          /* trace IOC accesses */ | 
|---|
|  | 25 | #define GIET_DEBUG_DMA_DRIVER    0          /* trace DMA accesses */ | 
|---|
| [158] | 26 |  | 
|---|
| [160] | 27 | #define CONFIG_SRL_VERBOSITY TRACE | 
|---|
|  | 28 |  | 
|---|
| [158] | 29 | /* software parameters */ | 
|---|
|  | 30 |  | 
|---|
| [238] | 31 | #define GIET_CLUSTER_INCREMENT   0x100000       /* address increment for replicated peripherals */ | 
|---|
|  | 32 | #define GIET_NB_VSPACE_MAX           64                 /* max number of virtual spaces */ | 
|---|
|  | 33 | #define GIET_TICK_VALUE          0x100000       /* context switch period (number of cycles) */ | 
|---|
| [249] | 34 | #define GIET_USE_IOMMU           0          /* IOMMU activated when non zero */ | 
|---|
| [166] | 35 | #endif | 
|---|
| [158] | 36 |  | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.