summaryrefslogtreecommitdiff
path: root/cleopatre
AgeCommit message (Collapse)Author
2013-10-01cleo/{app,buildroot}: port httpd and add wifi config page, closes #4210Terry Lu
2013-10-01cleo: add MT7601U drv into bundle generation process, refs #4011Fisher Cheng
2013-10-01cleo/{buildroot,devkit}: add automatic load of MT7601U driver, refs #4011Fisher Cheng
- Disable BR2_PACKAGE_MT7601UDRV in defconfig.base
2013-10-01cleo/buildroot: add MT7601U drv into buildroot compilation process, refs #4011Fisher Cheng
2013-10-01cleo/devkit: add MTK MT7601U drv source code, refs #4011Fisher Cheng
- Enable Wireless LAN and Wireless extension in linux26.config
2013-10-01cleo: add RT5572 drv into bundle generation process, refs #4213Fisher Cheng
2013-10-01cleo/{buildroot/package,devkit}/rt5572drv: add automatic load of RT5572 drv, ↵Fisher Cheng
closes #4213
2013-10-01cleo/buildroot: add RT5572 drv into buildroot compilation process, refs #4213Fisher Cheng
2013-10-01cleo/buildroot/target/*/msk500: add wireless extension and WLAN support, ↵Fisher Cheng
refs #4213
2013-10-01cleo/devkit: add Ralink RT5572 driver source code, refs #4213Fisher Cheng
2013-10-01cleo/linux,common/include: add USB host driver, closes #4212Fisher Cheng
2013-10-01cleo/tools/openocd: add MPR520 and MPR520e config, closes #4209Julien Lacour
2013-10-01cleo/{buildroot,linux}: create new board for MPR520e, refs #4209Fisher Cheng
2013-08-23{cleo/uboot/cpu/spc300,common}: take rmii clock from the phy, refs #4157Aleksandar Cecaric
2013-07-30cleo/tools/openocd: add support of 16bits SDRAM, closes #4098Olivier Dufour
2013-07-12cleopatre: update vs_get_ce_stats documentation, closes #3876Jean-Philippe NOEL
2013-05-30cleo/linux/drivers/net/arm: add fixed phy support in eth driver, closes #4009Olivier Dufour
2013-05-30cleo/uboot/drivers: force mac to 100M FD for CHIP_FEATURE_NO_MDIO, refs #4009Olivier Dufour
2013-05-30cleo/linux/arch/arm/spc300: add CONFIG_CHIP_FEATURE_NO_MDIO, refs #4009Olivier Dufour
2013-05-30cleo/linux/drivers/net/phy: add getters in fixed driver, refs #4009Olivier Dufour
2013-05-30cleo/linux/drivers/net/phy: allocate phydev in fixed driver, refs #4009Olivier Dufour
2013-05-17cleo/buildroot/target: fix buildroot package syntax, refs #3956Olivier Dufour
2013-05-15cleo/app/fw_wd: add a timeout on trace dump functions, closes #3960Olivier Dufour
2013-05-15cleo/app/fw_wd: add a timeout parameter, refs #3960Olivier Dufour
2013-05-07cleo/buildroot/package: create a package for debug-utils, closes #3956Olivier Dufour
This package is disabled by default, and only available for MSE500 based boards.
2013-05-07cleo/app/debug-utils: implement md/mw, refs #3956Olivier Dufour
md allows to display the content of the memory at a given address. mw allow to write one word at the given address.
2013-05-07cleo/app/debug-utils: implement ioctl in debug-drv, refs #3956Olivier Dufour
2013-05-07cleo/app/debug-utils: add skeleton for debug-drv module, refs #3956Olivier Dufour
2013-05-02{cleo/uboot, common}: Uboot uses flashes common list, refs #3931Julien Lacour
Uboot searches for flash description thanks to jedec. If fail, Uboot uses nvram. Manage unlock process if flash is known and is locked at reset.
2013-05-02{common, cleo/linux/drivers}: Linux unlock flash at boot, refs 3931Julien Lacour
Linux will unlock flash at boot if driver can determine it is locked at reset.
2013-04-26cleo/devkit/tests/libspid/ftests: delete an obsolete unit testThierry Carré
2013-04-26cleo/devkit/tests/libspid: remove cesar's makefile usage and add coverageThierry Carré
2013-04-26cleo/devkit/plcd: send force_role mme to cesar, refs #3789Thierry Carré
2013-04-26cleo/devkit/doc: add a new drv mme in documentation, refs #3789Thierry Carré
2013-04-26cleo/devkit/plcd: factorize all plcd_stack_set call, refs #3789Thierry Carré
2013-04-26cleo/devkit/plcd: standardize plcd_stack_set functions, refs #3789Thierry Carré
Next commit will factorize their call.
2013-04-26cleo/devkit/tests/plcd: add utests for plcd_files, refs #3789Thierry Carré
Add coverage for plcd sources only.
2013-04-26cleo/devkit/tests/plcd: fix mistakes on coding standard in linuxThierry Carré
- Path is now from base. - Define are now in upper case, because we keep same standard as Linux. - Replace "plcd_utest" by "devkit_tests_plcd"
2013-04-26cleo/{devkit/plcd, app/libspid}: add 'force_role' item in hpav.conf, refs #3789Thierry Carré
Option is read and save in plcd context, but not use yet.
2013-04-26cleo/devkit/plcd: rework hpav.conf read and hpav.info write, refs #3789Thierry Carré
- Use libspid_read_items instead of libspid_read_item. - Use libspid_write_items instead of libspid_write_item. In hpav.conf : - NMK is mandatory (no default value available) - Others items are optionals (default values provided)
2013-04-26cleo/devkit/plcd: improve main body of plcd_daemonThierry Carré
2013-04-26cleo/devkit/plcd: improve plcd_daemon_openThierry Carré
2013-04-26cleo/devkit/plcd: move hpav.info write into plcd_files.c, refs #3789Thierry Carré
2013-04-26cleo/devkit/plcd: move hpav.conf read into plcd_files.c, refs #3789Thierry Carré
2013-04-26cleo/devkit/plcd: signal register/unregister in open/close functionsThierry Carré
2013-04-26cleo/devkit/plcd: add prefix 'plcd_daemon_' for handler functionThierry Carré
2013-04-26cleo/devkit/plcd: split plcd_main.c in two c files, refs #3789Thierry Carré
These functions are moved from plcd_main.c to plcd_daemon.c : - plcd_init - plcd_daemon_main - plcd_signal_handler Include list have been updated in same time for this both files.
2013-04-26cleo/devkit/plcd: save pid in plcd contextThierry Carré
2013-04-26cleo/devkit/plcd: improve readability for print usageThierry Carré
2013-04-26cleo/devkit/plcd: fix short option in cli, closes #3869Thierry Carré