Ignore:
Timestamp:
Jul 6, 2012, 10:13:16 AM (12 years ago)
Author:
alain
Message:

Introducing support for IOMMU

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_config.h

    r165 r166  
    3535#define GIET_NB_PT2_MAX         16          /* max number of level 2 page tables per vspace */
    3636#define GIET_TICK_VALUE     65536   /* context switch period (number of cycles) */
     37#define GIET_IOMMU_ACTIVE   0           /* The IOMMU vspace is defined */
     38#define GIET_IOMMU_CHANNELS 1           /* number of 2Mbytes segments in IOMMU vspace */
     39#endif
    3740
    38 #endif
Note: See TracChangeset for help on using the changeset viewer.