Re: [U-Boot] Data abort in omap_gpio

2014-04-10 Thread Andreas Bießmann
On 04/10/2014 09:22 AM, Andreas Bießmann wrote: > On 04/09/2014 05:37 PM, Tom Rini wrote: >> On Wed, Apr 09, 2014 at 05:22:57PM +0200, Andreas Bießmann wrote: > >>> (gdb) s >>> 118 __raw_writel(l, reg); >>> (gdb) print/s l >>> $17 = 2048 >>> (gdb) print/x l >>> $18 = 0x800 >>> (gdb) print

Re: [U-Boot] Data abort in omap_gpio

2014-04-10 Thread Andreas Bießmann
Dear Tom Rini, On 04/09/2014 05:37 PM, Tom Rini wrote: > On Wed, Apr 09, 2014 at 05:22:57PM +0200, Andreas Bießmann wrote: >> (gdb) s >> 118 __raw_writel(l, reg); >> (gdb) print/s l >> $17 = 2048 >> (gdb) print/x l >> $18 = 0x800 >> (gdb) print/x reg >> $19 = 0x49050090 >> (gdb) s >> ^C

Re: [U-Boot] Data abort in omap_gpio

2014-04-09 Thread Tom Rini
On Wed, Apr 09, 2014 at 05:22:57PM +0200, Andreas Bießmann wrote: > Hi all, > > I've encountered a data abort in omap_gpio when using > gpio_direction_output(). Anyone aware of that? > > Here is the trace: > > ---8<--- > gpio_direction_output (gpio=, value=0) at > /home/abiessmann/src/u-boot/dr