Etherboot and Linuxbios

2005-01-04 Thread Gin
Now my linuxbios found the ELF file created by Etherboot and tried to jump to it. But it hangs afterward. This is the debug output from linuxbios. It loads 2 seg from the ELF file. But in a objdump on the ELF file. There is only one seg and the loading addr is different.

Re: mptable.c

2005-01-04 Thread Ronald G. Minnich
On Tue, 4 Jan 2005, Stefan Reinauer wrote: Am I supposed to delete it, or am I supposed to look up what it means and implement it in mptable.c so LinuxBIOS can use it? oh boy. It's been a year at least since I even looked at that thing. I will try to see what it's trying to do but I can't

Re: mptable.c

2005-01-04 Thread Stefan Reinauer
* Ronald G. Minnich rminnich@lanl.gov [050104 14:56]: On Tue, 4 Jan 2005, Stefan Reinauer wrote: Am I supposed to delete it, or am I supposed to look up what it means and implement it in mptable.c so LinuxBIOS can use it? oh boy. It's been a year at least since I even looked at that

Re: mptable.c

2005-01-04 Thread Ronald G. Minnich
On Tue, 4 Jan 2005, Stefan Reinauer wrote: I can have a look, if you can point me to some documentation. Is the utility supposed to through out a working mptable? The code it creates looks fundamentally different from the opteron boards' mptables.c versions. It will toss out C code with

Re: About mpc8540 problem

2005-01-04 Thread Adam Sulmicki
Hi, I'm porting the u-boot to the MPC8540SK board. And Now I get a problem. When I run to the printf function, unexpected interruption occurs. Then I trace into the assemble file. I found that something wrong with the function va_start,va_end. I know that these defines may be include by the

RE: Etherboot and Linuxbios

2005-01-04 Thread YhLu
Please let me know if you want me to send you one prebuilt image. YH -Original Message- From: Gin [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 04, 2005 2:51 AM To: YhLu; linuxbios@clustermatic.org Subject: Etherboot and Linuxbios Now my linuxbios found the ELF file created by

About va_start in the U-Boot

2005-01-04 Thread Aubrey
Hi, I get a big headache when porting u-boot to the MPC8540 system. the problem is in the printf function of the console.c file, the following is the dump file void printf (const char *fmt, ...) { fff99308: 94 21 fe 50

Re: About va_start in the U-Boot

2005-01-04 Thread Ronald G. Minnich
hmm, we just had a similar-sounding problem in v9fs! I don't know what the fix was any more, but you can check cvs logs at v9fs.sourceforge.net for mentions of varargs. ron ___ Linuxbios mailing list Linuxbios@clustermatic.org