Dear Magnus Lilja, In message <[email protected]> you wrote: > > It's often done in lowlevel_init.S, whether that's true for all > platforms and all boards I do not know.
lowlevel_init.S is only used on ARM boards. No other architecture does it like that. Usually we try to avoid using assembler code, especially for critical things like RAM initialization where you want to have the best possible debug support (and just adding a printf() here and there is often _very_ convenient). Just one of the many areas where the ARM port has been done wrong. 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: [email protected] There are two kinds of people, those who do the work and those who take the credit. Try to be in the first group; there is less competition there. - Indira Gandhi _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

