|  |  | @564 | 12 years | bouyer | r_ctrl_go_bsy is really a flip/flop, explicitely don't reset it in the … | 
                
                  |  |  | @563 | 12 years | bouyer | rename data section to bss, and mark it noload. | 
                
                  |  |  | @562 | 12 years | bouyer | Now that the stack also contains some important structure, move it
to … | 
                
                  |  |  | @561 | 12 years | bouyer | I was wrong, we really want 8bits for SPI_CTRL_CHAR_LEN_MASK | 
                
                  |  |  | @560 | 12 years | bouyer | SPI_CTRL_CHAR_LEN is 7 bits, not 8. | 
                
                  |  |  | @559 | 12 years | bouyer | Remove Auto Slave Select feature | 
                
                  |  |  | @558 | 12 years | bouyer | Simplify target FSM by doing register read and write in IDLE state, … | 
                
                  |  |  | @557 | 12 years | bouyer | Switch to using a mealy function. This seems to be the only way to get … | 
                
                  |  |  | @556 | 12 years | bouyer | Convert all sc_signal to plain integer types. Tracking edges of the … | 
                
                  |  |  | @555 | 12 years | bouyer | Implement single block write | 
                
                  |  |  | @554 | 12 years | bouyer | Make sure the boot loader won't try to write to the ROM.
Store … | 
                
                  |  |  | @553 | 12 years | bouyer | Make this build with 32bit toolchain | 
                
                  |  |  | @552 | 12 years | bouyer | Add a SPI SD/MMC card model. Write command not implemented yet.
Known … | 
                
                  |  |  | @551 | 12 years | bouyer | Add vci_spi, a SPI (Serial Peripheral Interface) controller. The … | 
                
                  |  |  | @550 | 12 years | alain | Compliance with the mapping_table defined in release 2462.
Modifying … | 
                
                  |  |  | @549 | 12 years | alain | Compliance with mapping_table defined in release 2462
Introducing the … | 
                
                  |  |  | @548 | 12 years | meunier | Last commit contained unwanted local modifications; reverting them. | 
                
                  |  |  | @547 | 12 years | meunier | Rajout du Sim Helper dans la plateforme tsar_generic_xbar. | 
                
                  |  |  | @546 | 12 years | meunier | Rajout du composant Sim Helper dans le répertoire soft/test_llsc pour … | 
                
                  |  |  | @537 | 12 years | cfuguet | Bugfix in vci_mem_cache:
  - Adding missing "else if" in the … | 
                
                  |  |  | @536 | 12 years | meunier | Added a tool which generates tests for the LL/SC table, in the soft/ … | 
                
                  |  |  | @535 | 12 years | cfuguet | Modification in vci_mem_cache:
  - When a BROADCAST INVALIDATE is … | 
                
                  |  |  | @534 | 12 years | bouyer | Add an assert that *dt_next is always initialised if entry is found. | 
                
                  |  |  | @533 | 12 years | cfuguet | Modification in tsar_generic_iob platform:
  - Fixing compilation … | 
                
                  |  |  | @532 | 12 years | haoliu | Bug fix in the vci_cc_vcache_wrapper:
In the DCACHE_MISS_CLEAN state, … | 
                
                  |  |  | @531 | 12 years | cfuguet | Modification on vci_mem_cache:
  - Adding parentheses in two asserts … | 
                
                  |  |  | @530 | 12 years | cfuguet | Modification in vci_mem_cache:
   - Aligning the FSM states values … | 
                
                  |  |  | @529 | 12 years | cfuguet | Bugfix in vci_mem_cache:
  - The word_count register used by the … | 
                
                  |  |  | @528 | 12 years | lambert | Introduicing VciEthernetTsar?
This component is modified version of … | 
                
                  |  |  | @527 | 12 years | cfuguet | Bugfix in vci_mem_cache and generic_llsc_global_table:
  - The Store … | 
                
                  |  |  | @524 | 12 years | cfuguet | The last commit to solve the bug in the SW access
to the LLSC table … | 
                
                  |  |  | @523 | 12 years | cfuguet | Bugfix in GenericLLSCGlobal table and vci_mem_cache:
  - Two bugs … | 
                
                  |  |  | @522 | 12 years | bouyer | We can't read wdata after we sent cmdack, so read and store wdata when … | 
                
                  |  |  | @521 | 12 years | cfuguet | Bugfix in vci_cc_vcache_wrapper:
  - The DCACHE FSM must be … | 
                
                  |  |  | @520 | 12 years | bouyer | Re-add the tests; reverting previous which was done at the wrong level … | 
                
                  |  |  | @519 | 12 years | bouyer | Remove directories that should have been in tests_cc_vcache/ | 
                
                  |  |  | @518 | 12 years | bouyer | Delete files that should not be there | 
                
                  |  |  | @517 | 12 years | bouyer | Use the new tsar_mono_mmu platform to run the tests.
As of today, all … | 
                
                  |  |  | @516 | 12 years | bouyer | A single-cluster, single-cpu platform suitable to run regression tests. | 
                
                  |  |  | @514 | 12 years | meunier | More memory cleaning for valgrind (generic_llsc_global_table, … | 
                
                  |  |  | @512 | 12 years | meunier | Tried to supress a few errors from valgrind; added corresponding … | 
                
                  |  |  | @511 | 12 years | bouyer | Remove file that shouldn't be there | 
                
                  |  |  | @510 | 12 years | bouyer | Remove file that shouldn't be there | 
                
                  |  |  | @509 | 12 years | meunier | Last commit encountered an error and was only partially propagated, … | 
                
                  |  |  | @508 | 12 years | meunier | * Added a destructor in TsarXbarCluster?
 * Corrected a bug in the … | 
                
                  |  |  | @507 | 12 years | alain | Removing three unsused registers in TGT_CMD FSM. | 
                
                  |  |  | @506 | 12 years | cfuguet | Fixing indentation of an if clause in the vci_cc_vcache_wrapper | 
                
                  |  |  | @505 | 12 years | cfuguet | Modifications in vci_mem_cache:
  - Erasing the unnecessary registers … | 
                
                  |  |  | @504 | 12 years | meunier | * Added activity counters to the vci_mem_cache
 * Modified the … | 
                
                  |  |  | @503 | 12 years | haoliu | bug fixed in the vci_cc_vcache_wrapper component:
In the … | 
                
                  |  |  | @502 | 12 years | bouyer | Print a version string at execution, dynamically computed at link … | 
                
                  |  |  | @501 | 12 years | bouyer | Add support for >= v2, SDHC cards (larger than 2GB).
Tested with a … | 
                
                  |  |  | @500 | 12 years | alain | Fixing a bug in the print_trace() function. | 
                
                  |  |  | @499 | 12 years | alain | Fixing a bug dans l'automate CONFIG pour traiter correctement
la … | 
                
                  |  |  | @498 | 12 years | alain | Fixing few bugs to support DISPLAY_CMA application. | 
                
                  |  |  | @497 | 12 years | cfuguet | Modification in dspin_dhccp_param class:
  - The SET index width sent … | 
                
                  |  |  | @496 | 12 years | cfuguet | Modification in vci_mem_cache:
  - Adding cast to addr_t (physical … | 
                
                  |  |  | @493 | 12 years | alain | cosmetic | 
                
                  |  |  | @491 | 12 years | lambert | Fixing bug in vci_mem_cache : Missing default value for severals … | 
                
                  |  |  | @490 | 12 years | alain | Cosmetic | 
                
                  |  |  | @489 | 12 years | alain | Implement both the SYNC and INVAL configuration commands.
Uses the TRT … | 
                
                  |  |  | @488 | 12 years | haoliu | Optimization in the vci_cc_vcache_wrapper component:
In the icache … | 
                
                  |  |  | @487 | 12 years | haoliu | Bug fixed in vci_cc_vcache_wrapper component:
1) The … | 
                
                  |  |  | @486 | 12 years | lambert | * Fixing Makefile and soclib.conf commit | 
                
                  |  |  | @485 | 12 years | lambert | * Fixing chbuf dma segment size
* Changing the way number of chained … | 
                
                  |  |  | @484 | 12 years | devigne | Fixing deadlock :
L1 cache can be interrupted for coherency processing … | 
                
                  |  |  | @483 | 12 years | devigne | Revert commit r481 | 
                
                  |  |  | @482 | 12 years | joannou | Updated llsc memcache table interface for sw operation (now able to … | 
                
                  |  |  | @481 | 12 years | devigne | Fixing deadlock with MULTI_ACK FSM and TGT_RSP FSM, and CLEANUP_FSM … | 
                
                  |  |  | @480 | 12 years | alain | soclib.conf… | 
                
                  |  |  | @478 | 12 years | cfuguet | Modification in dspin_dhccp_param:
  - Aligning to left the fields in … | 
                
                  |  |  | @475 | 12 years | lambert | Introducing Vci_Chbuf_Dma in tsar_generic_xbar platform :
    * The … | 
                
                  |  |  | @473 | 12 years | alain | cosmetic | 
                
                  |  |  | @472 | 12 years | alain | Fixing the IRQs wiring to support the "4c_1p_iob" mapping. | 
                
                  |  |  | @471 | 12 years | alain | Fixing a bug in the alloc/desalloc function. | 
                
                  |  |  | @469 | 12 years | cfuguet | Reverting changes in tsar_generic_xbar/Makefile | 
                
                  |  |  | @468 | 12 years | cfuguet | / … | 
                
                  |  |  | @465 | 12 years | joannou | Updated tsar_generic_xbar platform to use the new generic … | 
                
                  |  |  | @464 | 12 years | lambert | Improving platform for ALMOS support:
    * Introducing USE_GIET … | 
                
                  |  |  | @451 | 12 years | alain | Introducing the vci_iox_network modeling the external IO network. | 
                
                  |  |  | @450 | 12 years | alain | Introducing the tsar_generic_iob platform. | 
                
                  |  |  | @449 | 12 years | alain | Fixing several bugs in the configuration interface. | 
                
                  |  |  | @439 | 12 years | alain | Improving the Config Interface. | 
                
                  |  |  | @438 | 12 years | alain | Handling multiple vci_param. | 
                
                  |  |  | @437 | 12 years | alain | Multiple vci_param… | 
                
                  |  |  | @436 | 12 years | alain | Using a simple_rom (an not a simple_ram) as the boot ROM. | 
                
                  |  |  | @435 | 12 years | alain | Adapt the tsar_xbar_cluster to the new DspinLocalCrossbar? constructor, … | 
                
                  |  |  | @434 | 12 years | alain | Introducing a preliminary configuration interface in vci_mem_cache. | 
                
                  |  |  | @433 | 12 years | alain | cosmetic | 
                
                  |  |  | @432 | 12 years | lambert | In vci_cc_vcache_wrapper :
    Fixing wrong comments for monitor variables | 
                
                  |  |  | @431 | 12 years | cfuguet | Bugfix of previous commit in vci_mem_cache:
  - Forgotten transition … | 
                
                  |  |  | @430 | 12 years | cfuguet | Modifications in vci_mem_cache:
  - Adding error treatment for … | 
                
                  |  |  | @429 | 12 years | cfuguet | Modifications in vci_mem_cache:
  - Modifying MULTI_ACK_IDLE state to … | 
                
                  |  |  | @428 | 12 years | cfuguet | Modification in tsar_generic_xbar:
  - Adapting the platform metadata … | 
                
                  |  |  | @427 | 12 years | cfuguet | Modification in vci_mem_cache:
  - Replacing "if" by "assert" in the … | 
                
                  |  |  | @426 | 12 years | cfuguet | Fixing indentation problems (undesired tabs) in vci_mem_cache metadata
file | 
                
                  |  |  | @425 | 12 years | cfuguet | Modifications in tsar_boot:
  - Creating new files boot_utils.[c h] … | 
                
                  |  |  | @424 | 12 years | cfuguet | Modification in vci_block_device_tsar:
	- Adding parenthesis in … | 
                
                  |  |  | @423 | 12 years | lambert | In Vci_cc_vcache_wrapper :
    * Adding monitor to help debugging. … | 
                
                  |  |  | @422 | 12 years | alain | cosmetic | 
                
                  |  |  |