Do I need to make Makefile.conf for myself?

2003-07-25 Thread gimyung han
Thanks to your help, I could succeed in setup dhcp server and tftp And then, I tried to get over to next step, making elfboot image. At first time, I just typed whole command written in the HOWTO, but I failed with Error: no Makefile.conf so I changed the original file, Makefile.conf.in to

Re: Do I need to make Makefile.conf for myself?

2003-07-25 Thread Mark Wilkinson
If you haven't build the mkelfImage yet, the first step it to run the configure program provided so that it can work out how to compile the mkelfImage program. in the directory you untar'd mkelfImage type the following ./configure it should then give a long output checking for various

Re: Do I need to make Makefile.conf for myself?

2003-07-25 Thread SONE Takeshi
On Fri, Jul 25, 2003 at 06:40:47AM +, gimyung han wrote: And then, I tried to get over to next step, making elfboot image. At first time, I just typed whole command written in the HOWTO, but I failed with Error: no Makefile.conf so I changed the original file, Makefile.conf.in to

Re: Do I need to make Makefile.conf for myself?

2003-07-25 Thread Andrew Ip
Hi gimyung, Thanks to your help, I could succeed in setup dhcp server and tftp And then, I tried to get over to next step, making elfboot image. At first time, I just typed whole command written in the HOWTO, but I failed with Error: no Makefile.conf so I changed the original file,

ldscript.ld contents?

2003-07-25 Thread Devi Priya
Hello, I compiled the linuxbios for sc1200. The ldscript.ld contents looks like this: INCLUDE ldoptions INCLUDE /root/PT06/Reference/LinuxBios/Freebios/freebios/src/arch/i386/config/ldscript.base INCLUDE /root/PT06/Reference/LinuxBios/Freebios/freebios/src/cpu/i386/entry16.lds INCLUDE

coherent hypertransport hardcodes.

2003-07-25 Thread Stefan Reinauer
* YhLu [EMAIL PROTECTED] [030719 02:59]: I have tested Stefan's the code about coherent_ht.c, and add some hardcode to it. coherent_ht.o.c is the original one. Coherent_ht.1.c is total hardcode one. coherent_ht.c and coherent_ht.2.c are modified with some hardcode ones. I am not happy with

Re: ldscript.ld contents?

2003-07-25 Thread ron minnich
On Fri, 25 Jul 2003, Devi Priya wrote: It looks completely different from the ldscript.ld found in romimages directory. I hope this ldcript.ld is automatically generated when running the python program. Is the entries correct? Or what i should do to correct it? it looks good to me.

Re: coherent hypertransport hardcodes.

2003-07-25 Thread ron minnich
On Fri, 25 Jul 2003, Stefan Reinauer wrote: I am not happy with these hardcodes at all, they will make all motherboards fail that have a different link setup than the tyan S2880 (It should be ok for hdama, but will definitely make the AMD quartet fail) just checking, did this cause trouble

Re: coherent hypertransport hardcodes.

2003-07-25 Thread Stefan Reinauer
* ron minnich [EMAIL PROTECTED] [030725 17:38]: I agree with you. This is arguably wrong, there should only be one cpu entry in the tree; it's on the to fix list. The code is pretty dumb right now, just emitting a tree for all devices. I'm just trying to figure out how to fix it, but have an

Re: coherent hypertransport hardcodes.

2003-07-25 Thread Stefan Reinauer
* ron minnich [EMAIL PROTECTED] [030725 17:38]: On Fri, 25 Jul 2003, Stefan Reinauer wrote: I am not happy with these hardcodes at all, they will make all motherboards fail that have a different link setup than the tyan S2880 (It should be ok for hdama, but will definitely make the AMD

Re: coherent hypertransport hardcodes.

2003-07-25 Thread ron minnich
On Fri, 25 Jul 2003, Stefan Reinauer wrote: I have not enabled LDTSTOP_L assertion in the tree yet, thus the writes to the link speed registers are done but wait to become current. I'm thinking about moving the code to tyans mb specific code and have the same thing for the other mainboards

Mini-ITX

2003-07-25 Thread John Hearns
I've been off the linuxbios list for some time. I see there are a few threads on mini-ITX. Can I ask for some pointers to ROM images for EPIA-800 and M1 Nehemiah boards (I've just got one on order) I see the ones on cwlinux.com - which specific boards are these for? Thanks!

Linuxbios and Via M10000, where to start?

2003-07-25 Thread Barbini Uberto
Hi, I'm sorry for the quite trivial question, but I cannot be able to found it by myself. I have a via M1 motherboard and I'm using it with gentoo with kernel 2.6.0.test1 and xfree86 latest snap, and acpid for clean poweroff by power button. All works fine, and I'm quite an happy user. I'm

Questions on BX Chipset

2003-07-25 Thread Meinrad Sauter
Hi, after a short period of pain, I finally made LinuxBIOS running on my machine (Siemens Fujitsu Multitainer / i440BX Chipset). I use this device as a digital video recorder running (of course) Linux and Klaus Schmidingers famous VDR. Unfortunately there are some features I couldn't get to

Re: coherent hypertransport hardcodes.

2003-07-25 Thread tomz
Stefan Reinauer wrote: * YhLu [EMAIL PROTECTED] [030719 02:59]: I have tested Stefan's the code about coherent_ht.c, and add some hardcode to it. coherent_ht.o.c is the original one. Coherent_ht.1.c is total hardcode one. coherent_ht.c and coherent_ht.2.c are modified with some hardcode

Re: Questions on BX Chipset

2003-07-25 Thread ron minnich
On Wed, 23 Jul 2003, Meinrad Sauter wrote: - VGA: The Multitainer has an onboard MPACT2 Graphics adapter. It would be nice to have, but not really required. From the docs, I think I could make it work using ADLO or with the builtin VGA support. What do you think? it would be cool if you

Re: coherent hypertransport hardcodes.

2003-07-25 Thread ron minnich
Stefan, I just fixed that 'False' bug. ron ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

Re: Fixes for Tyan s2880

2003-07-25 Thread YhLu
Ron, It seems that you roll back to the tree, because of Stefan's complain. I want to give detail description on the coherent_ht.c and raminit.c 1. coherent_ht.c add two function: notify_bsp_ap_is_stopped. And wait_ap_stop. 2. raminit.c change csbase counting methods. Any way you at least can

Re: Fixes for Tyan s2880

2003-07-25 Thread ron minnich
On Fri, 25 Jul 2003, YhLu wrote: It seems that you roll back to the tree, because of Stefan's complain. no, I did not roll anything back. Did something roll back? Or are you seeing the 24-hour sourceforge.net delay? ron ___ Linuxbios mailing list

Re: Fixes for Tyan s2880

2003-07-25 Thread YhLu
Maybe you are right, becase I can not see any update on s2880 dir. And can not get config.lb and chip.c that you prepare for me. Can you send those files to me? Regards Yinghai Lu -- : ron minnich [mailto:[EMAIL PROTECTED] : 2003725 12:05 : YhLu : [EMAIL PROTECTED] : Re: Fixes for

Re: Questions on BX Chipset

2003-07-25 Thread Richard Smith
Meinrad Sauter wrote: I'm just now reading the original post Missed it earlier. - Soft Power-Off: I used the APM-BIOS in my Original Setup for this. I understand that LinuxBIOS doesn't implement such BIOS functions. I also found a kernel patch that implements this feature for SIS-Chipsets.

Re: Questions on BX Chipset

2003-07-25 Thread ron minnich
On Fri, 25 Jul 2003, Richard Smith wrote: Meinrad Sauter wrote: I'm just now reading the original post Missed it earlier. - Soft Power-Off: I used the APM-BIOS in my Original Setup for this. I understand that LinuxBIOS doesn't implement such BIOS functions. I also found a kernel