summaryrefslogtreecommitdiff
path: root/cleopatre
AgeCommit message (Collapse)Author
2009-11-26cleo/devkit/plcdrv: implement /proc/net/plc/versionsave
This proc will show plcdr.ko and plc.rom version number. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6481 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-26cleo/devkit/plcdrv: open/close for char part + change mutexsave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6480 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-26cleo/devkit/plcd: add --version option that show version numbersave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6479 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-25cleo/devkit/plcdrv: trace can be changed through module paramsave
Now the traces can be activated/deactivated through a module parameter:trace trace can be : - 1 for linux level, - 2 for processing level, - 4 for mailbox level, - 8 for hal level, - 16 for packet printing. - or a mix of the previous values. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6474 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-24cleo/devkit/plcdrv: Correct mailbox type switching + add broadcast modesave
Now, MME frames : - broadcast are sent through DATA and MME type, - for us are sent through MME type, - other are sent through DATA type. In addition, INTERFACE type can be sent only if frame is for us. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6467 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-24cleo/app/managerd: don't bridge broadcast frames, closes #810save
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6466 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-24cleo/app/managerd: add our (INPUT) mac address in contextsave
Currently it's not use but may be one day... git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6465 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-24cleo/app/managerd: send a received packet if only processing agreesave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6464 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-24cleo/app/managerd: Rename eth and plc into input and outputsave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6463 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-24cleo/devkit/plcd: add a tag version on each plcd start process, closes #752save
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6462 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-24cleo/buildroot: default rom name in now plc.romsave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6461 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-24cleo: corrected bundle makefile: quiet mode after with conditionsave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6460 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-24cleo/appli/libspid: do not remove unchanged network param, closes #764lefranc
- libspid_network_set_ip does not remove anymore config lines different from address, netmask, broadcast and gateway git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6459 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-20cleo/tools/userfs: plcdrv and plc.rom path update from cmdlinesave
- Rename plcdrvrom name into plcfw, - Add plcdrv path mechanism like plcfw. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6438 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-20cleo: For bundle generation, suppress userfs files dedicated to developerssave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6437 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-20cleo: always use an unique number for version tagsave
We always give a unique number as version tag (commit hash). This modification apply on : - Bundle generation, - Kernel generation, - plcdrv.ko generation. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6436 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-20cleo/linux/driver/ethernet: implement dma burst and flow control, closes #625save
The DMA burst mode wasn't activated so each access to the bus and SDRAM controller was for only 32bits. Now, we have activated busrt mode so, we can make a INCR 16. We also have activated flow control for a better transfer synchronisation. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6435 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-19cleo/tools/genNVRAM: changes default values for scr310 NVRAMlefranc
- set image number to 1, closes #790 - set gpio0 and gpio1 as plc_uart, closes #807 - update mac-addresses to wiki address range git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6411 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-13cleo/linux/drivers/ethernet: suppress dropped statisticssave
Linux Rx process, through netif_receive_skb, returns an error (DROP packet) with a bridged packet although this packet isn't dropped. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6383 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-12cleo/devkit/plcdrv: consolidate version through git describe commandsave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6379 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-12cleo/buildroot: insert bundle version on linux kernel uname, closes #751save
- the version is passed to linux through KBUILD_BUILD_VERSION make variable. This version number is calculated through git describe command. - For the bundle sources the version isn't calculated. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6378 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-12cleo/linux: remove .unpacked file from repositorysave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6377 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-12cleo/linux: change NAME variable for general makefilesave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6376 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-12cleo/{buildroot,tools/userfs}: overwrite plcdrv.ko plcdrv.rom, closes #744save
Now you can overwrite plcdrv.ko and plcdrv.rom files through plcdrv and plcfw on plcdrv.conf. Currently plcfw is overwriting with a cmdline option. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6375 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-12cleo/buildroot: add forgotten init.d files for spk300g_eoc platformsave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6374 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-09cleo/buildroot: add forgotten init.d files for scr310 platformsave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6350 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-06cleo/{buildroot,bundle}: rename platform spk300g-eoc into spk300g_eocsave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6347 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-05cleo: create bundle generation mechanismsave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6340 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-05cleo/buildroot: add a new target spk300g-eoc for eoc masterssave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6339 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-05cleo/buildroot: busybox make error for scr310save
The busybox default config path was wrong (spk300g in spite of scr310). git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6338 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-05cleo/buildroot: defconfig blocking with NETSNMPsave
For all targets, NETSNMP was named SPIDNETNMP, so make couldn't find it. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6337 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-05cleo/devkit/plcdrv: use version given by gitsave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6336 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-05cleo/tools/userfs: allow using of make -Csave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6335 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-05cleo/devkit/doc: change VS_GET_SNR and VS_GET_SPECTRUMlefranc
- add carrier group number inside CNF packets git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6325 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-05cleo/devkit/doc: update bundle archi to A8 versionlefranc
- add gpio_allow_dir field in NVRAM. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6324 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-03cleo/devkit/doc: fix MME VS_GET_NVRAM block index formatlefranc
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6298 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-03cleo/buildroot: add scr310 board supportlefranc
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6295 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-03cleo/tools: add NVRAM config file for scr310 boardlefranc
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6294 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-03cleo/linux: add unlock procedure for atmel flashs, closes #721lefranc
There isn't a standard procedure to unlock SPI flashs and in addition, jffs2 doesn't use unlock process before writting. So we need to unlock ATMEL flashs (these flashs are lock by default) during init process. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6293 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-03cleo/linux: add scr310 board supportlefranc
- closes #690 git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6292 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-03cleo/linux: fix bad jedec value for at26df321 SPI flashlefranc
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6291 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-30u-boot: add protect command to SPI flashlefranc
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6269 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-30cleo/u-boot: activate spidboot command as default boot onesave
- Now all spidboot capabilities are activated : finding correct images and check update. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6267 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-30cleo/u-boot: correction for scr310 flash managementsave
- suppress protection check on flash erase command, - allow flash protection mechanism, git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6266 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-29cleo/appli/libmme: fill MME_VERSION field before sending an MMElefranc
- closes #649 git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6265 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-29cleo/devkit/plcd: change on unit testslefranc
- do not use libspid/libppe anymore (all funtions are stubbed) - check_status() test implementation (not completed yet) git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6264 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-29cleo/devkit/plcd: improve hpav.info file generationlefranc
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6263 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-29cleo/u-boot: use macro to access to nvram structure, refs #420save
Use macro to access to all nvram field In spite of using hardcoded offset. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6253 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-28cleo/devkit/test: several fixes on plcd unit testlefranc
- adapt Makefile to precompile libmme and spidlib in utest arch - several fixes to allow event_utest.c to compile git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6252 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-28cleo/devkit/plcd: several fixes to allow utest to compilelefranc
- adapt Makfile to new common include dir - remove "static" property of all functions - fix a non-initialized ctx_mme pointer git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6251 017c9cb6-072f-447c-8318-d5b54f68fe89