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/xml_driver.c

    r531 r548  
    2323    const char * vseg_type[] =
    2424    {
    25         "ELF",        // binary code generated by GCC
    26         "BLOB",       // binary
    27         "PTAB",       // page table
    28         "PERI",       // hardware component
    29         "MWMR",       // MWMR channel
    30         "LOCK",       // Spin-Lock
    31         "BUFFER",     // Any "no intialiasation needed" object (stacks...)
    32         "BARRIER",    // Barrier
    33         "CONST",      // Constant
    34         "MEMSPACE",   // Memspace
     25        "ELF",        // From a .elf file
     26        "BLOB",       // Raw Binary
     27        "PTAB",       // Page Table
     28        "PERI",       // Hardware Component
     29        "BUFFER",     // No intialisation needed (stacks...)
    3530        "SCHED",      // Scheduler
    3631        "HEAP",       // Heap     
     
    6863        "ISR_MMC",
    6964        "ISR_DMA",
    70         "ISR_SPI",
     65        "ISR_SDC",
    7166        "ISR_MWR",
    7267        "ISR_HBA",
     
    10297        "BDV",
    10398        "HBA",
    104         "SPI",
    105         "NONE",
     99        "SDC",
    106100    };
    107101
Note: See TracChangeset for help on using the changeset viewer.