source: soft/giet_vm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @434   11 years cfuguet sort: using big pages for code and data
(edit) @433   11 years cfuguet boot: two modifications in the GietVM bootloader 1. Verifying that …
(edit) @432   11 years alain 1) Introduce the "applications" directory. 2) Introduce the fixed …
(edit) @431   11 years alain Introducing fixed format (X_WIDTH / Y_WIDTH / P_WIDTH) for processor index.
(edit) @430   11 years alain Introducing fixed format (X_WIDTH / YWIDTH / P_WIDTH) for processor index.
(edit) @429   11 years alain Introducing fixed format (X_WIDTH / Y_WIDTH / P_WIDTH) for processor index.
(edit) @428   11 years alain Introducing fixed format (X_WIDTH / Y_WIDTH / P_WIDTH) for processor index.
(edit) @427   11 years alain Introducing fixed format (X_WIDTH / Y_WIDTH / P_WIDTH) for processor index.
(edit) @426   11 years alain Introducing fixed format (X_WIDTH / Y_WIDTH / P_WIDTH ) for processor …
(edit) @425   11 years porquet genmap: fix python version
(edit) @424   11 years porquet genmap: fix DTS generation for Linux
(edit) @423   11 years porquet fix the scripts to use python2
(edit) @422   11 years cfuguet sort: using big pages for code segment
(edit) @421   11 years alain Fixing bugs in linux_dts generator.
(edit) @420   11 years alain cosmetic
(edit) @419   11 years alain cosmetic
(edit) @418   11 years alain Introducing the Frame Buffer size as platform parameter.
(edit) @417   11 years alain Cosmetic.
(edit) @416   11 years alain Using BPP (Big Physical Page) for distributed stacks and heaps.
(edit) @415   11 years alain Using BPP (Big Physical Page) for idistributed stacks and heaps.
(edit) @414   11 years alain Using BPP (Big physical Page) for stack and heap.
(edit) @413   11 years alain Introducing support for the PIC_MASK register in pic_driver.
(edit) @412   11 years alain Major evolution: the page table initialisation has been completely …
(edit) @411   11 years alain Introducing support for BPP (Big Physical Pages) and SPP (Small …
(edit) @410   11 years alain Cosmetic
(edit) @409   11 years alain Cosmetic
(edit) @408   11 years alain Introducing a physical memory allocator (pmem.c & pmem.h files).
(edit) @407   11 years cfuguet sort: introducing distributed ptabs in sort.py description file
(edit) @406   11 years cfuguet Introducing P_WIDTH field in hard_config.h file - This constant …
(edit) @405   11 years cfuguet rdk_driver: replacing old USE_RAM_DISK variables by USE_IOC_RDK
(edit) @404   11 years cfuguet mapping.py: when ramdisk is used, other ioc controller are disabled …
(edit) @403   11 years cfuguet mapping.py: bugfix - Consider ramdisk in the IOC controller …
(edit) @402   11 years alain supporting X_SIZE = 16 and Y_SIZE = 16
(edit) @401   11 years cfuguet genmap: importing dynamically the applications module - Adding …
(edit) @400   11 years cfuguet mapping.py: bugfix in netbsd device tree generation - During Frame …
(edit) @399   11 years alain Cosmetic
(edit) @398   11 years alain Releases dynamically allocated buffers at the end of the transpose …
(edit) @397   11 years alain Bug fix in malloc.c.
(edit) @396   11 years alain Housekeeping
(edit) @395   11 years alain Cosmetic.
(edit) @394   11 years alain Introducing an improved free() in the malloc.h library.
(edit) @393   11 years alain Cosmetic
(edit) @392   11 years alain Cosmetic
(edit) @391   11 years alain Idle task stack implementation. The idle stack was previously …
(edit) @390   11 years alain 1) Introducing the new system call giet_get_xy() in stdio.h, …
(edit) @389   11 years alain Bloup
(edit) @388   11 years alain Cosmetic
(edit) @387   11 years alain Cosmetic
(edit) @386   11 years alain Cosmetic
(edit) @385   11 years alain Reducing the idle_task stack to 64 bytes (to reduce the kdata segment size)
(edit) @384   11 years alain Update the convol application to use the new malloc.h and barrier.h …
(edit) @383   11 years alain Update the transpose application to use the new malloc.h and barrier.h …
(edit) @382   11 years alain Major evolution of the malloc library, to provide two new services: - …
(edit) @381   11 years alain Initializing src_array and dst_array pointers to avoid a warning.
(edit) @380   11 years alain Introducing a drivers library (libdrivers.a) to reduce the kernel.elf …
(edit) @379   11 years alain reduce the idle task stack to 64 bytes to reduce the kernel.elf size …
(edit) @378   11 years alain remove the inline directives
(edit) @377   11 years alain Cosmetic.
(edit) @376   11 years alain Fix a bug in sbt_build() function.
(edit) @375   11 years alain bug fix
(edit) @374   11 years alain Introducing new user libraries in Makefile.
(edit) @373   11 years alain Cosmetic.
(edit) @372   11 years alain Modify the convol application to use the remote_malloc library, and to …
(edit) @371   11 years alain Removing the hard_config.h file replication.
(edit) @370   11 years alain 1) Introducing the _physical_read_ull() and _physical_write_ull() …
(edit) @369   11 years alain adapt the boot code to the new barrier structure.
(edit) @368   11 years alain 1) Introducing the SBT barrier (Sliced Binary Tree) in the …
(edit) @367   11 years alain cosmetic
(edit) @366   11 years cfuguet giet_boot: using boot_entry instead of boot_init as entry point
(edit) @365   11 years alain Cosmetic
(edit) @364   11 years alain Increase the size of the "reserved" section in the disk image from 256 …
(edit) @363   11 years alain Remove the seg_boot_buffer.
(edit) @362   11 years alain Cosmetic
(edit) @361   11 years alain Remove the seg_boot_buffer from the generated hard_config.h file.
(edit) @360   11 years alain Align the fat structure (including the fat cache) on 512 bytes.
(edit) @359   11 years alain 1/ Introduce the boot.S file that is the entry point in the GIET-VM …
(edit) @358   11 years alain Improve debug.
(edit) @357   11 years alain cosmetic
(edit) @356   11 years alain Bloup…
(edit) @355   11 years alain Cosmetic: remove GCC warnings.
(edit) @354   11 years alain Cosmetic: reducing debug verbosity.
(edit) @353   11 years alain Introduce distribution of page tables, kernel code, and user code in …
(edit) @352   11 years alain Avoid GCC warnings for some missing initialisations.
(edit) @351   11 years alain Using the giet_lock_t structure in _get_lock() / _release_lock() …
(edit) @350   11 years alain Introducing two modifications regarding the locks protecting exclusive …
(edit) @349   11 years alain Introducing a new attribute "local" in the mapping_vseg_t structure, …
(edit) @348   11 years alain Introducing support for distributed page tables, kernel code and user code.
(edit) @347   11 years alain Introducing support for distributed page tables, kernel code and user …
(edit) @346   11 years alain Fixing a bug in the _sys_handler function (giet.s file). The SR value …
(edit) @345   11 years cfuguet giet_vm optimizations: * Several modifications in GIET_VM in order …
(edit) @344   11 years alain Introducing in utils.c / utils.h a _physical_memcpy().
(edit) @343   11 years alain Introducing a _dma_physical_memcpy() in the DMA driver.
(edit) @342   11 years alain Cosmetic
(edit) @341   11 years cfuguet giet_python/mapping.py: - bugfix: some peripheral base addresses …
(edit) @340   11 years cfuguet giet_vm/iob_driver: - The XICU_BASE and XICU_SIZE registers do not …
(edit) @339   11 years alain Cosmetic
(edit) @338   11 years alain Cosmetic
(edit) @337   11 years alain Cosmetic
(edit) @336   11 years alain Cosmetic
(edit) @335   11 years alain Cosmetic
Note: See TracRevisionLog for help on using the revision log.