source: trunk/softs

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @836   9 years meunier Trunk: * Cosmetic in mem_cache_directory.h and xram_transaction.h * …
(edit) @835   9 years cfuguet tsar_boot: Modify NetBSD device tree for de2-115 fpga platform - …
(edit) @834   9 years cfuguet tsar_boot: device-tree modification - Adding memory node in cluster …
(edit) @833   9 years alain Modifying the reset.S file to support procid on 12 bits.
(edit) @832   9 years cfuguet tsar_boot: fixing configuration files for the FPGA de2-115 platform
(edit) @830   9 years porquet tsar_boot: fix the number of bytes to read from disk
(edit) @815   10 years cfuguet tsar_boot: solve an incompatibility problem in the version.sh script
(edit) @810   10 years cfuguet giet_tsar: updating giet_tsar to use new hard_config format Other …
(edit) @804   10 years cfuguet tsar_boot: using RESET_ADDRESS as preloader base address - The …
(edit) @801   10 years cfuguet tsar_boot: Using P_WIDTH constant to get lpid from CP0 EBASE
(edit) @798   10 years cfuguet tsar_boot: updating platform conf examples
(edit) @796   10 years cfuguet tsar_generic_leti, tsar_boot: used USE_IOC_RDK instead of USE_RAMDISK …
(edit) @794   10 years porquet tsar_boot: include device tree binary when USE_DT=1
(edit) @791   10 years cfuguet tsar_boot: minor Makefile optimization
(edit) @761   10 years cfuguet tsar_boot: adding hard_config.h dependency in makefile - This is to …
(edit) @759   10 years cfuguet tsar_boot: preloader ldscript is automatically generated - Stack …
(edit) @758   10 years cfuguet tsar_boot: improving configuration infrastructure - Using …
(edit) @755   10 years cfuguet tsar_boot: preloader stack - During preloader execution, only …
(edit) @744   10 years cfuguet giet_tsar: using CLUSTER_IO constant in stdio functions - Erasing …
(edit) @743   10 years cfuguet giet_tsar: - Using X_IO and Y_IO constanst define in the …
(edit) @741   10 years alain Increase stack_base address in ldscript to comply with the arch.py
(edit) @731   10 years alain Update ldscript file for platform tsar_generic_iob
(edit) @726   10 years cfuguet tsar_boot: version.sh - When using git svn, display git svn info …
(edit) @705   10 years cfuguet tsar_boot: - Completing io utility functions to provide physical …
(edit) @704   10 years alain tsar_boot: - Erasing unused constant in defs.h - Modofication in …
(edit) @703   10 years cfuguet tsar_boot: - Improvement of memset function. When buffer not word …
(edit) @702   10 years cfuguet tsar_boot: - Fixing bug introduced in commit r688. Missing double …
(edit) @701   10 years cfuguet tsar_boot: - Important optimization in the reset_elf_loader …
(edit) @694   10 years cfuguet tsar_boot: - Displaying Data Bad Virtual Address when exception …
(edit) @691   10 years cfuguet Bugfix in tsar_boot: Logical OR replace by Bitwise OR to build word
(edit) @688   10 years porquet tsar_boot: improve version.sh to work with git-svn repos
(edit) @687   10 years cfuguet Modification in tsar_boot: Replacing p_vaddr by p_paddr while loading …
(edit) @662   10 years cfuguet Bugfix in tsar_boot makefile: - when defining makefile parameters …
(edit) @660   10 years bouyer Revert previous, not all platform defines seg_reset_stack_size. Remove …
(edit) @659   10 years bouyer Use seg_reset_stack_size, not a hardcoded 64k value
(edit) @655   10 years cfuguet Fixing bug introduced in last commit : - When using IO bridge, some …
(edit) @654   10 years cfuguet Cleaning up reset_ioc.c file and re-establishing the .SILENT variable …
(edit) @653   10 years cfuguet Introducing a RAMDISK driver in the preloader. When using RAMDISK, …
(edit) @634   10 years bouyer Pass the preloader's function vector address in a0 to the next stage. …
(edit) @633   10 years alain Bug fix in reset.S : The IOPIC initialisation must be conditionned by …
(edit) @632   10 years alain Add missing hard_config.h file
(edit) @631   10 years alain Introducing support for RAMDISK in giet_tsar
(edit) @629   10 years alain - Updatre the gier_tsar to support the vci_iopic component in the …
(edit) @626   10 years cfuguet Introducing generic soft_sort_giet application for the GIET …
(edit) @623   10 years alain Introducing the soft_hello_giet application.
(edit) @622   10 years alain Introducing a minimal GIET: - no virtual memory - no conyext switch - …
(edit) @620   10 years alain Introducing the "giet_tsar" os (without virtual memory) in the softs …
(edit) @606   10 years alain Supporting fixed format for cluster index in reset.S.
(edit) @593   10 years bouyer Really use DMA only if IOC_USE_DMA is defined
(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) @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) @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) @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) @554   10 years bouyer Make sure the boot loader won't try to write to the ROM. Store …
(edit) @546   10 years meunier Rajout du composant Sim Helper dans le répertoire soft/test_llsc pour …
(edit) @536   11 years meunier Added a tool which generates tests for the LL/SC table, in the soft/ …
(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) @511   11 years bouyer Remove file that shouldn't be there
(edit) @510   11 years bouyer Remove file that shouldn't be there
(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) @425   11 years cfuguet Modifications in tsar_boot: - Creating new files boot_utils.[c h] …
(edit) @417   11 years porquet tsar_boot: typos
(edit) @416   11 years porquet it's 64 bytes and not 16 bytes (16 is the number of words in a cache block)
(edit) @415   11 years cfuguet Modifications in soft/tsar_boot: - Fixing indentation problems in …
(edit) @413   11 years porquet tsar_boot: new conf directory for platform 'tsarv4_mono_mmu_ioc'
(edit) @412   11 years porquet boot_tsar: bug fix and more debug
(edit) @411   11 years porquet tsar_boot: let the user have a custom conf file to avoid repeating …
(edit) @406   11 years cfuguet Introducing USE_DT (true by default) option in tsar_boot makefile
(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) @390   11 years cfuguet Reactivating commented command in the Makefile of the tsar_boot
(edit) @388   11 years cfuguet Modifications in tsar/trunk/softs/tsar_boot: - Improving the …
(add) @373   11 years joannou Reintroducing softs : * tests_cc_vcache * tsar_boot
Note: See TracRevisionLog for help on using the revision log.