All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [ARM] start.s for 920t brocken?
@ 2010-12-14 19:38 Jens Scharsig
  0 siblings, 0 replies; only message in thread
From: Jens Scharsig @ 2010-12-14 19:38 UTC (permalink / raw)
  To: u-boot

Hello,

is it possible that, start.s for arm920t is broken with relocation?

I try make my board run with relocation and start from NOR Flash.

<snip>
start_code:
	/*
	 * set the cpu to SVC32 mode
	 */
	mrs	r0, cpsr
	bic	r0, r0, #0x1f
	orr	r0, r0, #0xd3
	msr	cpsr, r0

	bl	coloured_LED_init
	bl	red_LED_on

#if	
<snip>

I found out, that the board crashes on calling coloured_LED_init.

So I comment out "bl coloured_LED_init" and "bl red_LED_on" and the board boots.
I think this both calls should be removed at this position or moved to a better place. 
At this early position the C environment and stack are not initialized !?

Can anybody confirm this? Any suggestions or patches?

Thanks

Jens Scharsig 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-14 19:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-14 19:38 [U-Boot] [ARM] start.s for 920t brocken? Jens Scharsig

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.