Ignore:
Timestamp:
Sep 17, 2012, 10:47:46 AM (12 years ago)
Author:
karaoui
Message:

New components are now mandotory in the XML description:

The files giet_vsegs.ld and hard_config.h are now autogenerated by the xml2bin tool.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/xml/mapping_info.h

    r200 r215  
    7171enum periphType
    7272{
    73     PERIPH_TYPE_IOC   = 0,
    74     PERIPH_TYPE_TTY   = 1,
    75     PERIPH_TYPE_TIM   = 2,
     73    PERIPH_TYPE_ICU   = 0,
     74    PERIPH_TYPE_TIM   = 1,
     75    PERIPH_TYPE_XICU  = 2,
    7676    PERIPH_TYPE_DMA   = 3,
    77     PERIPH_TYPE_FBF   = 4,
    78     PERIPH_TYPE_NIC   = 5,
    79     PERIPH_TYPE_IOB   = 6,
     77    PERIPH_TYPE_IOC   = 4,
     78    PERIPH_TYPE_TTY   = 5,
     79    PERIPH_TYPE_FBF   = 6,
     80    PERIPH_TYPE_NIC   = 7,
     81    PERIPH_TYPE_IOB   = 8,
    8082};
    8183
     
    9294    unsigned int    signature;      // must contain MAPPING_SIGNATURE
    9395        unsigned int    clusters;           // number of clusters
     96        unsigned int    cluster_x;          // number of cluster on the abcsisse axe
     97        unsigned int    cluster_y;          // number of cluster on the ordinate axe
    9498        unsigned int    globals;                // number of vsegs mapped in all vspaces
    9599        unsigned int    vspaces;                // number of virtual spaces
Note: See TracChangeset for help on using the changeset viewer.