On Monday 21 December 2009, Dean Glazeski wrote:
> Here is the updated patch that removes the excessive semicolon additions.
> Sorry it took so long. I've been traveling.
merged...
___
Openocd-development mailing list
Openocd-development@lists.berlios.
On Saturday 26 December 2009, Øyvind Harboe wrote:
> I've looked over this patch and I'm inclined to commit it.
Me too, except I'd like to see it in two parts:
- bugfixing comment-at-end-of-line stuff
- the real subject of $PATCH (NAND support)
___
I've looked over this patch and I'm inclined to commit it.
W.r.t. formatting there are two nits:
- you seem to be using tabs = 4 spaces, whereas the committed code
uses tab's.
- You are using Tcl correctly in adding a ; before the # comments
at the end of the line. OpenOCD has a special "hack" t
On Sat, Dec 19, 2009 at 10:19 PM, David Brownell wrote:
> On Saturday 19 December 2009, Dean Glazeski wrote:
> > > Could you reissue this without the gratuitous "add semicolon" changes?
> > > That way we'll be able to see if significant changed...
> >
> > I can make this change later, but I though
On Saturday 19 December 2009, Dean Glazeski wrote:
> > Could you reissue this without the gratuitous "add semicolon" changes?
> > That way we'll be able to see if significant changed...
>
> I can make this change later, but I thought that was actually valid TCL.
http://wiki.tcl.tk/963 "When are s
On Sat, Dec 19, 2009 at 3:47 PM, David Brownell wrote:
> On Thursday 17 December 2009, Dean Glazeski wrote:
> > - mww 0xfc20 0x4001 # CKGR_MOR : enable main oscillator,
> 512 slow clock startup
> > - sleep 20 # wait 20 ms (need 15.6 ms for startup)
> > -
On Thursday 17 December 2009, Dean Glazeski wrote:
> - mww 0xfc20 0x4001 # CKGR_MOR : enable main oscillator, 512
> slow clock startup
> - sleep 20 # wait 20 ms (need 15.6 ms for startup)
> - mww 0xfc30 0x0001 # PMC_MCKR : switch to main oscillato
This updates the board configuration for the SAM9-L9260 board with the
configuration for the on-board NAND and dataflash. Included are commands
for configuring the AT91SAM9 NAND flash driver.
---
tcl/board/olimex_sam9_l9260.cfg | 94 ++-
1 files changed, 73 i