public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] printf and MPC8540
@ 2005-06-01 13:49 Armand Ciejak
  2005-06-01 14:12 ` Wolfgang Denk
  0 siblings, 1 reply; 9+ messages in thread
From: Armand Ciejak @ 2005-06-01 13:49 UTC (permalink / raw)
  To: u-boot

When compiling u-boot 1.1.2 for a MPC8540 board. I have a crash in the 
printf function. After looking at the assembler code generated I found 
the "stswi" instruction which is not supported by the e500 core. The 
config file I use is based on the MPC8540ADS config file which has the 
following defines:
/* High Level Configuration Options */
#define CONFIG_BOOKE         1    /* BOOKE */
#define CONFIG_E500          1    /* BOOKE e500 family */
#define CONFIG_MPC85xx       1    /* MPC8540/MPC8560 */
#define CONFIG_MPC8540       1    /* MPC8540 specific */
#define CONFIG_MPC8540ADS    1    /* MPC8540ADS board specific */

I use ELDK3.1 and CROSS_COMPILE = ppc_6xx-

What should I do ?

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-06-02  9:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-01 13:49 [U-Boot-Users] printf and MPC8540 Armand Ciejak
2005-06-01 14:12 ` Wolfgang Denk
2005-06-01 14:58   ` Detlef Vollmann
2005-06-01 15:01     ` Wolfgang Denk
2005-06-01 18:11       ` Detlef Vollmann
2005-06-01 21:05         ` Wolfgang Denk
2005-06-01 15:10     ` Jon Loeliger
2005-06-01 20:59       ` Wolfgang Denk
2005-06-02  9:45         ` Clemens Koller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox