[OpenOCD-devel] [PATCH]: 78f1127 [do not merge] Support efr32 instead of efm32

2016-09-13 Thread gerrit
This is an automated email from Gerrit. chrysn (chr...@fsfe.org) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3736 -- gerrit commit 78f11277660c5ad66c29a70c6cbbaae5e0e8f2c7 Author: chrysn Date: Tue Sep 13 23:00:54 2016 +0200 [do not merge] Supp

Re: [OpenOCD-devel] OpenOCD AArch64 support

2016-09-13 Thread Matthias Welwarsky
On Tuesday 13 September 2016 20:08:46 David Ung wrote: > FWIW, on linux as long as CONFIG_COMPAT is enabled, you can run both > AArch64/32 userspace programs. But the mode switching is done at an > exception level, so you can't interlink 64 and 32bit programs (unlike > intermixing mips16 and mips3

Re: [OpenOCD-devel] OpenOCD AArch64 support

2016-09-13 Thread David Ung
FWIW, on linux as long as CONFIG_COMPAT is enabled, you can run both AArch64/32 userspace programs. But the mode switching is done at an exception level, so you can't interlink 64 and 32bit programs (unlike intermixing mips16 and mips32, or thumb and arm code). I had worked on the Pixel C, on

[OpenOCD-devel] [PATCH]: 9d3c358 libjaylink: Update for API changes

2016-09-13 Thread gerrit
This is an automated email from Gerrit. Marc Schink (openocd-...@marcschink.de) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3735 -- gerrit commit 9d3c3580bb74245c295aed32910654611f145bd0 Author: Marc Schink Date: Sun May 15 13:25:46 2016 +0200

[OpenOCD-devel] [PATCH]: 3983859 NAND: add command to get and set ONFI features

2016-09-13 Thread gerrit
This is an automated email from Gerrit. Adrien Destugues (pulkoma...@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3734 -- gerrit commit 3983859853b20d01ceae0a91d7f64d605de83376 Author: Adrien Destugues Date: Tue Sep 13 17:14:52 2016 +0200

Re: [OpenOCD-devel] OpenOCD AArch64 support

2016-09-13 Thread Andreas Färber
Am 13.09.2016 um 15:53 schrieb Jiri Kastner: > On Tue, Sep 13, 2016 at 01:15:03PM +0200, Andreas Färber wrote: >> Am 13.09.2016 um 11:44 schrieb Jiri Kastner: >>> jetson tx1: >>> userspace part of linux4tegra for jetson tx1 releases are both, armv7hl >>> and aarch64, while kernel is compiled for

Re: [OpenOCD-devel] OpenOCD AArch64 support

2016-09-13 Thread Jiri Kastner
On Tue, Sep 13, 2016 at 01:15:03PM +0200, Andreas Färber wrote: > Am 13.09.2016 um 11:44 schrieb Jiri Kastner: > > On Tue, Sep 13, 2016 at 07:30:38AM +0200, Matthias Welwarsky wrote: > >> [...] can anyone share some code to switch a PE to Aarch32 mode? > >> I'm on Rpi3, using a custom little progr

Re: [OpenOCD-devel] OpenOCD AArch64 support

2016-09-13 Thread Andreas Färber
Am 13.09.2016 um 13:35 schrieb Matthias Welwarsky: > On Tuesday 13 September 2016 13:15:03 Andreas Färber wrote: >> Am 13.09.2016 um 11:44 schrieb Jiri Kastner: >>> hikey: >>> during boot, switches from aarch32 to aarch64. not sure, if it is part of >>> non-free bootloader (signed??) or hikey edk

Re: [OpenOCD-devel] OpenOCD AArch64 support

2016-09-13 Thread Matthias Welwarsky
On Tuesday 13 September 2016 13:15:03 Andreas Färber wrote: > Am 13.09.2016 um 11:44 schrieb Jiri Kastner: > > On Tue, Sep 13, 2016 at 07:30:38AM +0200, Matthias Welwarsky wrote: > >> [...] can anyone share some code to switch a PE to Aarch32 mode? > >> I'm on Rpi3, using a custom little program th

Re: [OpenOCD-devel] OpenOCD AArch64 support

2016-09-13 Thread Andreas Färber
Am 13.09.2016 um 11:44 schrieb Jiri Kastner: > On Tue, Sep 13, 2016 at 07:30:38AM +0200, Matthias Welwarsky wrote: >> [...] can anyone share some code to switch a PE to Aarch32 mode? >> I'm on Rpi3, using a custom little program that does nothing but set up the >> GPIOs and then execute an endles

Re: [OpenOCD-devel] OpenOCD Aarch64 support

2016-09-13 Thread Jiri Kastner
On Tue, Sep 13, 2016 at 07:30:38AM +0200, Matthias Welwarsky wrote: > On Monday 12 September 2016 20:38:15 David Ung wrote: > > IIRC, MRC/MCR thumb2 instr are 32bit, but they are reversed with the 1st > > half word in 15-0 of DGBITR and the 2nd half word in 31-16 of DGBITR. > > > > I think the har

Re: [OpenOCD-devel] OpenOCD Aarch64 support

2016-09-13 Thread Matthias Welwarsky
On Tuesday 13 September 2016 08:57:07 Matthias Welwarsky wrote: > On Tuesday 13 September 2016 07:30:38 Matthias Welwarsky wrote: > > That being said, can anyone share some code to switch a PE to Aarch32 > > mode? > > I'm on Rpi3, using a custom little program that does nothing but set up > > the >