summaryrefslogtreecommitdiff
path: root/polux/application
AgeCommit message (Collapse)Author
2013-01-25polux/app/spidlib: get img slot from procfs, closes #3706Olivier Dufour
2012-12-11{common,polux}: add NVRAM_MTD_PARTITION, closes #3538NĂ©lio Laranjeiro
spidlib expects to find a partition instead of reading the partition from the proc file system.
2012-10-31polux/app/memcheckd: create a deamon to watch free memory, refs #3091Cyril Jourdan
2012-09-20polux/app/spidlib: make it work with only one flash image (for MSE500)Cyril Jourdan
2012-09-20polux: change names in image desc structure and defines, refs #3119Cyril Jourdan
This is done to prepare the use of the common spid_img_desc.h file.
2012-09-20polux/{app/spidlib, include}: prepare to use common nvram.h file, refs #3119Cyril Jourdan
- change spidlib nvram.h file name to avoid a conflict - make include/nvram.h include linux/autoconf.h to access the chip config
2012-06-11polux/{app, linux}: copy NVRAM on init and define MSE500 NVRAM, refs #3012Cyril Jourdan
2012-06-11polux/app/safe-return: adapt gpio operations for mse500, refs #2965Yacine Belkadi
Accessing the GPIO registers directly from this userspace application isn't pretty... But a nicer approach would imply: - adding a Linux Kernel module to provide gpio_{read|write}() to userspace. - adding a /dev/gpio device node - using ioctls at the caller and that while minimizing changes to SPC200c code, and for an application (safe-return) I heaard was not really used anymore. So...
2012-06-11polux/app/safe-return: small refactor, refs #2965Yacine Belkadi
Small refactor to prepare for subsequent changes.
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