public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Latest u-boot-atmel git hangs on AVR32 board
@ 2011-06-13 12:26 Mark Jackson
  2011-06-13 13:28 ` Andreas Bießmann
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Jackson @ 2011-06-13 12:26 UTC (permalink / raw)
  To: u-boot

Hi

Our MIMC200 board has been using 2009.08 for some time, so I thought I would take a look at the
latest git version to keep our boards more up-to-date.

I have checked out the u-boot-atmel branch, and done:-

$ make mimc200_config
$ make

Everything compiles, but when I try the image, I only get:-

U-Boot 2011.06-rc2-02816-g5f2e176 (Jun 13 2011 - 12:50:29)

U-Boot code: 00000000 -> 00012668  data: 0001ae38 -> 00050840
LCD: Frame buffer allocated at preset 0x10600000
VMR table @ 0x11fca7f4

I have traced through the code to see where things stop, and it seems to be in:-

arch/avr32/cpu/at32ap700x/mmu.c

void mmu_init_r(unsigned long dest_addr)
{
	...
	printf("VMR table @ 0x%08x\n", vmr_table_addr);

 	/* Enable paging */
puts("a");
	sysreg_write(MMUCR, SYSREG_BF(DRP, 1) | SYSREG_BF(DLA, 1)
			| SYSREG_BIT(MMUCR_S) | SYSREG_BIT(M) | SYSREG_BIT(E));
puts("b");
}

I get the "VMR table ..." string, as well as "a", but I never get "b".

Can anyone help ?

Regards
Mark

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

end of thread, other threads:[~2011-06-14  9:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-13 12:26 [U-Boot] Latest u-boot-atmel git hangs on AVR32 board Mark Jackson
2011-06-13 13:28 ` Andreas Bießmann
2011-06-14  9:11   ` Andreas Bießmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox