source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @377   10 years alain Cosmetic.
(edit) @376   10 years alain Fix a bug in sbt_build() function.
(edit) @375   10 years alain bug fix
(edit) @374   10 years alain Introducing new user libraries in Makefile.
(edit) @373   10 years alain Cosmetic.
(edit) @372   10 years alain Modify the convol application to use the remote_malloc library, and to …
(edit) @371   10 years alain Removing the hard_config.h file replication.
(edit) @370   10 years alain 1) Introducing the _physical_read_ull() and _physical_write_ull() …
(edit) @369   10 years alain adapt the boot code to the new barrier structure.
(edit) @368   10 years alain 1) Introducing the SBT barrier (Sliced Binary Tree) in the …
(edit) @367   10 years alain cosmetic
(edit) @366   10 years cfuguet giet_boot: using boot_entry instead of boot_init as entry point
(edit) @365   10 years alain Cosmetic
(edit) @364   10 years alain Increase the size of the "reserved" section in the disk image from 256 …
(edit) @363   10 years alain Remove the seg_boot_buffer.
(edit) @362   10 years alain Cosmetic
(edit) @361   10 years alain Remove the seg_boot_buffer from the generated hard_config.h file.
(edit) @360   10 years alain Align the fat structure (including the fat cache) on 512 bytes.
(edit) @359   10 years alain 1/ Introduce the boot.S file that is the entry point in the GIET-VM …
(edit) @358   10 years alain Improve debug.
(edit) @357   10 years alain cosmetic
(edit) @356   10 years alain Bloup…
(edit) @355   10 years alain Cosmetic: remove GCC warnings.
(edit) @354   10 years alain Cosmetic: reducing debug verbosity.
(edit) @353   10 years alain Introduce distribution of page tables, kernel code, and user code in …
(edit) @352   10 years alain Avoid GCC warnings for some missing initialisations.
(edit) @351   10 years alain Using the giet_lock_t structure in _get_lock() / _release_lock() …
(edit) @350   10 years alain Introducing two modifications regarding the locks protecting exclusive …
(edit) @349   10 years alain Introducing a new attribute "local" in the mapping_vseg_t structure, …
(edit) @348   10 years alain Introducing support for distributed page tables, kernel code and user code.
(edit) @347   10 years alain Introducing support for distributed page tables, kernel code and user …
(edit) @346   10 years alain Fixing a bug in the _sys_handler function (giet.s file). The SR value …
(edit) @345   10 years cfuguet giet_vm optimizations: * Several modifications in GIET_VM in order …
(edit) @344   10 years alain Introducing in utils.c / utils.h a _physical_memcpy().
(edit) @343   10 years alain Introducing a _dma_physical_memcpy() in the DMA driver.
(edit) @342   10 years alain Cosmetic
(edit) @341   10 years cfuguet giet_python/mapping.py: - bugfix: some peripheral base addresses …
(edit) @340   10 years cfuguet giet_vm/iob_driver: - The XICU_BASE and XICU_SIZE registers do not …
(edit) @339   10 years alain Cosmetic
(edit) @338   10 years alain Cosmetic
(edit) @337   10 years alain Cosmetic
(edit) @336   10 years alain Cosmetic
(edit) @335   10 years alain Cosmetic
(edit) @334   10 years alain Introducing the convol application (Philips EP-FILTER)
(edit) @333   10 years alain Cosmetic
(edit) @332   10 years alain Cosmetic
(edit) @331   10 years alain Cosmetic.
(edit) @330   10 years alain Cosmetic.
(edit) @329   10 years alain Cosmetic
(edit) @328   10 years alain Introduce genmap tool in giet_python
(edit) @327   10 years alain Change "tsarmap" tool name to "genmap"
(edit) @326   10 years alain Remove hard-coded xml mappings (replaced by genmap tool, for dynamic …
(edit) @325   10 years alain heu…
(edit) @324   10 years alain heu…
(edit) @323   10 years alain ntroducing several modifs in the mapping_info data structure to comply …
(edit) @322   10 years alain Various small modifs to comply with the genmap tool.
(edit) @321   10 years alain The schedulers initialisation has been modified: - The routing of HWIs …
(edit) @320   10 years alain All drivers have been modified to use only the information contained …
(edit) @319   10 years alain The python files describing applications mapping have been moved close …
(edit) @318   10 years alain Introducing the sort.py file: mapping for the sort application.
(edit) @317   10 years alain Introduce the transpose.py file (mapping for the transpose application)
(edit) @316   10 years cfuguet boot.c: - Initializing Local, Remote and Dirty flags of each pte2 …
(edit) @315   10 years cfuguet tty write functions: - Write a carriage return when writing newline …
(edit) @314   10 years alain The main modif is in the Makefile: Disk image building.
(edit) @313   10 years alain The main modif is in TTY driver: The hard lock implemented in the …
(edit) @312   10 years alain Reducing the number of log messages.
(edit) @311   10 years alain Introducing new mappings for tsar_generic_iob and tsar_generic_leti …
(edit) @310   10 years alain Reducing the number of log messages.
(edit) @309   10 years alain Reducing the number of log messages in parallel mode.
(edit) @308   10 years alain Removing both the "hdd" and the "misc" directories.
(edit) @307   10 years alain Reducing the number of log messages to be compatible with 64 …
(edit) @306   10 years alain Few modifications in XML format to support the PYTHON interface.
(edit) @305   10 years alain Introducing python interface to generate the map.xml files.
(edit) @304   10 years alain Improving Makefile to avoid systematic disk image creation and to …
(edit) @303   10 years cfuguet Modifying TICK_VALUE to 32K cycles
(edit) @302   10 years cfuguet Optimization in disk image generation When disk image exists, we dont …
(edit) @301   10 years cfuguet Bugfix for interrupt masking and demasking.
(edit) @300   10 years cfuguet The disk image used by the GIET_VM does not contain anymore a Master …
(edit) @299   10 years alain ntroducing the TOTAL_PROCS variable in the hard_config.h file (used by …
(edit) @298   10 years alain Introducing pic driver and rdk driver
(edit) @297   10 years alain Bug fix in both _tty_rx_isr() and _bdv_isr(): The ISR must do nothing …
(edit) @296   10 years alain Bug fix in log messages.
(edit) @295   10 years alain Introducing a major release, to suppoort the tsar_generic_leti …
(edit) @294   10 years alain Introducing support for IOPIC component.
(edit) @293   10 years cfuguet Initializing the CP0 CAUSE value on the task contexts to zero during …
(edit) @292   10 years cfuguet - Introducing XML description file for the tsar_generic_leti …
(edit) @291   10 years devigne - Added fat_allocate function to enlarge the size of a file. - …
(edit) @290   10 years cfuguet Erasing branch used for the development of new IOC drivers as it has …
(edit) @289   10 years cfuguet Modifications on GIET-VM IOC driver: - Introducing new layer on the …
(edit) @288   10 years cfuguet Introducing last changes of trunk into branch.
(edit) @287   10 years cfuguet Modification on giet_xml parser and driver: - Introducing a new …
(edit) @286   10 years cfuguet - Modifying HBA driver to respect new IOC driver interface. - …
(edit) @285   10 years cfuguet Removing the GIET_MONO_TTY variable on the giet_config.h file. All the …
(edit) @284   10 years cfuguet Modification of comments format on SPI-SDCARD driver to respect …
(edit) @283   10 years cfuguet Introducing branch to test ioc drivers before merging on trunk
(edit) @282   10 years cfuguet Adding new mapping XML file for platform with 4 clusters and 2 …
(edit) @281   10 years cfuguet Modifications in GIET_VM: - Supporting platforms with more than one …
(edit) @280   10 years cfuguet Adding non-blocking MWMR function macros in the srl_mwmr.h file
(edit) @279   10 years cfuguet Modifications in the ioc_driver: - Introducing uniform interface to …
(edit) @278   10 years cfuguet Adding missing non-blocking write and read functions on the …
Note: See TracRevisionLog for help on using the revision log.