Re: [Openocd-development] [PATCH 2/2] Olimex SAM9-L9260 board configuration update.

2009-12-26 Thread David Brownell
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.

Re: [Openocd-development] [PATCH 2/2] Olimex SAM9-L9260 board configuration update.

2009-12-26 Thread David Brownell
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) ___

Re: [Openocd-development] [PATCH 2/2] Olimex SAM9-L9260 board configuration update.

2009-12-26 Thread Øyvind Harboe
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

Re: [Openocd-development] [PATCH 2/2] Olimex SAM9-L9260 board configuration update.

2009-12-21 Thread Dean Glazeski
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

Re: [Openocd-development] [PATCH 2/2] Olimex SAM9-L9260 board configuration update.

2009-12-19 Thread David Brownell
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

Re: [Openocd-development] [PATCH 2/2] Olimex SAM9-L9260 board configuration update.

2009-12-19 Thread Dean Glazeski
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) > > -

Re: [Openocd-development] [PATCH 2/2] Olimex SAM9-L9260 board configuration update.

2009-12-19 Thread David Brownell
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

[Openocd-development] [PATCH 2/2] Olimex SAM9-L9260 board configuration update.

2009-12-17 Thread Dean Glazeski
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