summaryrefslogtreecommitdiff
path: root/polux/devkit
AgeCommit message (Collapse)Author
2013-01-09polux/devkit/plc-polux: add sysctl for system led ON on low level, closes #3668Jean-Philippe SAVE
2013-01-09polux/devkit/plc-polux: change plc_system_led arg type to boolean, refs #3668Jean-Philippe SAVE
As a LED could only be on or off a boolean is enough.
2013-01-09polux/devkit/plc-polux/core: suppress compilation warnings, refs #3577Jean-Philippe SAVE
2013-01-02polux/devkit/plc-polux/core: link system LED to assoc on slaves, closes #3577Jean-Philippe SAVE
2013-01-02polux/devkit/plc-polux/core: add a sysctl for system led like 500, refs #3577Jean-Philippe SAVE
2012-10-31polux/devkit/plc-polux: make MAC TX frames list size configurable, closes #3092Jean-Philippe SAVE
2012-10-31polux: use git to retrieve software versionNicolas Schodet
2012-10-31polux/devkit/plc-polux: check STEI on broadcast, closes polux:#358Nicolas Schodet
2012-10-01polux/{linux, devkit/plc}: adapt plc driver to MSE500 ASIC, refs #3373Cyril Jourdan
2012-10-01{common, polux}: create mse500_200 chip and board, refs #3373Cyril Jourdan
2012-10-01polux/devkit/plc/pmd: replace some CONFIG_CHIP_MSE500DINI_200, refs #3373Cyril Jourdan
CONFIG_CHIP_FEATURE_NO_AFE_IN_PLC_REGS is more relevant for those cases.
2012-10-01polux/{devkit, pkg/initramfs}: rename MSE500 DINI binaries, refs #3373Cyril Jourdan
This is done to avoid conflicts with MSE500 asic ones.
2012-09-20polux: rename MSE500DINI into MSE500DINI_200, closes #3119Cyril Jourdan
2012-09-20polux/linux: use every file in common/include/asm/arch, refs #3119Cyril Jourdan
There are a few modifications to do to fit with the work done in the previous commits: irq_prio.h file creation, changes in defines and function names, definition of irqpriotable variable, etc.
2012-09-20polux/linux: use common/include/asm/arch/ips, refs #3119Cyril Jourdan
2012-06-11polux/{app, linux}: copy NVRAM on init and define MSE500 NVRAM, refs #3012Cyril Jourdan
2012-06-11polux/linux: move includes from spc300/ to asm-arm/arch-mse500, refs #2944Cyril Jourdan
2012-06-11polux/devkit/plc/core: DINI board specific mode config, refs #3010Cyril Jourdan
2012-06-11polux/devkit/plc/timer: adapt UTMO management to MSE500 arch, refs #3010Cyril Jourdan
2012-06-11polux/devkit/plc/pmd: adapt AFE management to MSE500 arch, refs #3010Cyril Jourdan
2012-06-11polux/devkit/plc: adapt IRQ management to MSE500 arch, refs #3010Cyril Jourdan
2012-06-11polux/devkit/plc/core: minor adaptations to MSE500 arch, refs #3010Cyril Jourdan
Change the return values of some software build and boot version proc, change module description and manage the fact that we do not have a NVRAM yet.
2012-06-11polux/devkit/plc: update gpio operations for mse500, refs #2965Yacine Belkadi
2012-06-11polux/devkit/rtai: update operations on the hardware timer, refs #3010MSE500 Team
2012-06-11polux/{linux,devkti/rtai}: integrate hardware WDT driver in RTAI, refs #2966Jérémy Dufour
2012-06-11polux: replace "spc200c" by "mse500" in mse500 files, refs #2944Yacine Belkadi
2012-06-11polux: add target MSE500: 2) update files, refs #2944MSE500 Team
2012-06-11polux: add "mse500" target: 1) create mse500 files, refs #2944Yacine Belkadi
The mse500 files are created by copying spc200c files. Copies from master at 31afe8813e218ba2bee76b3f1e653266e7f6f670 cp include/platform_lisa.h include/platform_mse500.h cp include/plc/plc_v1_lisa.h include/plc/plc_v1_mse500.h cp include/plc/plc_v2_lisa.h include/plc/plc_v2_mse500.h cp -r -v include/lisa include/mse500 cp linux-2.6.10/arch/arm/boot/compressed/head-spc2XXc.S \ linux-2.6.10/arch/arm/boot/compressed/head-mse500.S cp linux-2.6.10/arch/arm/configs/spc200c_defconfig \ linux-2.6.10/arch/arm/configs/mse500_defconfig cp -r -v linux-2.6.10/arch/arm/mach-spc2XXc \ linux-2.6.10/arch/arm/mach-mse500 cp -r -v linux-2.6.10/include/asm-arm/arch-spc2XXc \ linux-2.6.10/include/asm-arm/arch-mse500 cp devkit/rtai-3.1-2.6/rtai-core/arch/arm/hal/mach-spc2XXc/spc2XXc-timer.c \ devkit/rtai-3.1-2.6/rtai-core/arch/arm/hal/mach-mse500/mse500-timer.c cp -r -v devkit/rtai-3.1-2.6/rtai-core/include/asm-arm/arch-spc2XXc \ devkit/rtai-3.1-2.6/rtai-core/include/asm-arm/arch-mse500 cp devkit/plc-polux/timer/utmo_lisa.c devkit/plc-polux/timer/utmo_mse500.c
2012-03-27polux: add .gitignore files, refs #2994Yacine Belkadi
polux was developed in a mercurial (hg) repository. Now that it is in this git repository, some .gitignore files are needed.
2012-02-20Add polux base by subtree mergeJean-Philippe SAVE