From: Detlef Vollmann <dv@vollmann.ch>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] difference between _f and _r init functions
Date: Mon, 15 Oct 2007 04:14:18 +0200 [thread overview]
Message-ID: <4712CCFA.8040606@vollmann.ch> (raw)
In-Reply-To: <200710142045.00187.vapier@gentoo.org>
Mike Frysinger wrote:
> cant seem to find any explicit mention of the difference between _f and _r
> functions ... looks like _f funcs are called "early" and _r funcs are the
> later stuff which do more. what's the letter stand for and generally what
> should these be doing ?
In my current case (old U-Boot, ppc 8xx) _f runs from _f_lash, not
yet relocated, setup of and access through function pointers needs
special care, very few RAM (and stack size) available.
_r runs after relocation from _R_AM, nomal mode, no special care
required.
Detlef
prev parent reply other threads:[~2007-10-15 2:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-15 0:44 [U-Boot-Users] difference between _f and _r init functions Mike Frysinger
2007-10-15 2:14 ` Detlef Vollmann [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=4712CCFA.8040606@vollmann.ch \
--to=dv@vollmann.ch \
--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.