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/boot_info.h

    r562 r571  
    107107    // global platform parameters
    108108
    109         uint32_t      paddr_width;                   /*! number of bits in physical address     */
     109    uint32_t      paddr_width;                   /*! number of bits in physical address     */
    110110    uint32_t      x_width;                       /*! number of bits to code X coordinate    */
    111111    uint32_t      y_width;                       /*! number of bits to code Y coordinate    */
    112         uint32_t      x_size;                        /*! number of cluster in a row             */
    113         uint32_t      y_size;                        /*! number of cluster in a column          */
    114     uint32_t      cluster_info[CONFIG_MAX_CLUSTERS_X][CONFIG_MAX_CLUSTERS_Y];
    115                                                  /*! An array of infos about all clusters   */
    116         uint32_t      io_cxy;                        /*! IO cluster identifier                  */
     112    uint32_t      x_size;                        /*! number of cluster in a row             */
     113    uint32_t      y_size;                        /*! number of cluster in a column          */
     114    uint32_t      io_cxy;                        /*! IO cluster identifier                  */
     115
     116    uint8_t       cluster_info[CONFIG_MAX_CLUSTERS_X][CONFIG_MAX_CLUSTERS_Y];
    117117
    118118    // shared resources
     
    123123    // private resources (per cluster)
    124124
    125         uint32_t      cxy;                           /*! cluster identifier                     */
    126         uint32_t      cores_nr;                      /*! number of local cores in               */
    127     boot_core_t   core[CONFIG_MAX_LOCAL_CORES];  /*! array of core descriptors              */ 
     125    uint32_t      cxy;                           /*! cluster identifier                     */
     126    uint32_t      cores_nr;                      /*! number of local cores in               */
     127    boot_core_t   core[CONFIG_MAX_LOCAL_CORES];  /*! array of core descriptors              */
    128128    uint32_t      rsvd_nr;                       /*! number of reserved zones               */
    129129    boot_rsvd_t   rsvd[CONFIG_PPM_MAX_RSVD];     /*! array of reserved zones                */
Note: See TracChangeset for help on using the changeset viewer.