public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] ARM: Add support for edb93xx boards
Date: Tue, 08 Dec 2009 21:33:18 +0100	[thread overview]
Message-ID: <20091208203319.0179119F3F@gemini.denx.de> (raw)
In-Reply-To: <20091208151358.GD31886@darwin>

Dear Matthias Kaehlcke,

In message <20091208151358.GD31886@darwin> you wrote:
> 
> i am starting to look at this issue and it seems i need some more guidance:
> 
> before relocating U-Boot to RAM for ARM920T processors a jump to the
> label *lowlevel_init* is performed, where RAM timings are supposed to
> be set up. in the patch i sent these operations are performed in
> assembly and you asked me to rewrite them in C.
> 
> i'm relativly new to low-level setup, so i apologize if the following
> question sounds plain stupid to you: is C really available at this
> point? if my interpretation of the code in cpu/arm920t/start.S is
> correct, C code starts at start_armboot, after relocation of
> U-Boot. and after that point i'd think it's to late to change RAM
> timings as U-Boot is running from RAM.

After relocation we have a full-blown, "normal" C runtime environment.
Before that, you can use C as well, if you mind the restrictions (like
data and bss not being available/writable yet, no real stack, etc.).

> could you please give some advice to clear my confusion and maybe
> provide a pointer to a board/cpu which handles low-level setup in
> the intended way?

If you check theinit code in cpu/arm920t/start.S you will notice that
one of the really early things it does is calling coloured_LED_init()
and red_LED_on(). Note that these functions are implemented in C.

What can be done here, should also be possible in your case.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Commitment, n.:      Commitment can be illustrated by a breakfast
of ham and eggs. The chicken was involved, the pig was committed.

  parent reply	other threads:[~2009-12-08 20:33 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-06 14:54 [U-Boot] [PATCH] ARM: Add support for edb93xx boards Matthias Kaehlcke
2009-12-07 15:51 ` Tom
2009-12-07 19:46 ` Wolfgang Denk
2009-12-07 23:33   ` Matthias Kaehlcke
2009-12-07 23:51     ` Wolfgang Denk
2009-12-08 15:13       ` Matthias Kaehlcke
2009-12-08 15:55         ` kevin.morfitt at fearnside-systems.co.uk
2009-12-08 20:42           ` Wolfgang Denk
2009-12-08 20:33         ` Wolfgang Denk [this message]
2009-12-08 21:07           ` Matthias Kaehlcke
2009-12-18 22:32           ` Matthias Kaehlcke

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=20091208203319.0179119F3F@gemini.denx.de \
    --to=wd@denx.de \
    --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