summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-02{cleo/uboot, common}: Uboot uses flashes common list, refs #3931Julien Lacour
Uboot searches for flash description thanks to jedec. If fail, Uboot uses nvram. Manage unlock process if flash is known and is locked at reset.
2013-05-02{common, cleo/linux/drivers}: Linux unlock flash at boot, refs 3931Julien Lacour
Linux will unlock flash at boot if driver can determine it is locked at reset.
2013-05-02common/include/all_flash.h: add lock status at reset, refs #3931Julien Lacour
2013-04-30polux/app/agent: delete file extension parsing, closes #3927nrabault
2013-04-29validation/test/av_home: store stats in a file, closes #3951Olivier Dufour
2013-04-29validation/test/av_home: add average bit loading stats, refs #3951Olivier Dufour
2013-04-29validation/test/av_home: remove trailing '\0' in versionOlivier Dufour
2013-04-26cesar/maximus/python/maximus: fix send_force_role, refs #3789Thierry Carré
2013-04-26cleo/devkit/tests/libspid/ftests: delete an obsolete unit testThierry Carré
2013-04-26common/tests: enable coverage on libspid instead valgrindThierry Carré
There's no automatic report about valgrind on Pessac server. And coverage report is available on main Pessac's web page.
2013-04-26cleo/devkit/tests/libspid: remove cesar's makefile usage and add coverageThierry Carré
2013-04-26cesar: add maximus test about force_role, closes #3789Thierry Carré
2013-04-26cesar/cp/av/{fsm, action}: add role forced behavior, refs #3789Thierry Carré
2013-04-26cesar/cp/av/sta: save force_role in sta_own_data struct, refs #3789Thierry Carré
2013-04-26cesar/cp/av/sta/action: add utest for drv_force_role reception, refs #3789Thierry Carré
2013-04-26cleo/devkit/plcd: send force_role mme to cesar, refs #3789Thierry Carré
2013-04-26cesar/cp/{msg, av/fsm, sta/action}: add force_role drv to be received, refs ↵Thierry Carré
#3789
2013-04-26cleo/devkit/doc: add a new drv mme in documentation, refs #3789Thierry Carré
2013-04-26cleo/devkit/plcd: factorize all plcd_stack_set call, refs #3789Thierry Carré
2013-04-26cleo/devkit/plcd: standardize plcd_stack_set functions, refs #3789Thierry Carré
Next commit will factorize their call.
2013-04-26cleo/devkit/tests/plcd: add utests for plcd_files, refs #3789Thierry Carré
Add coverage for plcd sources only.
2013-04-26cleo/devkit/tests/plcd: fix mistakes on coding standard in linuxThierry Carré
- Path is now from base. - Define are now in upper case, because we keep same standard as Linux. - Replace "plcd_utest" by "devkit_tests_plcd"
2013-04-26cleo/{devkit/plcd, app/libspid}: add 'force_role' item in hpav.conf, refs #3789Thierry Carré
Option is read and save in plcd context, but not use yet.
2013-04-26cleo/devkit/plcd: rework hpav.conf read and hpav.info write, refs #3789Thierry Carré
- Use libspid_read_items instead of libspid_read_item. - Use libspid_write_items instead of libspid_write_item. In hpav.conf : - NMK is mandatory (no default value available) - Others items are optionals (default values provided)
2013-04-26cleo/devkit/plcd: improve main body of plcd_daemonThierry Carré
2013-04-26cleo/devkit/plcd: improve plcd_daemon_openThierry Carré
2013-04-26cleo/devkit/plcd: move hpav.info write into plcd_files.c, refs #3789Thierry Carré
2013-04-26cleo/devkit/plcd: move hpav.conf read into plcd_files.c, refs #3789Thierry Carré
2013-04-26cleo/devkit/plcd: signal register/unregister in open/close functionsThierry Carré
2013-04-26cleo/devkit/plcd: add prefix 'plcd_daemon_' for handler functionThierry Carré
2013-04-26cleo/devkit/plcd: split plcd_main.c in two c files, refs #3789Thierry Carré
These functions are moved from plcd_main.c to plcd_daemon.c : - plcd_init - plcd_daemon_main - plcd_signal_handler Include list have been updated in same time for this both files.
2013-04-26cleo/devkit/plcd: save pid in plcd contextThierry Carré
2013-04-26cleo/devkit/plcd: improve readability for print usageThierry Carré
2013-04-26cleo/devkit/plcd: fix short option in cli, closes #3869Thierry Carré
2013-04-26cleo/devkit/plcd: fix segmentation fault on unknown option, closes #3868Thierry Carré
2013-04-26cleo/devkit/plcd: avoid exit function in main()Thierry Carré
All 'plcd_main_task_fct' must return, like that we have a proper end of program (with close, and uninit).
2013-04-26cleo/devkit/plcd: simplify the 'main' function, closes #3866Thierry Carré
There is an important functional change, which is that plcd_init function is called after options parse process. So, there is no more socket initialization (and more), when plcd is called for print version or print usage. In other words, the kernel panic doesn't occur now, but the robustness is low.
2013-04-26cleo/devkit/plcd: add missing close, refs #3866Thierry Carré
Where we have an open, we have the close.
2013-04-26cleo/devkit/plcd: add robustness on pointers to rodata section, refs #3866Thierry Carré
2013-04-26cleo/devkit/plcd: create a new initializaton, refs #3866Thierry Carré
'plcd_init' will be renamed in next commits.
2013-04-25polux/linux/arch/arm: enable watchdog module compilation, closes #3954Aleksandar Cecaric
2013-04-25cesar/ce/rx: reset sound frame counter after a delay, closes #3909Nicolas Schodet
2013-04-25cesar/ce, cesar/mac: use a separate counter for sound interval, refs #3909Nicolas Schodet
2013-04-25cesar/ce, cesar/mac/common: move CE globals to CENicolas Schodet
2013-04-25cesar/ce, cesar/mac/common: add group interval nb in mac tonemap configurationNicolas Schodet
2013-04-25cesar/ce/rx/bitloading: fix assert on number of interval FSMNicolas Schodet
2013-04-25cesar/mac/common, cesar/ce/rx: get rid of mac_interval_measure_shift_tolerance_Nicolas Schodet
2013-04-25cesar/mac/pbproc/test/pbproc: add SRC as parameter, refs #3909Nicolas Schodet
2013-04-25cesar/mac/pbproc/test/pbproc: prepare interval usage for RX, refs #3909Nicolas Schodet
2013-04-24change default NMK pass from HomePlugAV0123 to HomePlugAVNicolas Rabault