summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/target/device/Spidcom/scr310
AgeCommit message (Collapse)Author
2013-02-12cleo/buildroot/target/Spidcom: move boards's dirs to a new "targets" dir, ↵Yacine Belkadi
closes #3723 To better organize things, create a new directory "targets" and move all board directories into it.
2013-02-12cleo/buildroot/target/Spidcom: generate defconfig, refs #3723Yacine Belkadi
The defconfig files of the different targets have many parts in common. Factorize the common parts and use desc.py and the description file (desc) to generate the final file from the different composing parts.
2013-02-12cleo/buildroot/target/Spidcom: generate device_table.txt, refs #3723Yacine Belkadi
The device_table.txt files for each board are similar. Having only one common file would be enough today. But as that may change, generate the file when needed using the description file (desc) of each board.
2013-02-12cleo/buildroot/target/Spidcom: generate busybox.config, refs #3723Yacine Belkadi
Each board has its busybox.config, but major parts of it are common. Split the busybox.config file into common parts and specific parts. Use the desc.py tool and the description file (desc) to describe the parts composing the busybox.config file of each board. Note that only the main CONFIG items are set. The ones that get set by other ones don't need to be set explicitely.
2013-02-12cleo/buildroot/target/Spidcom: generate linux26.config, refs #3723Yacine Belkadi
Each board has its linux26.config, but major parts of it are common. Split the linux26.config file into common parts and specific parts. Use the desc.py tool and the description file (desc) to describe the parts composing the linux26.config file of each board. Note that only the main CONFIG items are set. The ones that get set by other ones(e.g. CONFIG_CHIP_FEATURE_INT_MAP_V1) don't need to be set explicitely.
2013-02-11cleo/buildroot/target/Spidcom: remove the board's Makefile.in files, refs #3723Yacine Belkadi
The Makefile.in of the various boards are all the same except for the value of BOARD_NAME. But this value is already present in the newly added BR2_TARGET_SPIDCOM_BOARD. So what is currently done in the board's Makefile.in can actually be done in the main Makefile.in. Update the main Makefile.in and remove the board's Makefile.in.
2013-02-11cleo/buildroot/target/Spidcom: get target_skeleton from desc file, refs #3723Yacine Belkadi
The final target_skeleton is composed from directories specified in $(TARGET_SKELETON) and $(TARGET_SKELETON_ADD). To harmonize with upcoming changes, get the list of directories from a description file.
2013-02-11cleo/buildroot/target/Spidcom: keep one uClibc.config and delete others, ↵Yacine Belkadi
refs #3723 The uClibc.config file in each board directory is not used, because the toolchain is not rebuilt each time. All the uClibc.config are mostly the same. Just keep one for reference (or if the toolchain must be rebuilt) and delete the other ones. Remove also the (commented out) setting of BR2_UCLIBC_CONFIG, for the same reason. By the way, add a "common" directory intended to contain files common to the targets.
2013-01-25cleo/linux/arch/arm/spc300: add config to set CLK speed, refs #1325Olivier Dufour
For MSE500 boards, the speed of SYSCLK is defined by CONFIG_SYSCLK_SPEED, and is set at 246MHz by default.
2013-01-18cleo/linux/arch/arm/spc300: add power LED config, refs #2642Olivier Dufour
As some boards (i.e. MPR520) have a power LED that is not driven by any user application, the associated GPIO is not set by the kernel. We have to set it for the low power procedure.
2013-01-18cleo/linux/arch/arm/spc300: add MPR520 board type in linux, refs #3636Olivier Dufour
2013-01-11cleo/{buildroot,linux}: add mcr500 default configuration, refs #3649Olivier Dufour
2013-01-08cleo/{buildroot,linux}: remove MTD flash size config from Linux, closes #3579Jérémy Dufour
No need to have different MTD size flags in Linux configuration files anymore.
2012-12-21cleo/buildroot/target/Spidcom: add CONFIG_CHIP_FEATURE_SRAM, refs #2633Olivier Dufour
2012-10-18cleo/buildroot: by default compress vmlinux in XZ, closes #3204Jérémy Dufour
This makes all linux config for each devices using the XZ method for compressing/uncompressing a vmlinux kernel.
2012-09-20common/inc/asm/arch/ips: add timer 3 and 4 defines, refs #3318Cyril Jourdan
2012-09-20cleo/linux: add a driver for mseafe, refs #3318Jean-Philippe SAVE
2012-09-20cleo/linux: add IOMUX management for MSE500, refs #3318Jean-Philippe SAVE
2012-09-20cleo/{linux, buildroot}: handle eth clks and rgmii on MSE500, refs #3318Jean-Philippe SAVE
2012-09-20cleo/{buildroot, linux}: create MSE500 machine, refs #3318Jean-Philippe SAVE
Warning: This commit does not compile, but it will be easier to understand.
2012-09-20common/include/asm/arch/ips/hw: add msepll defines, refs #2961Jean-Philippe SAVE
2012-09-20cleopatre: rename SPC300DINI into MSE500DINI_300, refs #3119Cyril Jourdan
2012-09-20{common, polux}: make nvram.h file common between cleo and polux, refs #3119Cyril Jourdan
Adapt genNVRAM to work with this one nvram header. Suppress nvram_gen headers in SPC2XX architectures in polux, now that those files are not used anymore.
2012-09-20common/inc/asm/arch: handle a 64 lines version of the GIC, refs #3119Cyril Jourdan
2012-06-13cleo/buildroot/target/defconfig: rename CONFIG_AD986X to CONFIG_AFE_AD986X, ↵Yacine Belkadi
refs #3082 Apply the renaming of the AD986X driver's config option.
2012-06-13cleo/buildroot/target/defconfig: add CONFIG_AFE=y, refs #3082Yacine Belkadi
Enable AFE support for all boards.
2012-05-22cleo/buildroot/target: add /dev/watchdog, refs #3104Yacine Belkadi
For all boards, add the /dev/watchdog file to be able to use the SPC300 watchdog from userspace.
2012-05-09cleo/buildroot: update the linux26.config files after adding spc300dini, ↵MSE500 Team
refs #2759
2012-03-30cleopatre/buildroot/target: remove faulty MTU setting, refs #2969Nicolas Schodet
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.