public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Mark Jackson <mpfj-list@mimc.co.uk>
To: u-boot@lists.denx.de
Subject: [U-Boot] Latest u-boot-atmel git hangs on AVR32 board
Date: Mon, 13 Jun 2011 13:26:13 +0100	[thread overview]
Message-ID: <4DF601E5.3050103@mimc.co.uk> (raw)

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

             reply	other threads:[~2011-06-13 12:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-13 12:26 Mark Jackson [this message]
2011-06-13 13:28 ` [U-Boot] Latest u-boot-atmel git hangs on AVR32 board Andreas Bießmann
2011-06-14  9:11   ` Andreas Bießmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4DF601E5.3050103@mimc.co.uk \
    --to=mpfj-list@mimc.co.uk \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox