Ignore:
Timestamp:
Mar 26, 2014, 6:44:44 PM (10 years ago)
Author:
alain
Message:

Introducing a major release, to suppoort the tsar_generic_leti platform
and the various (external or internal) peripherals configurations.
The map.xml format has been modified, in order to support the new
vci_iopic componentand a new policy for peripherals initialisation.
The IRQs are nom described in the XICU and IOPIC components
(and not anymore in the processors).
To enforce this major change, the map.xml file signature changed:
The signature value must be: 0xDACE2014

This new release has been tested on the tsar_generic_leti platform
for the following mappings:

  • 4c_4p_sort_leti
  • 4c_4p_sort_leti_ext
  • 4c_4p_transpose_leti
  • 4c_4p_transpose_leti_ext
  • 4c_1p_four_leti_ext
File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_drivers/cma_driver.h

    r258 r295  
    2929};
    3030
     31///////////////////////////////////////////////////////////////////////////////////
     32// CMA (vci_chbuf_dma) low-level access functions
     33///////////////////////////////////////////////////////////////////////////////////
     34
     35extern unsigned int _cma_get_register( unsigned int channel,
     36                                       unsigned int index );
     37
     38extern void _cma_set_register( unsigned int channel,
     39                               unsigned int index,
     40                               unsigned int value );
     41
     42extern void _cma_isr( unsigned int irq_type,
     43                      unsigned int irq_id,
     44                      unsigned int channel );
     45
     46///////////////////////////////////////////////////////////////////////////////////
     47
    3148#endif
    3249
Note: See TracChangeset for help on using the changeset viewer.