summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/target/device/Spidcom/scr310
AgeCommit message (Collapse)Author
2012-02-28cleopatre/buildroot: factorize target skeleton, closes #2980Nicolas Schodet
2012-02-20cesar, cleopatre, common: new ipmbox design, closes #848IPMbox Team
2012-01-12cleo/buildroot/busybox: remove "crond" and "crontab", refs #2912Yacine Belkadi
For all targets: In busybox, remove "crond" and "crontab", because they are not used.
2012-01-12cleo/buildroot/busybox: remove "inetd", refs #2911Yacine Belkadi
For all targets: In busybox, remove "inetd", because it is not used.
2012-01-12cleo/buildroot/busybox: remove support for CIFS/SMB, refs #2908Yacine Belkadi
For all targets: In busybox, remove support for mounting CIFS/SMB filesystems, because it is not used.
2012-01-11cleo/buildroot/linux: remove Davicom PHY driver, refs #2910Yacine Belkadi
For all targets: In the Linux Kernel, remove the Davicom PHY driver, because it is not used.
2012-01-11cleo/buildroot/linux: remove support for cramfs, refs #2906Yacine Belkadi
For all targets: In the Linux Kernel, remove support for the cramfs file system, because it is not used.
2012-01-11cleo/buildroot/linux: remove support for ext2fs, refs #2905Yacine Belkadi
For all targets: In the Linux Kernel, remove support for the ext2fs file system, because it is not used.
2012-01-11cleo/buildroot/rootfs: delete pcmcia directories, refs #2904Yacine Belkadi
For all targets: In rootfs, delete the pcmcia directories, because they are not used.
2012-01-11cleo/buildroot/rootfs: clean /etc/profile, refs #2903Yacine Belkadi
For all targets: In the /etc/profile file: - remove bash related content, because bash is not present on target. (ash is used). - remove non-working aliases.
2012-01-11cleo/buildroot/target/rootfs: delete bash related files, refs #2902Yacine Belkadi
For all targets: Delete .bash{_history,_logout,_profile,rc} files, because they are not used on the target.
2011-12-20cleopatre/buildroot/target/*/init.d: remove /dev/trace on unloadNicolas Schodet
2011-11-09cleo/buildroot/target: unset CONFIG_INPUT_MOUSEDEV, closes #2775Yacine Belkadi
2011-11-09cleo/buildroot/target: set CONFIG_DEBUG_BUGVERBOSE back to y, refs #2775Yacine Belkadi
As a consequence of setting CONFIG_EMBEDDED to y, CONFIG_DEBUG_BUGVERBOSE became unset. This commit sets it back to y. To do that, CONFIG_DEBUG_KERNEL must be set to y.
2011-11-09cleo/buildroot/target: set CONFIG_EMBEDDED to y, refs #2775Yacine Belkadi
To remove mouse support, CONFIG_EMBEDDED must be set to y. As a consequence, CONFIG_DEBUG_BUGVERBOSE changed.
2011-11-09cleo/buildroot: set the timezone to UTC, closes #2774Yacine Belkadi
The timezone was previously set to MST7MDT, for no apparent reason. This commit sets the timezone to UTC, which seems more appropriate as a default/neutral value. Consequently, dates should hopefully be easier to read (for example, those in /var/log/messages).
2011-11-02cleo/buildroot/target: remove crypto and crc for all boards, closes #2811Celine Buret
2011-11-02cleo/buildroot/target: remove kernel debugging for all boards, refs #2811Celine Buret
2011-09-15cleo/linux/drv/ad986x: move code from char/ to (the new) afe/, closes #453Yacine Belkadi
2011-09-15cleo/linux/drv/ad9865: rename ad9865 to ad986xYacine Belkadi
Rename the AFE driver ad9865 to ad986x because it is also used for the AD9867 and AD9868 devices.
2011-09-08cleo/linux: add seq_check, refs #2644Yacine Belkadi
Add code to check sequence numbers in specially crafted packets (like those sent by the iperf tool), and report any gaps. The purpose is to help investigate packet loss in a network chain.
2011-05-12cleo/{app,buildroot}: store uncompressed head of last trace, closes #2389Jérémy Dufour
When cesar has crashed, the header of the last trace is stored uncompressed. It can be read using cat for example. Also note, it is persistent, even if the board reboot it is not removed. It is only removed when we get a new trace.
2011-04-01cleo/{buildroot,genNVRAM,u-boot}: change MAC/IP addr convention, closes #2421Jean-Philippe SAVE
2011-03-25cleo/linux: add SPR310 board, closes #2417Jean-Philippe SAVE
2011-03-07cleo/buildroot/rootfs: turn /var/run/info into a regular directory, refs #2204Yacine Belkadi
/var/run/info was a symbolic link to /var/tmp It is a now a regular directory.
2011-03-04cleo: add program and script to get traces after cesar crash, closes #2328Jérémy Dufour
2011-03-03cleo/buildroot/target/rootfs: mkdir /var/run/infoYacine Belkadi
Create a new directory named "info" in /var/run
2011-01-04cleo/devkit/plcdrv: add device to read debug dump from cesar, refs #2071Jérémy Dufour
2010-12-09cleo/{buildroot,devkit,linux}: add flash large 1 image mapping, closes #2151Celine Buret
2010-10-18cleo/buildroot/target: define nb of serial ports to 2 instead of 4, closes #1957Celine Buret
2010-05-28cleo/rootfs: add save.lst in factory /etc/directory, refs #1587lefranc
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7138 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-05-19cleo/rootfs: set MTU to 1504, closes #1577lefranc
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7118 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-04-30cleo: add SPK300 board, closes #1323save
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6960 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-04-30cleo: add SPR300 board, closes #1353save
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6959 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-02-23cleo/buildroot: start syslogd/klogd as 1st service, closes #1286lefranc
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6757 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-01-27cleo/buildoot: set the factory hpav.conf SL item to 'sc' instead of 'hs'lefranc
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6657 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-01-19cleo/buildroot: remove ebtables option from all boards, closes #1071lefranc
- for spk300g, spk310 and scr310 boards git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6628 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-12-28cleo/{linux,buildroot,tools/genNVRAM}: add new SPK310 platformlefranc
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6578 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-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-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-03cleo/buildroot: add scr310 board supportlefranc
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6295 017c9cb6-072f-447c-8318-d5b54f68fe89