* [U-Boot-Users] difference between _f and _r init functions
@ 2007-10-15 0:44 Mike Frysinger
2007-10-15 2:14 ` Detlef Vollmann
0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2007-10-15 0:44 UTC (permalink / raw)
To: u-boot
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 ?
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20071014/27550a7e/attachment.pgp
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot-Users] difference between _f and _r init functions
2007-10-15 0:44 [U-Boot-Users] difference between _f and _r init functions Mike Frysinger
@ 2007-10-15 2:14 ` Detlef Vollmann
0 siblings, 0 replies; 2+ messages in thread
From: Detlef Vollmann @ 2007-10-15 2:14 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-15 2:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox