summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-20cleo/app/libspid: fix compilation warnings, no refsJean-Philippe SAVE
2011-12-20cleo/devkit/tests/libspid: fix utests, refs #2772Cyril Jourdan
2011-12-20cleo/devkit/tests: use cesar build system for plcdrv utests, refs #2772Cyril Jourdan
We also created an independant linux stub to replace the ones defined in test header files.
2011-12-20cleo/devkit/tests: use cesar build system for plcdrv ftests, refs #2772Cyril Jourdan
plcdrv loopback test actually already used cesar build system but did not complile.
2011-12-20cleo/devkit/tests: remove plcd utest, refs #2772Cyril Jourdan
This test is totally out of date and must be rewritten from scratch.
2011-12-20cleo/devkit/tests: use cesar build system for managerd utests, refs #2772Cyril Jourdan
This commits also suppress the useles managerd ftest (that consisted in compiling the app...)
2011-12-20cleo/devkit/tests: use cesar build system for libmme utests, refs #2772Cyril Jourdan
2011-12-20cleo/devkit/tests: use cesar build system for gpio user test, refs #2772Cyril Jourdan
2011-12-20cleo/devkit/tests: use kernel build system for gpio module test, refs #2772Cyril Jourdan
2011-12-20cleo/devkit/tests: use cesar build system for gpio interrupt test, refs #2772Cyril Jourdan
2011-12-20cleo/devkit/tests: use cesar build system for libspid ftest, refs #2772Cyril Jourdan
2011-12-20cleo/devkit/tests: use cesar build system for libspid utests, refs #2772Jérémy Dufour
2011-12-20cesar/common/tools: build-info do not die if it can not find base dirCyril Jourdan
2011-12-20cleo/devkit/tests: remove gidel tests, refs #2772Jérémy Dufour
2011-12-20cleo/app/fw_wd: use temporary file when dumping, move when finishedNicolas Schodet
This avoids that a script copy a partial trace dump.
2011-12-20cleo/linux/drivers/net/arm/synop3504: reset descriptors on link up, refs #2701Nicolas Schodet
When interface is brought down, phy is stopped which will make the link down in the next phy timer run. Descriptors can not be cleared when link comes down because descriptors memory is freed yet.
2011-12-20cleo/app/fw_wd: trap SIGTERM to kill the child fw_wdNicolas Schodet
2011-12-20cleo/app/fw_wd: refactor fwwatchd code, add testsNicolas Schodet
2011-12-20cleo/devkit/tests: add host busybox compilation for testsNicolas Schodet
2011-12-20cleo/app/fw_wd: split fwwatchd into init script and daemonNicolas Schodet
2011-12-20cleo/app/fw_wd: rename from trace to fwwatchd (firmware watch daemon)Nicolas Schodet
2011-12-20cleo/devkit/plcd: unregister from file update on exit, refs #2701Nicolas Schodet
2011-12-20cleo/app/managerd: unregister from file update on exit, refs #2701Nicolas Schodet
2011-12-20cleo/app/libspid: ignore non existent PID in file_update_warn, refs #2701Cyril Jourdan
2011-12-20cleopatre/devkit/test/libspid: fix testsCyril Jourdan
2011-12-20cleopatre/devkit/plcdrv: clear interrupts before first usage, refs #2701Nicolas Schodet
2011-12-20cleopatre/devkit/plcdrv: change open and stop sequences, refs #2701Nicolas Schodet
Most notable change: request IRQ before their first use, release them after their last use.
2011-12-20cleopatre/devkit/plcdrv: make module_exit and init symmetric, refs #2701Nicolas Schodet
2011-12-20cleopatre/devkit/plcdrv: reset Leon and DSP on plcdrv_stop, refs #2701Nicolas Schodet
2011-12-20cleopatre/devkit/plcdrv: create net device uninit function, refs #2701Nicolas Schodet
This function is symmetric to init function. Also private part kfree is removed, this is done in free_netdev.
2011-12-20cleopatre/devkit/plcdrv: fix procfs removal, refs #2701Nicolas Schodet
A path is not allowed in remove_proc_entry first parameter.
2011-12-20cleopatre/buildroot/target/*/init.d: remove /dev/trace on unloadNicolas Schodet
2011-12-19cleo/u-boot: add ctags file in gitignore rules, refs #2773Jean-Philippe SAVE
2011-12-19cleo/app/upnpd: suppress Vim tmp files (.swp)Jean-Philippe SAVE
2011-12-09validation/test: split and merge tests, closes #2561Jean-Philippe NOEL
The tests validate the following scenarios: * AVLN shaping * split * merge * coexistence * CCO death
2011-12-09validation/validlib: library for split and merge tests, refs #2561Jean-Philippe NOEL
The library allows to command the following devices: * power strip * group of io's * attenuator * SPC 300
2011-12-09cleo/linux: fix: value of PLC_MEM_SIZE_MB was displayed in build processYacine Belkadi
The "echo PLC_MEM_SIZE_MB" was used during debugging. It was not supposed to remain.
2011-12-09cleo/devkit/plcdrv: rewrite plcdrv_add_defaut_boot_params()Yacine Belkadi
Rewrite the method used for adding default boot parameters to the string passed to Cesar: - snprintf() was used as a way to append strings. sprintf(buf, "%s some further text", buf). This is imprudent. - remove the ugly trailing white space at the end. PLC boot parameters: "mem=4M "
2011-12-01cesar: wrong snid was expected in sc08 maximus test, closes #2848Thierry Carré
2011-11-29cesar/test_general/station/scenario: fix the python scenario testNélio Laranjeiro
The sniffer was only activated for TX MMEs.
2011-11-28cesar/common/tests: add scenario testsNélio Laranjeiro
2011-11-28cesar/test_general/station/cco0: remove empty directoryNélio Laranjeiro
2011-11-28cesar: update and move change NMK scenarioNélio Laranjeiro
2011-11-28cesar: update and move cco/s2 cm_nw_info test to scenarioThierry Carré
2011-11-28cesar: update and move igmp test to scenarioNélio Laranjeiro
Renamed in cleopatre_mme scpecification file the DRV_STA_SET_MCAST* to DRV_MCAST_SET All the source code uses DRV_MCAST_SET and it is not depending on the STA
2011-11-28cesar/test_general/cco0/s2: remove useless testsNélio Laranjeiro
2011-11-28cesar: update and move data rate test to scenarioNélio Laranjeiro
2011-11-28cesar: update and move cc0/s2 short_messages test to scenarioThierry Carré
2011-11-28cesar: move and update simple connect to scenarioNélio Laranjeiro
2011-11-28cesar: update and move bentry tests from cco0/s2 to scenarioNélio Laranjeiro