public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC 0/3] ARM: cleanup gd init
Date: Sat, 28 Sep 2013 22:39:32 +0200	[thread overview]
Message-ID: <20130928223932.2f831bb0@lilith> (raw)
In-Reply-To: <523F363F.10700@myspectrum.nl>

Hi Jeroen,

On Sun, 22 Sep 2013 20:26:07 +0200, Jeroen Hofstee
<jeroen@myspectrum.nl> wrote:

> Hello,
> 
> On 08/24/2013 06:32 PM, Jeroen Hofstee wrote:
> > 4) Keep the s_init in crt0.S or move it to the board_init_f?
> > The disadvantage of the later is that all the different
> > board_init_f's need to call system_init.
> Since this has been on the mailing-list for a month without a reply,
> let's push this a bit.
> 
> Moving s_init to board_init_f is not smart since there are many
> board_init_f already and likely there will be more in the future
> since SPL uses it as well. It also provides a chance to save bootrom
> registers to gd. After boad_init_f r1 is clobbered at least..

Not sure what you mean by there being "many" board_init_f()s -- I
count five occurrences, one of which is the standard board_init_f(),
one is a weak default in SPL, and three are custom versions; the last
four may or may not be merged into 'the' board_init_f() one.

Regarding saving bootrom (or other) registers, that is a feature for
start.S, more precisely from _start, which is the only place in the
whole of U-Boot that has not clobbered any register yet.

The right process is thus to split s_init(): any part that deals with
saving registers at boot should go in start.S; any part that deals
with anything else and is not absolutely required before entering
crt0.S should move in a function called from board_init_f().

> Regards,
> Jeroen

Amicalement,
-- 
Albert.

      reply	other threads:[~2013-09-28 20:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-24 16:32 [U-Boot] [RFC 0/3] ARM: cleanup gd init Jeroen Hofstee
2013-08-24 16:32 ` [U-Boot] [RFC 1/3] ARM,crt0.S: call s_init instead from ctr0.S Jeroen Hofstee
2013-08-24 16:41   ` Jeroen Hofstee
2013-08-24 16:32 ` [U-Boot] [RFC 2/3] ARM,crt0.S: optional init gd to gdata for spl Jeroen Hofstee
2013-08-24 16:32 ` [U-Boot] [RFC 3/3] ARM: do not assign gd outside of crt0.S Jeroen Hofstee
2013-09-22 18:26 ` [U-Boot] [RFC 0/3] ARM: cleanup gd init Jeroen Hofstee
2013-09-28 20:39   ` Albert ARIBAUD [this message]

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=20130928223932.2f831bb0@lilith \
    --to=albert.u.boot@aribaud.net \
    --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