Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TCL scripts: update to current "flash bank" syntax | Antonio Borneo | 2010-03-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | While "flash bank" syntax has been changed long ago, several tcl script are still not fully update. Fix following cases related with "cfi" driver: - syntax error: the mandatory <name> parameter is missing - warning: the <target> parameter is a number, instead of the target name - the comment line above the command does not report actual syntax Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> | ||||
* | update 'flash bank' usage in scripts | Zachary T Welch | 2009-11-19 | 1 | -1/+2 |
| | | | | | Sets $_FLASHNAME to "$_CHIPNAME.flash" and passes it as the first argument to 'flash bank'. | ||||
* | balloon3 board base config | Wookey | 2009-10-26 | 1 | -0/+13 |
This is the very basic board config for the balloon3 board cpu JTAG channel. The rest of the config comprises another 14 .cfg files which I suspect openocd doesn't really want all of. I'm still not sure how to deal with this. I'll post another mail/patch to discuss. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> |