source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @410   11 years porquet add a new platform tsarv4 - mono mipsel32 - xicu, blockdevice, tty …
(edit) @409   11 years alain Cosmetic
(edit) @408   11 years alain Introducing support for several segments (required by tsar_generic_iob …
(edit) @407   11 years porquet add missing header (for ::read, ::write, etc.)
(edit) @406   11 years cfuguet Introducing USE_DT (true by default) option in tsar_boot makefile
(edit) @405   11 years fraga VCI_IO_BRIDGE: Adding some casts to handle the different VCI fields …
(edit) @404   11 years alain Updating the tsar_generic_sbar platform to comply with the new DSPIN …
(edit) @403   11 years alain Updating vci_cc_vcache_wrapper and vci_mem_cache to comply with the …
(edit) @402   11 years alain Bug fix : the segment allocated to the NIC controller was too small.
(edit) @401   11 years alain Bug fix : VCI BE when DATA = 64 bits
(edit) @400   11 years alain Introducing support for VCI DATA 64 bits.
(edit) @399   11 years bouyer Sync with reality: we have only one processor on the de2-115 and we'll …
(edit) @398   11 years bouyer Use 128bits transfers at the SPI controller level when possible; this …
(edit) @397   11 years alain Fixing a wrong merge during commit.
(edit) @396   11 years alain Major evolution of platform "tsar_generic_xbar" to support 40 bits …
(edit) @395   11 years alain ntroducing support for 40 bits physical addresses.
(edit) @394   11 years alain ntroducing support for 40 bits physical addresses.
(edit) @393   11 years alain Introducing support for addresses larger than 32 bits.
(edit) @392   11 years alain Introducing support for physical addresses larger than 32 bits. A new …
(edit) @391   11 years lambert Bug fix in Vci_mem_cache : * When line evicion in write fsm to …
(edit) @390   11 years cfuguet Reactivating commented command in the Makefile of the tsar_boot
(edit) @389   11 years cfuguet Modifying the tsar_generic_xbar: - Modifying the metadata and the …
(edit) @388   11 years cfuguet Modifications in tsar/trunk/softs/tsar_boot: - Improving the …
(edit) @387   11 years joannou Bugfix in DCACHE_CC_UPDT (test on r_dcahe_cc_send_req instead of …
(edit) @386   11 years alain New release supporting the tsar_generic_xbar platform with 64 bits …
(edit) @385   11 years alain VCI port to XRAM switched to DATA == 64 bits => two template …
(edit) @384   11 years joannou Bugfix in vci_cc_vcache_wrapper : * Made cache flush states …
(edit) @383   11 years haoliu bug fix in dcache fsm: in state DCACHE_MISS_CLEAN, we should use the …
(edit) @382   11 years alain Removing compilation warnings.
(edit) @381   11 years alain Removing a warning in constructor
(edit) @380   11 years simerabe Another bugfix
(edit) @379   11 years alain Code polishing
(edit) @378   11 years joannou Introducing tsar_generic_xbar platform
(edit) @377   11 years joannou Introducing vci_cc_vcache_wrapper and vci_mem_cache components in …
(edit) @376   11 years joannou Introducing dspin_dhccp_param class in communication directory
(edit) @375   11 years joannou Introducing vci_io_bridge component
(edit) @374   11 years joannou Introducing vci_block_device_tsar component
(edit) @373   11 years joannou Reintroducing softs : * tests_cc_vcache * tsar_boot
(edit) @372   11 years joannou Remove from trunk all obsolete components (saved in branch v4)
(edit) @371   11 years joannou Create TsarV4 branch from trunk as of now
(edit) @370   11 years joannou In tsarv5_generic_mmu : * top.cpp : go look for hard_config.h in …
(edit) @369   11 years joannou Bugfix in vci_cc_vcache_wrapper v5 : forgot to copy the nline when …
(edit) @368   11 years cfuguet Modification in tsar/trunk/softs/tsar_boot Writing the carriage …
(edit) @367   11 years cfuguet Modification in v5/vci_mem_cache Aligning to left the SRCID into the …
(edit) @366   11 years joannou In vci_cc_vcache_wrapper v5, * now using the new generic_cache_tsar …
(edit) @365   11 years joannou In generic_cache_tsar, added a new write_dir function that does not …
(edit) @364   11 years haoliu Bug fix in dcache fsm, in dcache_xtn_dc_inval_go state, set the slot …
(edit) @363   11 years joannou In tsarv5_generic_mmu platform, in tsar cluster, added l_width to …
(edit) @362   11 years cfuguet Bugfix in vci_mem_cache: In function "copy()" of the xram_transaction …
(edit) @361   11 years cfuguet Bugfix in vci_mem_cache_v4: In function "copy()" of the …
(edit) @360   11 years joannou In tsarv5_generic_mmu platform (tsarcluster): * connected vci to dspin …
(edit) @359   11 years joannou bugfix : correctly updating the r_preempt register
(edit) @358   11 years simerabe bugfix : preempt in case of broadcast, palloc in case of single flit
(edit) @357   11 years simerabe fixbug : test on eop in case of single_flit coherence request
(edit) @356   11 years cfuguet Modifying comments in the dspin_dhccp_param to comply the type …
(edit) @355   11 years joannou In vci_cc_vcache_wrapper v5 - added check for p_dspin_in.write in …
(edit) @354   11 years cfuguet Bugfix in branches/v5/vci_mem_cache Adding missing condition in …
(edit) @353   11 years cfuguet Bugfix in branches/v5/vci_mem_cache Adding missing fifo get in case of …
(edit) @352   11 years cfuguet Bugfix in vci_cc_vcache_wrapper_v4: In case of SC or CAS command, the …
(edit) @351   11 years joannou Got rid of intermediate v5 version. _dspin_coherence versions changed …
(edit) @350   11 years alain Introducing Platform tsarv5_dspin_array, that can be used for TSAR …
(edit) @349   11 years cfuguet Rearranging addresses in the function pointer table to keep backward …
(edit) @348   11 years cfuguet Adding the boot_putc and the boot_getc in the functions pointer table …
(edit) @347   11 years cfuguet Introducing dcache line invalidation mechanism in the boot_ioc_read …
(edit) @346   11 years alain New contructors for vci_mem_cache & vci_cc_vcache, as we don't need …
(edit) @345   11 years alain Introducing the cluster component in tsarv5_generic_mmu platform.
(edit) @344   11 years alain Introducing the tsarv5_generic_mmu platform.
(edit) @343   11 years cfuguet Using the Xicu SOFT IRQs (IPIs). Adding them on the Xicu constructor
(edit) @342   11 years joannou Introducing tsar_generic_mmu_dspin_coherence platform (ring dspin for …
(edit) @341   11 years joannou In vci_cc_vcache_wrapper_dspin_coherence, DCACHE_TLB_PTE1_MISS and …
(edit) @340   11 years cfuguet Erasing always false condition in the if statement of the …
(edit) @339   11 years cfuguet Erasing always false condition in the if statement of the …
(edit) @338   11 years joannou * In vci_cc_vcache_wrapper_dspin_coherence, modified both states …
(edit) @337   11 years joannou In generic_cache_tsar, added new read function that returns 2 32bits …
(edit) @336   11 years cfuguet Bug fix in the vci_cc_vcache_wrapper and vci_mem_cache components (and …
(edit) @335   11 years joannou Added llsc table initialization in both vci_mem_cache and …
(edit) @334   11 years joannou Separated stat counters resets from internal registers resets
(edit) @333   11 years joannou - In vci_cc_vcache_wrapper_dspin_coherence : initializing …
(edit) @332   11 years joannou Updated top.cpp in tsar_mono_mmu_dspin_coherence to respect new file …
(edit) @331   11 years joannou Renaming all files form vci_cc_vcache_wrapper_dspin_coherence and …
(edit) @330   11 years joannou * Commented debug in dspin_local_ring_fast_c * Added test on plen …
(edit) @329   11 years joannou Added test on INST/DATA for the CLACK in the …
(edit) @328   11 years cfuguet Including TYPE_CLEANUP_ACK_INST and TYPE_CLEANUP_ACK_DATA in the …
(edit) @327   11 years simerabe introducing topcell examples using dspin ring interconnect
(edit) @326   11 years simerabe introducing 2 new components : simple and local ring interconnect …
(edit) @325   11 years joannou bugfix in vci_cc_vcache_wrapper_dspin_coherence : - consume fifo in …
(edit) @324   11 years joannou updated the test_interrupt_delayslot : now testing for several delay values
(edit) @323   11 years joannou removed unusefull flipflop r_*cache_cc_fifo_done + syntax correction …
(edit) @322   11 years cfuguet Erasing binary generated files in tests_ccvcache_v4/test_sync from the repo
(edit) @321   11 years joannou bugfix in vci_cc_vcache_wrapper_dspin_coherence in coherence type checking
(edit) @320   11 years cfuguet vci_mem_cache_dspin_coherence: - Fixing typo error in …
(edit) @319   11 years cfuguet Fix bug in vci_mem_cache_dspin_coherence. The write signal in the …
(edit) @318   11 years joannou vci_cc_vcache_wrapper_dspin_coherence now use DspinDhccpParam::* types …
(edit) @317   11 years cfuguet Introducing missing debug strings in the vci_mem_cache cpp file
(edit) @316   11 years joannou Introducing new tsar_mono_mmu_dspin_coherence platform Same as …
(edit) @315   11 years joannou Introducing new dspin interface for …
(edit) @314   11 years cfuguet Erasing old comments in the reset.s file of the pre-loader
(edit) @313   11 years cfuguet Erasing useless template parameters for the …
(edit) @312   11 years cfuguet Updating width of the way index in DSPIN coherence flits. Using 2 bits …
(edit) @311   11 years cfuguet Including GET and SET methods for the FROM_L1_BC and FROM_MC_BC bit in …
Note: See TracRevisionLog for help on using the revision log.