Ignore:
Timestamp:
Apr 5, 2015, 12:11:08 AM (9 years ago)
Author:
alain
Message:

Extending the mapping name to 64 characters.

File:
1 edited

Legend:

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

    r531 r548  
    6565    VSEG_TYPE_PTAB     = 2,  // page table
    6666    VSEG_TYPE_PERI     = 3,  // hardware component
    67     VSEG_TYPE_MWMR     = 4,  // MWMR channel
    68     VSEG_TYPE_LOCK     = 5,  // Lock
    69     VSEG_TYPE_BUFFER   = 6,  // Any "no initialization" objects (stacks...)
    70     VSEG_TYPE_BARRIER  = 7,  // Barrier
    71     VSEG_TYPE_CONST    = 8,  // Constant
    72     VSEG_TYPE_MEMSPACE = 9,  // Memspace (descriptor must be initialised)
    73     VSEG_TYPE_SCHED    = 10, // Array of schedulers (one per cluster)
    74     VSEG_TYPE_HEAP     = 11, // Heap   f schedulers (one per cluster)
     67    VSEG_TYPE_BUFFER   = 4,  // no initialization object (stacks...)
     68    VSEG_TYPE_SCHED    = 5,  // scheduler
     69    VSEG_TYPE_HEAP     = 6,  // heap
    7570};
    7671
     
    119114    IOC_SUBTYPE_BDV    = 0,
    120115    IOC_SUBTYPE_HBA    = 1,
    121     IOC_SUBTYPE_SPI    = 2,
    122     IOC_SUBTYPE_NONE   = 3,
     116    IOC_SUBTYPE_SDC    = 2,
    123117};
    124118
     
    160154    unsigned int irqs;               // total number of irqs
    161155    unsigned int periphs;            // total number of peripherals
    162     char name[32];                   // mapping name
     156    char name[64];                   // mapping name
    163157} mapping_header_t;
    164158
Note: See TracChangeset for help on using the changeset viewer.