Ignore:
Timestamp:
Oct 5, 2018, 12:18:27 AM (6 years ago)
Author:
alain
Message:

Introduce the soclib_mty driver for the TSAR-LETI architecture.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/arch_info/arch_info.h

    r534 r571  
    6363 * The 16 MSB bits define the functionnal type.
    6464 * The 16 LSB bits define the implementation type.
    65  * It must be consistent with values defined in files arch_class.py, and device.*
    66  ***************************************************************************************/
    67 
    68 typedef enum deviceTypes_s
     65 * It must be consistent with values defined in file arch_class.py
     66 ***************************************************************************************/
     67
     68enum device_types_e
    6969{
    7070    DEV_TYPE_RAM_SCL   = 0x00000000,
     
    8282    DEV_TYPE_TIM_SCL   = 0x00080000,
    8383    DEV_TYPE_TXT_TTY   = 0x00090000,
    84     DEV_TYPE_TXT_RS2   = 0x00090001,
    85     DEV_TYPE_TXT_MTY   = 0x00090002,
     84    DEV_TYPE_TXT_MTY   = 0x00090001,
    8685    DEV_TYPE_ICU_XCU   = 0x000A0000,
    8786    DEV_TYPE_PIC_TSR   = 0x000B0000,
    88 } boot_device_types_t;
     87};
    8988
    9089/****************************************************************************************
Note: See TracChangeset for help on using the changeset viewer.