Re: [Openocd-development] [patch] workaround CFI alignment error traps

2009-06-09 Thread David Brownell
On Tuesday 09 June 2009, Brian Hutchinson wrote: > What do these alignment traps look like when they happen? I just updated to > the latest OpenOCD (SVN 2177) and when I do reset init ... it thinks my > target isn't halted and times out: I'd get messages about data alignment, giving addresses li

Re: [Openocd-development] [patch] workaround CFI alignment error traps

2009-06-09 Thread Zach Welch
On Tue, 2009-06-09 at 15:13 -0700, David Brownell wrote: > Tweak the csb337 code so that it doesn't enable alignment traps when > it completes the "reset init" sequence. > > It turns out that the current CFI code reliably triggers such traps. > I don't have time now to sort out what flavor bug tha

Re: [Openocd-development] [patch] workaround CFI alignment error traps

2009-06-09 Thread Brian Hutchinson
On Tue, Jun 9, 2009 at 6:13 PM, David Brownell wrote: > Tweak the csb337 code so that it doesn't enable alignment traps when > it completes the "reset init" sequence. > > It turns out that the current CFI code reliably triggers such traps. > I don't have time now to sort out what flavor bug that

[Openocd-development] [patch] workaround CFI alignment error traps

2009-06-09 Thread David Brownell
Tweak the csb337 code so that it doesn't enable alignment traps when it completes the "reset init" sequence. It turns out that the current CFI code reliably triggers such traps. I don't have time now to sort out what flavor bug that is; I just need flash reading/writing to work. --- tcl/board/csb