source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @592   10 years bouyer - report DMA errors - minor changes to sync with the VHDL model
(edit) @591   10 years cfuguet When the file size of an program segment is smaller than its mem size, …
(edit) @590   10 years bouyer Use the SPI controller's DMA if the defs_platform.h defines IOC_USE_DMA.
(edit) @589   10 years bouyer Sync with reality (the frame buffer has not used sdram for a long time)
(edit) @588   10 years bouyer Rename IOC_BASE to IOC_PADDR_BASE for consistency
(edit) @587   10 years bouyer Add back version string print
(edit) @586   10 years alain Modify the name "boot" to "reset" to avoid confusion between the …
(edit) @585   10 years alain debug…
(edit) @584   10 years alain cosmetic.
(edit) @583   10 years alain cosmetic…
(edit) @582   10 years alain Bug fix in config FSM : concurrent access to r_config_rsplines counter…
(edit) @581   10 years alain Bug fix in the M_WRITE_BLOCK state, detected by C.Devigne.
(edit) @580   10 years alain Fixing a bug in target FSM when using 64 bits data width.
(edit) @579   10 years bouyer Add some basic DMA capabilities. Passes basic read/write tests. Can …
(edit) @578   10 years alain Fixing a bug in the dspin_router_tsar component (in the modified …
(edit) @576   10 years bouyer Sync with vhdl: when spi_fsm is IDLE get MOSI value from the saved …
(edit) @575   10 years bouyer Make sure MOSI data changes on SPI clock falling edge, not one system …
(edit) @574   10 years bouyer Try to be closer to a real sdmmc device: on rising edge really use the …
(edit) @573   10 years bouyer Fix copyright
(edit) @572   10 years meunier Committing a new hardware mapping in almos for the tsar_generic_xbar …
(edit) @571   10 years meunier Correction of the "double barrier" problem from the user point of view …
(edit) @570   10 years cfuguet Modifications in tsar_boot: - Aligning the boot loader block buffer …
(edit) @569   10 years cfuguet Bugfix in tsar_generic_iob platform: - The memory cache …
(edit) @568   10 years cfuguet Adding support for TSAR platforms using the vci_io_bridge component. …
(edit) @567   10 years alain Introducing CP2 registers mnemonics in mips32_registers.h Supporting …
(edit) @566   10 years cfuguet Fixing incompatibility problem with the echo command between linux and …
(edit) @565   10 years bouyer prefix some register name with spi_ for readability Can't write …
(edit) @564   10 years bouyer r_ctrl_go_bsy is really a flip/flop, explicitely don't reset it in the …
(edit) @563   10 years bouyer rename data section to bss, and mark it noload.
(edit) @562   10 years bouyer Now that the stack also contains some important structure, move it to …
(edit) @561   10 years bouyer I was wrong, we really want 8bits for SPI_CTRL_CHAR_LEN_MASK
(edit) @560   10 years bouyer SPI_CTRL_CHAR_LEN is 7 bits, not 8.
(edit) @559   10 years bouyer Remove Auto Slave Select feature
(edit) @558   10 years bouyer Simplify target FSM by doing register read and write in IDLE state, …
(edit) @557   10 years bouyer Switch to using a mealy function. This seems to be the only way to get …
(edit) @556   10 years bouyer Convert all sc_signal to plain integer types. Tracking edges of the …
(edit) @555   10 years bouyer Implement single block write
(edit) @554   10 years bouyer Make sure the boot loader won't try to write to the ROM. Store …
(edit) @553   10 years bouyer Make this build with 32bit toolchain
(edit) @552   10 years bouyer Add a SPI SD/MMC card model. Write command not implemented yet. Known …
(edit) @551   10 years bouyer Add vci_spi, a SPI (Serial Peripheral Interface) controller. The …
(edit) @550   10 years alain Compliance with the mapping_table defined in release 2462. Modifying …
(edit) @549   10 years alain Compliance with mapping_table defined in release 2462 Introducing the …
(edit) @548   10 years meunier Last commit contained unwanted local modifications; reverting them.
(edit) @547   10 years meunier Rajout du Sim Helper dans la plateforme tsar_generic_xbar.
(edit) @546   10 years meunier Rajout du composant Sim Helper dans le répertoire soft/test_llsc pour …
(edit) @537   11 years cfuguet Bugfix in vci_mem_cache: - Adding missing "else if" in the …
(edit) @536   11 years meunier Added a tool which generates tests for the LL/SC table, in the soft/ …
(edit) @535   11 years cfuguet Modification in vci_mem_cache: - When a BROADCAST INVALIDATE is …
(edit) @534   11 years bouyer Add an assert that *dt_next is always initialised if entry is found.
(edit) @533   11 years cfuguet Modification in tsar_generic_iob platform: - Fixing compilation …
(edit) @532   11 years haoliu Bug fix in the vci_cc_vcache_wrapper: In the DCACHE_MISS_CLEAN state, …
(edit) @531   11 years cfuguet Modification on vci_mem_cache: - Adding parentheses in two asserts …
(edit) @530   11 years cfuguet Modification in vci_mem_cache: - Aligning the FSM states values …
(edit) @529   11 years cfuguet Bugfix in vci_mem_cache: - The word_count register used by the …
(edit) @528   11 years lambert Introduicing VciEthernetTsar? This component is modified version of …
(edit) @527   11 years cfuguet Bugfix in vci_mem_cache and generic_llsc_global_table: - The Store …
(edit) @524   11 years cfuguet The last commit to solve the bug in the SW access to the LLSC table …
(edit) @523   11 years cfuguet Bugfix in GenericLLSCGlobal table and vci_mem_cache: - Two bugs …
(edit) @522   11 years bouyer We can't read wdata after we sent cmdack, so read and store wdata when …
(edit) @521   11 years cfuguet Bugfix in vci_cc_vcache_wrapper: - The DCACHE FSM must be …
(edit) @520   11 years bouyer Re-add the tests; reverting previous which was done at the wrong level …
(edit) @519   11 years bouyer Remove directories that should have been in tests_cc_vcache/
(edit) @518   11 years bouyer Delete files that should not be there
(edit) @517   11 years bouyer Use the new tsar_mono_mmu platform to run the tests. As of today, all …
(edit) @516   11 years bouyer A single-cluster, single-cpu platform suitable to run regression tests.
(edit) @514   11 years meunier More memory cleaning for valgrind (generic_llsc_global_table, …
(edit) @512   11 years meunier Tried to supress a few errors from valgrind; added corresponding …
(edit) @511   11 years bouyer Remove file that shouldn't be there
(edit) @510   11 years bouyer Remove file that shouldn't be there
(edit) @509   11 years meunier Last commit encountered an error and was only partially propagated, …
(edit) @508   11 years meunier * Added a destructor in TsarXbarCluster? * Corrected a bug in the …
(edit) @507   11 years alain Removing three unsused registers in TGT_CMD FSM.
(edit) @506   11 years cfuguet Fixing indentation of an if clause in the vci_cc_vcache_wrapper
(edit) @505   11 years cfuguet Modifications in vci_mem_cache: - Erasing the unnecessary registers …
(edit) @504   11 years meunier * Added activity counters to the vci_mem_cache * Modified the …
(edit) @503   11 years haoliu bug fixed in the vci_cc_vcache_wrapper component: In the …
(edit) @502   11 years bouyer Print a version string at execution, dynamically computed at link …
(edit) @501   11 years bouyer Add support for >= v2, SDHC cards (larger than 2GB). Tested with a …
(edit) @500   11 years alain Fixing a bug in the print_trace() function.
(edit) @499   11 years alain Fixing a bug dans l'automate CONFIG pour traiter correctement la …
(edit) @498   11 years alain Fixing few bugs to support DISPLAY_CMA application.
(edit) @497   11 years cfuguet Modification in dspin_dhccp_param class: - The SET index width sent …
(edit) @496   11 years cfuguet Modification in vci_mem_cache: - Adding cast to addr_t (physical …
(edit) @493   11 years alain cosmetic
(edit) @491   11 years lambert Fixing bug in vci_mem_cache : Missing default value for severals …
(edit) @490   11 years alain Cosmetic
(edit) @489   11 years alain Implement both the SYNC and INVAL configuration commands. Uses the TRT …
(edit) @488   11 years haoliu Optimization in the vci_cc_vcache_wrapper component: In the icache …
(edit) @487   11 years haoliu Bug fixed in vci_cc_vcache_wrapper component: 1) The …
(edit) @486   11 years lambert * Fixing Makefile and soclib.conf commit
(edit) @485   11 years lambert * Fixing chbuf dma segment size * Changing the way number of chained …
(edit) @484   11 years devigne Fixing deadlock : L1 cache can be interrupted for coherency processing …
(edit) @483   11 years devigne Revert commit r481
(edit) @482   11 years joannou Updated llsc memcache table interface for sw operation (now able to …
(edit) @481   11 years devigne Fixing deadlock with MULTI_ACK FSM and TGT_RSP FSM, and CLEANUP_FSM …
(edit) @480   11 years alain soclib.conf…
(edit) @478   11 years cfuguet Modification in dspin_dhccp_param: - Aligning to left the fields in …
(edit) @475   11 years lambert Introducing Vci_Chbuf_Dma in tsar_generic_xbar platform : * The …
(edit) @473   11 years alain cosmetic
Note: See TracRevisionLog for help on using the revision log.