All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] at91: Add support for esd MEESC board
Date: Mon, 06 Apr 2009 09:56:50 +0200	[thread overview]
Message-ID: <49D9B5C2.4030302@esd.eu> (raw)
In-Reply-To: <20090405111021.GA21187@game.jcrosoft.org>

Hi Jean-Christophe,

Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 10:24 Fri 27 Mar     , Daniel Gorsulowski wrote:
>> This patch adds support for MEESC board from esd gmbh.
>> The MEESC is based on an Atmel AT91SAM9263 SoC.
>>
>> Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
>> ---
> please rebase your patch against
> 
> git://git.denx.de/u-boot-at91.git branch clock
> 
> Best Regards,
> J.

sorry, but my board does not boot by this branch.
Followed by the bootstrapper-"RomBOOT"-prompt just some cryptical characters
appear. Seems like the cpu clock is not initialized correctly.
The board uses an 16.0 Mhz crystal.
I configured as followed:

/* ARM asynchronous clock */
#define AT91_CPU_NAME		"AT91SAM9263"
#define AT91_MAIN_CLOCK		16000000	/* 16.0 MHz crystal */
#define CONFIG_SYS_HZ		1000		/* decrementer freq */

#define CONFIG_MEESC			1	/* Board is esd MEESC */
#define CONFIG_ARM926EJS		1	/* This is an ARM926EJS Core */
#define CONFIG_AT91SAM9263		1	/* It's an AT91SAM9263 SoC*/
#define CONFIG_ARCH_CPU_INIT		1
...


If I build from git://git.denx.de/u-boot.git branch master after applying
my patches, the board boots up correctly.

Best Regards,
Daniel

  reply	other threads:[~2009-04-06  7:56 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-27  9:24 [U-Boot] [PATCH 1/2] at91: Improved Atmel AT45DB081 dataflash support Daniel Gorsulowski
2009-03-27  9:24 ` [U-Boot] [PATCH 2/2] at91: Add support for esd MEESC board Daniel Gorsulowski
2009-03-27 19:53   ` Wolfgang Denk
2009-03-29 21:41   ` Jean-Christophe PLAGNIOL-VILLARD
2009-04-05 11:10   ` Jean-Christophe PLAGNIOL-VILLARD
2009-04-06  7:56     ` Daniel Gorsulowski [this message]
2009-04-13 22:03       ` Jean-Christophe PLAGNIOL-VILLARD
2009-03-27 20:49 ` [U-Boot] [PATCH 1/2] at91: Improved Atmel AT45DB081 dataflash support Wolfgang Denk
2009-03-27 23:08 ` Jean-Christophe PLAGNIOL-VILLARD

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=49D9B5C2.4030302@esd.eu \
    --to=daniel.gorsulowski@esd.eu \
    --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 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.