source: soft/giet_vm/Makefile

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @798   8 years meunier * Bug fixes in 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) @788   8 years alain Cosmetic
(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) @772   8 years meunier * Ajout de l'application rosenfeld * Changement du nom du flag …
(edit) @753   8 years cfuguet Introducing the coremark benchmark
(edit) @739   9 years alain Introduce the mjpeg application in the giet_vm Makefile.
(edit) @709   9 years alain Major release: Change the task model to implement the POSIX threads …
(edit) @701   9 years guerin Makefile: don't call genmap more than once on parallel build
(edit) @694   9 years guerin Makefile: entirely remove build/ when cleaning
(edit) @675   9 years guerin raycast: add texture files
(edit) @673   9 years guerin raycast: initial port Raycast is a small game that looks like …
(edit) @667   9 years guerin math: add cos()
(edit) @662   9 years guerin Makefile: add apps to .PHONY No need to make clean to rebuild apps …
(edit) @649   9 years alain Bloup.
(edit) @611   9 years alain Rename the "build" directory to "bin" on the virtual disk.
(edit) @609   9 years guerin Makefile: generate disk image in one place This allows parallel …
(edit) @608   9 years guerin Makefile: fix .PHONY targets and group them genmap was always executed.
(edit) @602   9 years guerin Makefile: fix PYTHONPATH for OS X, second attempt
(edit) @601   9 years guerin Makefile: fix PYTHONPATH for OS X
(edit) @600   9 years guerin Makefile: generate PYTHONPATH and .py deps
(edit) @599   9 years guerin Makefile: create temporary directories
(edit) @598   9 years guerin ocean: fix app broken by r589
(edit) @595   9 years alain Introduce a new global Makefile: 1) It supports to map several …
(edit) @585   9 years guerin Makefile: build a user library
(edit) @583   9 years guerin Makefile: cleanup - use generic rules - use mcopy in each application rule
(edit) @582   9 years cfuguet Export the MTOOLS_SKIP_CHECK variable to avoid that the mtools perform …
(edit) @581   9 years laurent Adding ocean application, some mathematics functions and distributed locks
(edit) @580   9 years laurent Try
(edit) @573   9 years alain Introducing the home directory to store "output files".
(edit) @571   9 years alain ntroduce new images on virtual disk.
(edit) @553   9 years alain Introduce a new generic parameter ioc_type in the Makefile to be …
(edit) @536   9 years alain Blap.
(edit) @535   9 years alain Bloup…
(edit) @525   9 years alain Introducing the coproc application in the Makefile.
(edit) @510   9 years alain Update Makefile.
(edit) @486   9 years alain Cosmetic
(edit) @485   9 years alain Remove generated hard_config.h file.
(edit) @482   9 years alain The GIET_NIC_BUFSIZE, GIET_NIC_NBUFS, and GIET_NIC_TIMEOUT have been …
(edit) @463   10 years alain Introducing new configuration variables in giet_config.h
(edit) @445   10 years alain Introducing application "display"
(edit) @435   10 years cfuguet makefile: adding new CFLAG option to avoid problems with GCC's …
(edit) @432   10 years alain 1) Introduce the "applications" directory. 2) Introduce the fixed …
(edit) @420   10 years alain cosmetic
(edit) @418   10 years alain Introducing the Frame Buffer size as platform parameter.
(edit) @389   10 years alain Bloup
(edit) @380   10 years alain Introducing a drivers library (libdrivers.a) to reduce the kernel.elf …
(edit) @374   10 years alain Introducing new user libraries in Makefile.
(edit) @366   10 years cfuguet giet_boot: using boot_entry instead of boot_init as entry point
(edit) @364   10 years alain Increase the size of the "reserved" section in the disk image from 256 …
(edit) @356   10 years alain Bloup…
(edit) @345   10 years cfuguet giet_vm optimizations: * Several modifications in GIET_VM in order …
(edit) @339   10 years alain Cosmetic
(edit) @327   10 years alain Change "tsarmap" tool name to "genmap"
(edit) @326   10 years alain Remove hard-coded xml mappings (replaced by genmap tool, for dynamic …
(edit) @314   10 years alain The main modif is in the Makefile: Disk image building.
(edit) @304   10 years alain Improving Makefile to avoid systematic disk image creation and to …
(edit) @302   10 years cfuguet Optimization in disk image generation When disk image exists, we dont …
(edit) @300   10 years cfuguet The disk image used by the GIET_VM does not contain anymore a Master …
(edit) @299   10 years alain ntroducing the TOTAL_PROCS variable in the hard_config.h file (used by …
(edit) @297   10 years alain Bug fix in both _tty_rx_isr() and _bdv_isr(): The ISR must do nothing …
(edit) @295   10 years alain Introducing a major release, to suppoort the tsar_generic_leti …
(edit) @289   10 years cfuguet Modifications on GIET-VM IOC driver: - Introducing new layer on the …
(edit) @272   10 years cfuguet - Adding the stdlib.o object among the dhrystone application objects
(edit) @259   11 years devigne giet_fat32/fat32.c : Added _fat_write function. At the moment it does …
(edit) @258   11 years alain This is a major release, including a deep restructuration of code. The …
(edit) @256   11 years cfuguet Introducing generic sort application. This application can be executed …
(edit) @253   11 years alain 1/ introducing support to display images on the frame buffer with the …
(edit) @252   11 years alain Small change in the software addressable registers mapping in …
(edit) @251   11 years devigne Introducing a new application : Game Of Life (Triggers several update …
(edit) @249   11 years alain Various modifications to support IO Bridge, and MEMC configuration …
(edit) @244   11 years brejon * Update malloc (remote free) * bugfix in spin_lock (bad register used …
(edit) @241   11 years joannou - new application : Dhrystone - added new files string.c and string.h …
(edit) @238   11 years alain Major evolution to support physical addresses larger than 32 bits. The …
(edit) @232   11 years meunier Ajout du malloc dans le Giet.
(edit) @218   12 years alain Introducing support for Network controller
(edit) @215   12 years karaoui New components are now mandotory in the XML description: - …
(edit) @214   12 years karaoui groupping all xml files in the directory mappings
(edit) @207   12 years alain Several bugs have been fixed to support TSAR multi-cluster …
(edit) @206   12 years karaoui fixing xml_parser cluster->psegs initialisation.
(edit) @204   12 years alain mproving support for multi-clusters architectures (CLUSTER_SIZE & …
(edit) @203   12 years alain Introducing support for XICU
(edit) @197   12 years alain Activating the distributed scheduler in the memo Makefile. Fixing a …
(edit) @196   12 years alain bug fix in make clean
(edit) @189   12 years alain Introducing a new release where all initialisation is done in the boot …
(edit) @178   12 years karaoui updating libs.
(edit) @177   12 years karaoui Modification in makefiles structure
(edit) @175   12 years karaoui + Adding the init attribute to the mwmr to specify the width of the …
(edit) @166   12 years alain Introducing support for IOMMU
(edit) @165   12 years alain Introducing various modifications in kernel initialisation
(edit) @163   12 years karaoui changing mover to memo changing soft.bin to soft.elf …
(edit) @162   12 years karaoui Cleaning unused files Simplifying Makefile adding missing include
(edit) @161   12 years karaoui Deleting unused folders All ELF file have the extension *.elf Must …
(edit) @160   12 years karaoui giet-vm new version
(add) @158   12 years alain Introducing the giet_vm and some example applications
Note: See TracRevisionLog for help on using the revision log.