All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Booting on seaboard (unaligned access)
@ 2013-02-06 21:06 Simon Glass
  2013-02-06 22:08 ` Tom Warren
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Simon Glass @ 2013-02-06 21:06 UTC (permalink / raw)
  To: u-boot

Hi Tom,

I can't boot mainline on seaboard at present without reverting this commit:

c50afc1d Revert "arm: armv7: add compile option -mno-unaligned-access
if available

Is there supposed to be another way of fixing this, or is my toolchain
broken? I may have missed something.

Regards,
Simon

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] Booting on seaboard (unaligned access)
  2013-02-06 21:06 [U-Boot] Booting on seaboard (unaligned access) Simon Glass
@ 2013-02-06 22:08 ` Tom Warren
  2013-02-06 22:12 ` Tom Warren
  2013-02-06 22:54 ` Albert ARIBAUD
  2 siblings, 0 replies; 4+ messages in thread
From: Tom Warren @ 2013-02-06 22:08 UTC (permalink / raw)
  To: u-boot

I don't see that commit in u-boot-tegra. I assume it's in u-boot/master (TOT)?  I'll try a Seaboard build from u-boot/master when I get a chance.

What about other (non-Tegra) ARM boards?

> -----Original Message-----
> From: sjg at google.com [mailto:sjg at google.com] On Behalf Of Simon Glass
> Sent: Wednesday, February 06, 2013 2:06 PM
> To: U-Boot Mailing List
> Cc: Tom Warren; Albert ARIBAUD
> Subject: Booting on seaboard (unaligned access)
> 
> Hi Tom,
> 
> I can't boot mainline on seaboard at present without reverting this commit:
> 
> c50afc1d Revert "arm: armv7: add compile option -mno-unaligned-access if
> available
> 
> Is there supposed to be another way of fixing this, or is my toolchain broken?
> I may have missed something.
> 
> Regards,
> Simon
-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information.  Any unauthorized review, use, disclosure or distribution
is prohibited.  If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] Booting on seaboard (unaligned access)
  2013-02-06 21:06 [U-Boot] Booting on seaboard (unaligned access) Simon Glass
  2013-02-06 22:08 ` Tom Warren
@ 2013-02-06 22:12 ` Tom Warren
  2013-02-06 22:54 ` Albert ARIBAUD
  2 siblings, 0 replies; 4+ messages in thread
From: Tom Warren @ 2013-02-06 22:12 UTC (permalink / raw)
  To: u-boot

Sorry, I do see it - I was using a mangled grep string.  I have no problem with it w/Sourcery G++ Lite 2009q3-67 4.4.1, which is what I've used forever.

> -----Original Message-----
> From: Tom Warren
> Sent: Wednesday, February 06, 2013 3:08 PM
> To: 'Simon Glass'; U-Boot Mailing List
> Cc: Albert ARIBAUD
> Subject: RE: Booting on seaboard (unaligned access)
> 
> I don't see that commit in u-boot-tegra. I assume it's in u-boot/master (TOT)?
> I'll try a Seaboard build from u-boot/master when I get a chance.
> 
> What about other (non-Tegra) ARM boards?
> 
> > -----Original Message-----
> > From: sjg at google.com [mailto:sjg at google.com] On Behalf Of Simon Glass
> > Sent: Wednesday, February 06, 2013 2:06 PM
> > To: U-Boot Mailing List
> > Cc: Tom Warren; Albert ARIBAUD
> > Subject: Booting on seaboard (unaligned access)
> >
> > Hi Tom,
> >
> > I can't boot mainline on seaboard at present without reverting this commit:
> >
> > c50afc1d Revert "arm: armv7: add compile option -mno-unaligned-access
> > if available
> >
> > Is there supposed to be another way of fixing this, or is my toolchain
> broken?
> > I may have missed something.
> >
> > Regards,
> > Simon
-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information.  Any unauthorized review, use, disclosure or distribution
is prohibited.  If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] Booting on seaboard (unaligned access)
  2013-02-06 21:06 [U-Boot] Booting on seaboard (unaligned access) Simon Glass
  2013-02-06 22:08 ` Tom Warren
  2013-02-06 22:12 ` Tom Warren
@ 2013-02-06 22:54 ` Albert ARIBAUD
  2 siblings, 0 replies; 4+ messages in thread
From: Albert ARIBAUD @ 2013-02-06 22:54 UTC (permalink / raw)
  To: u-boot

Hi Simon,

On Wed, 6 Feb 2013 13:06:15 -0800, Simon Glass <sjg@chromium.org> wrote:

> Hi Tom,
> 
> I can't boot mainline on seaboard at present without reverting this commit:
> 
> c50afc1d Revert "arm: armv7: add compile option -mno-unaligned-access
> if available
> 
> Is there supposed to be another way of fixing this, or is my toolchain
> broken? I may have missed something.

You mean you need to revert the revert to get U-Boot to run, correct?

As per our IRC discussion, I understand the board just hangs, so I
suspect an exception in SPL, as all exceptions handlers there basically
branch to themselves.

I'd like to know if the board did work between c50afc1d and now, for at
least some commits, or if it never ever worked since c50afc1d.

Also, if running the board under JTAG debug is possible, I suggest
doing so while making sure you'll get control if an exception occurs.
This should tell us which exception occurred and hopefully where and
why.

> Regards,
> Simon

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-02-06 22:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-06 21:06 [U-Boot] Booting on seaboard (unaligned access) Simon Glass
2013-02-06 22:08 ` Tom Warren
2013-02-06 22:12 ` Tom Warren
2013-02-06 22:54 ` Albert ARIBAUD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.