<karlp>
we switched away from using repo.or.cz as a repo for jimtcl
<karlp>
probably not really reasonable to say that we still consider it a good source for _us_ then...
<barath>
hey all! Does anyone know what the procedure is for getting a merge request like https://review.openocd.org/c/openocd/+/5161/ rolling again? Seems like it's abandoned/forgotten. I recently needed it, found it, and applied that on top of master after resolving conflicts. seems to work fine and would be great to have in master?
<Glaure69>
OpenST Linux image builds fail because of this.
<Glaure69>
I wonder who I should inform to change this recipe ...
<PaulFertser>
Glaure69: looks like you need to follow the way patches are sent for any meta-oe recipe.
<Glaure69>
I will do
glaure60 has joined #openocd
<PaulFertser>
barath: I suggest you add your review to the patch and then send a mail to the devel mailing list asking for merging.
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
<PaulFertser>
barath: the patch however has some unrelated changes. It both adds support for the new part and adds lpc2000_op_codes enum. I'd say the maintainers will ask to split it into two.
<barath>
alright, thanks PaulFertser
<PaulFertser>
barath: you can basically take the ownership of the patch by pushing a new version while keeping old Change-Id. And then ping the mailing list.
<karlp>
that would be nitpicking though, the original patch should never have been accepted by those standards...
<karlp>
bleh, now review.openocd.org is hanging
<karlp>
so much for leaving review comments :)
<barath>
Okay, thanks for the tips :) very new to openocd so the pointers are appreciated
glaure60 has quit [Quit: Client closed]
glaure60 has joined #openocd
glaure60 has quit [Quit: Client closed]
<borneoa_>
Glaure69: I have already patched openSTlinux recipes to skip repo.or.cz due to too many users complaining. I don't remember if it's already in public recipes or would be in the new version that will be published in next weeks
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
wingsorc has quit [Quit: Leaving]
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
Glaure69 has quit [Quit: Client closed]
<dormito>
I found a section of the openocd docs that says openocd doesn't really have much (any) support for powerpc targets (especially thinking of the freescale/nxp MPC parts). However it also says that non-jtag isn't support (which I know is false, I use openocd with SWD fairly often). Is the lack of powerpc support still true?
<PaulFertser>
dormito: unfortunately, no powerpc support, there's no documentation.
<dormito>
Hmmm. yeah that'd be a pretty big hurdle :/. Thanks for the confirmation.
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
<dormito>
Hmmm. While I'm looking for a board to mess with via jtag to larn about jtag debugging (and thus not more that superfically familiar with it), it looks like at least some of the freescale/NXP MCP ppc chips have their jtag insturctions doucmented, it seems the docs for the debug (instead of boundary scan) are available for some of the freescale/NXP core in their core referance manual (I pulled up
<dormito>
the RM for the e200z0 since that was a core on a board I was considering).
<PaulFertser>
dormito: probably things have changed since people last discussed it here. In any case adding a new debug target is challenging, even when documented.
PatrickE has joined #openocd
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
<dormito>
yeah. I'd consider doing it myself... if I wasn't trying to climb up the learning curve of jtag myself, lol (and and the free time).
Guest55 has joined #openocd
<PaulFertser>
dormito: jtag is basically a state machine you control with TMS, TCK, TDI. There're standard instructions for boundary scan but everything else is up to the vendor. So CPU, MCU vendors developed their own protocols on top of JTAG using it as a transport for some debug protocol.