Re: [Openocd-development] [patch] ti_dm355.cfg (DaVinci DM355 SoC support)

2009-05-07 Thread Øyvind Harboe
On Thu, May 7, 2009 at 11:37 AM, David Brownell wrote: > On Thursday 07 May 2009, Ųyvind Harboe wrote: >> Committed. > > Hmm, but with DOS line ends (CRLF) ... is that > why folk are sending patches as attachments?? Fixed. set eol:style native -- Øyvind Harboe Embedded software and hardware

Re: [Openocd-development] [patch] ti_dm355.cfg (DaVinci DM355 SoC support)

2009-05-07 Thread David Brownell
On Thursday 07 May 2009, Øyvind Harboe wrote: > Committed. Hmm, but with DOS line ends (CRLF) ... is that why folk are sending patches as attachments?? Thanks for merging that. ___ Openocd-development mailing list Openocd-development@lists.berlios.de

Re: [Openocd-development] [patch] ti_dm355.cfg (DaVinci DM355 SoC support)

2009-05-07 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

[Openocd-development] [patch] ti_dm355.cfg (DaVinci DM355 SoC support)

2009-05-07 Thread David Brownell
Basic SoC configuration for TI DaVinci DM355 chips. No declarations or utilities for things you need during board bringup or debricking: setting up PLLs, enabling clocks, configuring memory controllers, or programing NANDs using 1-bit or 4-bit HW ECC. Yet... --- src/target/target/ti_dm355.cfg |