source: soft

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @827   7 years meunier * Ajout de scripts pour rosenfeld
(edit) @826   7 years meunier * Mise à jour NR2 et Rosenfeld
(edit) @825   7 years alain 1) introduce a new classif application, using the vci_master_nic …
(edit) @824   7 years alain bloup
(edit) @823   8 years meunier * Improved scripts for simulations and graphes * Continued to clean …
(edit) @822   8 years meunier In rosenfeld: * Updated nrio0, nrio1, nrio2, nrio1f, nrio2f, nrio1x, …
(edit) @821   8 years meunier * Added several versions of rosenfeld: { SLOW, FAST } x { FEATURES, …
(edit) @820   8 years cfuguet Improving the pthread_join function: - The calling thread does a …
(edit) @819   8 years cfuguet Add a preprocessor flag which allows to inhibit the use of the GLOBAL …
(edit) @818   8 years cfuguet Optimization: When doing a context switch between threads of the same …
(edit) @817   8 years cfuguet Add some utility functions into giet_common/utils.
(edit) @816   8 years cfuguet Add a software integer version of the libmath/sqrt function. Also a …
(edit) @815   8 years bouyer Deal with x_width/y_width different from 4.
(edit) @814   8 years bouyer Use the provided x_width/y_width/p_width and not the default values
(edit) @813   8 years alain Cosmetic.
(edit) @812   8 years alain Introduce application FFT.
(edit) @811   8 years bouyer Do not try to allocate a WTI and write it to the PIC if we don't have …
(edit) @810   8 years alain Fix a bug in xprintf() function for %f format.
(edit) @809   8 years alain Avoid GCC warnings.
(edit) @808   8 years alain Introduce the O_WRONLY and O_RDWR flags for the giet_fat_open system call.
(edit) @807   8 years alain Fix a bug in the O_TRUNC flag used by the giet_fat_open() system call. …
(edit) @806   8 years alain cosmetic
(edit) @805   8 years meunier * Adding the parallel version of rosenfeld
(edit) @804   8 years alain cosmetic.
(edit) @803   8 years alain Cosmetic.
(edit) @802   8 years alain Improve error message print, to avoisd interleaving.
(edit) @801   8 years alain cosmetic.
(edit) @800   8 years alain add the Makefile.
(edit) @799   8 years alain Introducing a port of ocean application without macros.
(edit) @798   8 years meunier * Bug fixes in Rosenfeld
(edit) @797   8 years alain Fix a bug in _all_clusters_allocate()
(edit) @796   8 years alain Introduce support for the DEL character in in the shell lexical analyser.
(edit) @795   8 years alain Remove dependencies on the hard_config.h file.
(edit) @794   8 years alain Modify the pmem_alloc_init() function to reserve TWO BPPs for the …
(edit) @793   8 years meunier * Using mipsel-ranlib instead of ranlib in nrc2 lib of rosenfeld
(edit) @792   8 years meunier * Adding missing files in libmath
(edit) @791   8 years meunier * Added function realloc * Started to put the bootloader on 2 Big …
(edit) @790   8 years alain Cosmetic
(edit) @789   8 years alain Improve the shell: - introduce support for the LEFT / RIGHT / UP / …
(edit) @788   8 years alain Cosmetic
(edit) @787   8 years alain Bug fix in mkdir.
(edit) @786   8 years alain cosmetic
(edit) @785   8 years alain Avoid a warning in strcpy()
(edit) @784   8 years alain Cosmetic.
(edit) @783   8 years alain Fix various bugs.
(edit) @782   8 years alain 1) Introduce the string library. 2) Introduce a heap in the shell …
(edit) @781   8 years alain Fixing two bugs: 1) In the string library: the strcpy() function must …
(edit) @780   8 years alain active = False in mjpeg.py
(edit) @779   8 years alain ctive = False in coproc.py
(edit) @778   8 years alain O_CREAT
(edit) @777   8 years meunier * Ajout de quelques fonction dans la lib math * Déplacement de …
(edit) @776   8 years alain Modify Makefile to avoid to rebuild the disk image each time an …
(edit) @775   8 years alain Introduce the dump command in shell.
(edit) @774   8 years alain The _sys_fat_dump() kernel function has been introduced to support the …
(edit) @773   8 years alain Fix several bugs related to new files or directories creation: - The …
(edit) @772   8 years meunier * Ajout de l'application rosenfeld * Changement du nom du flag …
(edit) @771   8 years alain Introducing the generic xprintf() function, called by the various …
(edit) @770   8 years alain bloup
(edit) @769   8 years alain Use the giet_fat_fprintf() system call to save instrumentation results …
(edit) @768   8 years alain Use the giet_fat_mmap() syscall to implement the cat command.
(edit) @767   8 years alain Bug fix in giet_fat_munmap()
(edit) @766   8 years alain Bug fix.
(edit) @765   8 years alain Introduce the giet_fat_munmap() system call.
(edit) @764   8 years alain Modify the transpose application to use replace the giet_fat_read() / …
(edit) @763   8 years alain Introducing support for the MMAP vseg type in xml parser/driver.
(edit) @762   8 years alain Introduce the new MMAP type for vseg.
(edit) @761   8 years alain Replace the _get_buffer_from_cache() function by - …
(edit) @760   8 years alain
(edit) @759   8 years alain Introduce 4 new FAT related system calls: - giet_fat_pread() - …
(edit) @758   8 years alain We introduce the _v2p_add_pte1(), _v2p_add_pte2(), _v2p_del_pte1(), …
(edit) @757   8 years alain The boot code use now the _v2p_add_pte1() and _v2p_add_pte2() …
(edit) @756   8 years cfuguet Improving the configuration infrastructure of the coremark application
(edit) @755   8 years cfuguet Improving the create_dmg script to search the mkfs.vfat tool in UNIX …
(edit) @754   8 years cfuguet - Support to have a single terminal (NB_TTY_CHANNEL = 1). In this …
(edit) @753   8 years cfuguet Introducing the coremark benchmark
(edit) @752   8 years alain Cosmetic.
(edit) @751   8 years alain Introduce the _v2p_add_pte1(), _v2p_add_pte2(), _v2p_del_pte1(), …
(edit) @750   8 years alain Makes _fat_buffer_from_cache() an external function, to implement the …
(edit) @749   8 years alain cosmetic
(edit) @748   8 years alain Modify instrumentation to save results on virtual disk.
(edit) @747   8 years alain Introduce the cat command in the shell.
(edit) @746   8 years alain Improve the _fat_lseek() function to support the SEEK_END value for …
(edit) @745   8 years alain Fix a bug in memcpy() when both buffers are word aligned, but the size …
(edit) @744   8 years alain Fix a bug in the _fat_read() function: The count argument should not …
(edit) @743   8 years alain Introducing the giet_fat_printf() system call.
(edit) @742   8 years alain Remove the seg_kernel_init vseg: All the kernel code is now packed in …
(edit) @741   8 years alain Remove the TG thread: The mjpeg strem dispatch is directly done by the …
(edit) @740   8 years alain cosmetic
(edit) @739   8 years alain Introduce the mjpeg application in the giet_vm Makefile.
(edit) @738   8 years alain cosmetic.
(edit) @737   8 years alain Modify genmap to directly control the coprocessor type using arguments …
(edit) @736   8 years alain Modify the mjpeg application to support an optional DCT hardware …
(edit) @735   8 years alain Introduce two new arguments "cluster_xy" and "coproc_type" in the …
(edit) @734   8 years alain Cosmetic.
(edit) @733   8 years alain Modify the system functions associated to hardware coprocessors: …
(edit) @732   8 years alain Introduce a new rule to simplify the memory mapping: A big physical …
(edit) @731   8 years alain Introduce a giet_pthhread_yield() to deschedule the blocking functions …
(edit) @730   8 years alain Improve seek overflow checking.
(edit) @729   8 years alain Introduce application mjpeg in genmap.
(edit) @728   8 years alain bloup
Note: See TracRevisionLog for help on using the revision log.