* [U-Boot-Users] IBM PPC440GX
@ 2004-01-21 23:48 Carl Riechers
2004-01-22 0:16 ` Travis Sawyer
0 siblings, 1 reply; 6+ messages in thread
From: Carl Riechers @ 2004-01-21 23:48 UTC (permalink / raw)
To: u-boot
I could not find any PPC440GX options. Will I need to
do a port for this processor? I have the IBM PPC440GX
evaluation board.
Carl
__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot-Users] IBM PPC440GX
2004-01-21 23:48 [U-Boot-Users] IBM PPC440GX Carl Riechers
@ 2004-01-22 0:16 ` Travis Sawyer
2004-01-22 1:13 ` Wolfgang Denk
0 siblings, 1 reply; 6+ messages in thread
From: Travis Sawyer @ 2004-01-22 0:16 UTC (permalink / raw)
To: u-boot
On Wed, 2004-01-21 at 18:48, Carl Riechers wrote:
> I could not find any PPC440GX options. Will I need to
> do a port for this processor? I have the IBM PPC440GX
> evaluation board.
>
> Carl
>
Carl:
I've submitted a patch to Wolfgang a couple of weeks ago. He should be
evaluating it soon. It was too large to send to the list, so it was
sent directly to Wolfgang.
Wolfgang: I'm trying to be patient, but it looks like others would like
it ;)
Thank you,
Travis Sawyer
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot-Users] IBM PPC440GX
2004-01-22 0:16 ` Travis Sawyer
@ 2004-01-22 1:13 ` Wolfgang Denk
2004-01-22 17:13 ` Carl Riechers
0 siblings, 1 reply; 6+ messages in thread
From: Wolfgang Denk @ 2004-01-22 1:13 UTC (permalink / raw)
To: u-boot
In message <1074730590.2570.2.camel@localhost.localdomain> you wrote:
>
> Wolfgang: I'm trying to be patient, but it looks like others would like
> it ;)
Yes, I know. This, and some other stuff which is stuck in my queue.
Sorry...
Best regards,
Wolfgang Denk
--
See us @ Embedded World, Nuremberg, Feb 17 - 19, Hall 12.0 Booth 440
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
Like winter snow on summer lawn, time past is time gone.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot-Users] IBM PPC440GX
2004-01-22 1:13 ` Wolfgang Denk
@ 2004-01-22 17:13 ` Carl Riechers
2004-01-23 3:43 ` [U-Boot-Users] Motorola M5282EVB compiling Stuart Wood
0 siblings, 1 reply; 6+ messages in thread
From: Carl Riechers @ 2004-01-22 17:13 UTC (permalink / raw)
To: u-boot
Thank you Travis for the 440GX patches. I was hoping
to be first:)
Carl
--- Wolfgang Denk <wd@denx.de> wrote:
> In message
> <1074730590.2570.2.camel@localhost.localdomain> you
> wrote:
> >
> > Wolfgang: I'm trying to be patient, but it looks
> like others would like
> > it ;)
>
> Yes, I know. This, and some other stuff which is
> stuck in my queue.
>
> Sorry...
>
> Best regards,
>
> Wolfgang Denk
>
> --
> See us @ Embedded World, Nuremberg, Feb 17 - 19,
> Hall 12.0 Booth 440
> Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88
> Email: wd at denx.de
> Like winter snow on summer lawn, time past is time
gone.
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot-Users] Motorola M5282EVB compiling
2004-01-22 17:13 ` Carl Riechers
@ 2004-01-23 3:43 ` Stuart Wood
2004-01-23 6:36 ` Josef Baumgartner
0 siblings, 1 reply; 6+ messages in thread
From: Stuart Wood @ 2004-01-23 3:43 UTC (permalink / raw)
To: u-boot
When compiling U-Boot the last three lines are
m68k-elf-objdump: .depend: File format not recognized
m68k-elf-objcopy --gap-fill=0xff -O srec u-boot u-boot.srec
m68k-elf-objcopy --gap-fill=0xff -O binary u-boot u-boot.bin
Is it normal to get the "File format not recognized"
and the size of the u-boot file is 254921. Is this right?
it seems way to large.
Any help would be appreciated!
Thanks
Stuart Wood
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot-Users] Motorola M5282EVB compiling
2004-01-23 3:43 ` [U-Boot-Users] Motorola M5282EVB compiling Stuart Wood
@ 2004-01-23 6:36 ` Josef Baumgartner
0 siblings, 0 replies; 6+ messages in thread
From: Josef Baumgartner @ 2004-01-23 6:36 UTC (permalink / raw)
To: u-boot
Hi Stuart,
to get rid of the error message "File format not recognized" change
the build rule for the lib in board/m5282evb/Makefile to:
$(LIB): .depend $(OBJS)
$(AR) crv $@ $(OBJS)
Regards,
Josef
On Friday 23 January 2004 04:43, Stuart Wood wrote:
> When compiling U-Boot the last three lines are
> m68k-elf-objdump: .depend: File format not recognized
> m68k-elf-objcopy --gap-fill=0xff -O srec u-boot u-boot.srec
> m68k-elf-objcopy --gap-fill=0xff -O binary u-boot u-boot.bin
>
> Is it normal to get the "File format not recognized"
> and the size of the u-boot file is 254921. Is this right?
> it seems way to large.
>
> Any help would be appreciated!
>
> Thanks
>
> Stuart Wood
>
>
>
> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-01-23 6:36 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-21 23:48 [U-Boot-Users] IBM PPC440GX Carl Riechers
2004-01-22 0:16 ` Travis Sawyer
2004-01-22 1:13 ` Wolfgang Denk
2004-01-22 17:13 ` Carl Riechers
2004-01-23 3:43 ` [U-Boot-Users] Motorola M5282EVB compiling Stuart Wood
2004-01-23 6:36 ` Josef Baumgartner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox