summaryrefslogtreecommitdiff
path: root/cleopatre/tools/openocd-r668
AgeCommit message (Collapse)Author
2013-02-14cleo/tools/openocd: move flash declaration in common, refs #3647Thierry Carré
2013-02-14cleo/tools/openocd: special rule added on all_flash.h for openocd, refs #3647Thierry Carré
all_flash.h is copied from common folder, if cpincludes exists. It's the case when we are in git database. In bundles, cpincludes are erased.
2013-02-07cleo/tools/openocd-r668/config: gen_ocd_config returns 1 on error, closes #3754Nélio Laranjeiro
2013-02-06cleo/tools/openocd/config: needs a board to configure jtag, closes #3739Nélio Laranjeiro
Since the introduction of the MSE500, the board option becomes mandatory to have the correct configuration file needed to use the jtag. As the option was not provided, a lot of necessary data were not present and the configuration template file could not be found by the script. This change makes the script abort the generation of the configuration file if the board is not provided. A message is printed on standard output to inform the user.
2012-11-06cleo/tools/openocd: Add MSE500 in gen_ocd_config, closes #3417Olivier Dufour
gen_ocd_config supports now MSE500 board
2012-10-31cleo/{linux, openocd}: add support for w25q64 flash, closes #3447Jean-Philippe SAVE
2012-10-31cleo/{linux, openocd}: suppress duplicated JEDEC info on flashs, closes #3446Jean-Philippe SAVE
The winbond flash w25q32 is declared twice.
2012-10-17cleo/tools/openocd: un-comment openocd version printout, closes #3331Jérémy Dufour
2012-10-17cleo/tools/openocd: hard-code SVN version and add "git-" prefix, refs #3331Jérémy Dufour
As SVN version is not available, we hard-code it and prefix the version we get with git.
2012-10-17cleo/tools/openocd: use git to get the version of the base, refs #3331Jérémy Dufour
OpenOCD has been exported from revision 668 without versioning support (no way to get version from the base).
2012-09-20cleo/{linux/drivers/mtd/, tools/openocd-r668/}: Support new flashesJulien Lacour
2012-09-20cleo/tools/openocd: create a config for MSE500 chip, refs #2961Cyril Jourdan
2012-09-20cleopatre: rename SPC300DINI into MSE500DINI_300, refs #3119Cyril Jourdan
2012-05-09cleo/tools/openocd: add cfg and ocd files for spc300dini, closes #2758MSE500 Team
2012-05-04cleopatre/tools/openocd: adapt Makefile.am to last automake version, closes ↵Save & Schodet
#3070 Update Makefile.am file to be compatible to new automake version (upper to 1.11.1). New automake is more strict about directories used for specific kind of files; DATA files should be in *datadir. This does not imply any change in source code as pkgdatadir & pkglibdir are both included in the same search path (see helper/options.c).
2012-04-18cleo/{linux,tools}: add new flashes Winbond / Eon, closes #2919Tom Yang
Support Winbond 25Q32 / Eon en25q32 / Eon en25q128. Conflicts: cleopatre/linux-2.6.25.10-spc300/drivers/mtd/devices/m25p80.c
2012-01-11Revert "cleo/tools/openocd: modify sdram configuration, refs #2501", closes ↵Celine Buret
#2918 This reverts commit 120434fd38b4784cc57c1a367bcbc64e26ed2875.
2011-10-13cleo: add/update some .gitignore files, closes #2773Yacine Belkadi
Add and/or update some .gitignore files to get a clean "git status" result.
2011-08-12cleo/tools/openocd: rename generated file, refs #2501Celine Buret
Name the generated OCD configuration file depending on the requested probe, the chosen board and/or the chosen flash, as: <probe><_<board> and/or _<flash>>.cfg
2011-08-12cleo/tools/openocd: modify sdram configuration, refs #2501Celine Buret
Set SCTLR to 0x30C9 instead of 0x3089. This value seems to be more efficient.
2011-08-12cleo/tools/openocd: integrate automatic script, refs #2501Celine Buret
Integrate into Cleopatre tools the script from Julien Lacour to automatically generate openocd configuration files. Also integrate files needed by this script: * generic script, * reset scripts. Remove predefined configuration files that are now useless.
2010-09-10cleo/{linux/drivers/mtd,openocd}: add eon 25q64 flash referenceJean-Philippe SAVE
2010-03-31cleo/tools/openocd: add flash macronix mx25l3205d support, closes #1391save
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6857 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-26cleo/tools/openocd: add config file for spk300g and scr310 boardssave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6485 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-28cleo/tools/openocd: erase small block and write algorithm adaptationsave
- suppress small block erasure capability, - wait busy master SPI flag at the end of a write page procedure, - force 8bits mode on SPI transfers at the end of a write page procedure. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6238 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-23cleo/tools/openocd: clean obvious commmentlefranc
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6228 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-22cleo/tools/openocd: add "flash protect on/off" function for SPI functionlefranc
Needed for Atmel 26df321 which is protected by default git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6220 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-21cleo/tools/openocd: fix JEDEC ID of Atmel 26df321lefranc
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6215 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-07-06[CLEO][OPENOCD]Added a binary file needed for compilationsave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4893 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-05-14[CLEO][OPENOCD]Apply different patches for log level, 8bits flashs and spi ↵save
flashs git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4649 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-05-14[CLEO][OPENOCD]Oups error with spi patchsave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4648 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-05-14[CLEO][OPENOCD] Added revision 668 in our basesave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4647 017c9cb6-072f-447c-8318-d5b54f68fe89