Doc translation

2004-06-23 Thread Mathieu Deschamps
Hello

I'am going off for a moment for the dev. but i will go on
following work and talking of LinuxBios. keep this up   :)
if you want to contact me please cc, mathdesc at yahoo dot fr 

later.
mathieu
___
Linuxbios mailing list
[EMAIL PROTECTED]
http://www.clustermatic.org/mailman/listinfo/linuxbios


Re: Porting Linux BIOS

2004-06-23 Thread ron minnich
don't plan to solder flash parts and sockets on and off. For some parts it 
is almost impossible. 

The issue with Asus is not the flash part anyway, it's the hidden bits 
that control important functions like SPD. 

Any reason not to just go to tyan or cwlinux.com and buy a board with 
linuxbios installed?

ron

___
Linuxbios mailing list
[EMAIL PROTECTED]
http://www.clustermatic.org/mailman/listinfo/linuxbios


Re: Resource Allocation for Option Rom

2004-06-23 Thread Richard Smith
Eric W. Biederman wrote:
Li-Ta Lo [EMAIL PROTECTED] writes:

On Thu, 2004-05-27 at 14:16, Eric W. Biederman wrote:
We could probably reserve a hole for this purpose, which
is a good idea except for bridges. 

Can we just treat it as MEM resource and reuse the MEM resource
allocation code ?

Yes that would be the easy way to reserver an area for the rom
to be enabled.  If the BAR is not large this should not be a problem.
 
Did this happen?  I'm trying to get a plug in PCI video card up with 
ADLO and I need the option rom to be enabled.  I can do it direcly in my 
mainboard code for a hack but If there was anything to test I though I 
would try.


___
Linuxbios mailing list
[EMAIL PROTECTED]
http://www.clustermatic.org/mailman/listinfo/linuxbios


Re: Resource Allocation for Option Rom

2004-06-23 Thread Li-Ta Lo
On Wed, 2004-06-23 at 10:24, Richard Smith wrote:
 Eric W. Biederman wrote:
 
  Li-Ta Lo [EMAIL PROTECTED] writes:
  
  
 On Thu, 2004-05-27 at 14:16, Eric W. Biederman wrote:
 
 We could probably reserve a hole for this purpose, which
 is a good idea except for bridges. 
 
 
 Can we just treat it as MEM resource and reuse the MEM resource
 allocation code ?
  
  
  Yes that would be the easy way to reserver an area for the rom
  to be enabled.  If the BAR is not large this should not be a problem.
   
 
 Did this happen?  I'm trying to get a plug in PCI video card up with 
 ADLO and I need the option rom to be enabled.  I can do it direcly in my 
 mainboard code for a hack but If there was anything to test I though I 
 would try.
 
 

How is testbios doing on your side ?

Ollie


___
Linuxbios mailing list
[EMAIL PROTECTED]
http://www.clustermatic.org/mailman/listinfo/linuxbios


Re: Porting Linux BIOS

2004-06-23 Thread Hendricks David W.
Right now I'd have to say the best supported mainboards currently are VIA 
EPIA M2 and Opteron mainboards using the AMD8111 southbridge. Asus does weird 
things with their SMbus and hasn't been very cooperative in the past with 
documentation, so I would not recommend that you risk money on them.

Though if you have a high threshold for pain, you can try one of the newer 
VIA chipsets like the KT400 and hope they're generous enough with 
documentation to complete a port. Some other VIA stuff is supported, so 
that might help with a new port.

On Wed, 23 Jun 2004, Michael Robinson wrote:

 Ron,
 
 I'm not sure what mobo I'm going to use yet, before I buy one I want to 
 make sure it's at least reasonably possible to get LinuxBIOS running on 
 it.  I've heard that the Asus SiS mobos won't work because of the flash 
 chip.  Is this just because of the pinout or is it because of actual 
 software compatibility.  I can always solder my own socket onto the 
 board if necessary.  I've been looking at the Asus boards and most of 
 the compatible boards on your site seem to use the SiS chipset that many 
 of the Asus's do.  Can you give me any insight on the chip compatibility 
 problem?  Most of the SiS chips in the Asus boards seem very close in 
 model number to the ones you guys have got working.
 
 Thanks,
 Michael Robinson
 [EMAIL PROTECTED]
 www.fuzzymuzzle.com
 
 ron minnich wrote:
 
 it depends on the chipset type. Can you give us some lspci output and we 
 can see what is possible?
 
 ron
 
 
 
 
   
 
 
 ___
 Linuxbios mailing list
 [EMAIL PROTECTED]
 http://www.clustermatic.org/mailman/listinfo/linuxbios
 

___
Linuxbios mailing list
[EMAIL PROTECTED]
http://www.clustermatic.org/mailman/listinfo/linuxbios


Re: Porting Linux BIOS

2004-06-23 Thread Michael Robinson
If it came to that, I could desolder and resolder components (hardware 
hacking/construction is my specialty - http://www.fuzzymuzzle.com).  
What I really want to do though is buy a board on whether it supports my 
needs, not whether it currently supports LinuxBIOS.  I'll check out the 
Tyans and see what they have.

Thanks,
Michael Robinson
[EMAIL PROTECTED]
www.fuzzymuzzle.com
ron minnich wrote:
don't plan to solder flash parts and sockets on and off. For some 
parts it is almost impossible.
The issue with Asus is not the flash part anyway, it's the hidden 
bits that control important functions like SPD.
Any reason not to just go to tyan or cwlinux.com and buy a board with 
linuxbios installed?

ron

 


___
Linuxbios mailing list
[EMAIL PROTECTED]
http://www.clustermatic.org/mailman/listinfo/linuxbios


Re: Porting Linux BIOS

2004-06-23 Thread Michael Robinson
David,
Are all Via EPIA motherboards fairly well supported or just the EPIA 
M2?  I would assume since the EPIA M2 uses the:

- VIA CLE266 North Bridge
- VIA VT8235 South Bridge
that any of there other EPIA motherboards that use this chipset should 
be fairly compatible.  Am I correct in this assumption or are there 
other important factors that can't be easily fixed?

Thanks,
Michael Robinson
[EMAIL PROTECTED]
www.fuzzymuzzle.com
Hendricks David W. wrote:
Right now I'd have to say the best supported mainboards currently are VIA 
EPIA M2 and Opteron mainboards using the AMD8111 southbridge. Asus does weird 
things with their SMbus and hasn't been very cooperative in the past with 
documentation, so I would not recommend that you risk money on them.

Though if you have a high threshold for pain, you can try one of the newer 
VIA chipsets like the KT400 and hope they're generous enough with 
documentation to complete a port. Some other VIA stuff is supported, so 
that might help with a new port.

On Wed, 23 Jun 2004, Michael Robinson wrote:
 

Ron,
I'm not sure what mobo I'm going to use yet, before I buy one I want to 
make sure it's at least reasonably possible to get LinuxBIOS running on 
it.  I've heard that the Asus SiS mobos won't work because of the flash 
chip.  Is this just because of the pinout or is it because of actual 
software compatibility.  I can always solder my own socket onto the 
board if necessary.  I've been looking at the Asus boards and most of 
the compatible boards on your site seem to use the SiS chipset that many 
of the Asus's do.  Can you give me any insight on the chip compatibility 
problem?  Most of the SiS chips in the Asus boards seem very close in 
model number to the ones you guys have got working.

Thanks,
Michael Robinson
[EMAIL PROTECTED]
www.fuzzymuzzle.com
ron minnich wrote:
   

it depends on the chipset type. Can you give us some lspci output and we 
can see what is possible?

ron


 

___
Linuxbios mailing list
[EMAIL PROTECTED]
http://www.clustermatic.org/mailman/listinfo/linuxbios
   



 

___
Linuxbios mailing list
[EMAIL PROTECTED]
http://www.clustermatic.org/mailman/listinfo/linuxbios


AMD Opteron bug fix in BIOS

2004-06-23 Thread Matt L. Leininger
The Inquirer is reporting that the Opteron bug announced earlier this
week can be fixed by the BIOS.  AMD has been supportive of LinuxBIOS. 
Anyone know if AMD has supplied the necessary information to get a fix
into LinuxBIOS?

http://www.theinquirer.net/?article=16774
 
 Thanks,

  - Matt

___
Linuxbios mailing list
[EMAIL PROTECTED]
http://www.clustermatic.org/mailman/listinfo/linuxbios


Re: Porting Linux BIOS

2004-06-23 Thread Michael Robinson
Lucky for me the after further investigation the EPIA M2 seems to meet 
my requirements perfectly.  I was wondering though, the AMI BIOS that 
comes on the board is used to switch between the video output modes and 
many other hardware features.  Are these settings now configured through 
Linux then since LinuxBIOS does minimal hardware configuration?  Or are 
they still setup in the BIOS (LinuxBIOS), or are they not supported 
currently?

Thanks,
Michael Robinson
[EMAIL PROTECTED]
www.fuzzymuzzle.com
Hendricks David W. wrote:
Right now I'd have to say the best supported mainboards currently are VIA 
EPIA M2 and Opteron mainboards using the AMD8111 southbridge. Asus does weird 
things with their SMbus and hasn't been very cooperative in the past with 
documentation, so I would not recommend that you risk money on them.

Though if you have a high threshold for pain, you can try one of the newer 
VIA chipsets like the KT400 and hope they're generous enough with 
documentation to complete a port. Some other VIA stuff is supported, so 
that might help with a new port.

On Wed, 23 Jun 2004, Michael Robinson wrote:
 

Ron,
I'm not sure what mobo I'm going to use yet, before I buy one I want to 
make sure it's at least reasonably possible to get LinuxBIOS running on 
it.  I've heard that the Asus SiS mobos won't work because of the flash 
chip.  Is this just because of the pinout or is it because of actual 
software compatibility.  I can always solder my own socket onto the 
board if necessary.  I've been looking at the Asus boards and most of 
the compatible boards on your site seem to use the SiS chipset that many 
of the Asus's do.  Can you give me any insight on the chip compatibility 
problem?  Most of the SiS chips in the Asus boards seem very close in 
model number to the ones you guys have got working.

Thanks,
Michael Robinson
[EMAIL PROTECTED]
www.fuzzymuzzle.com
ron minnich wrote:
   

it depends on the chipset type. Can you give us some lspci output and we 
can see what is possible?

ron


 

___
Linuxbios mailing list
[EMAIL PROTECTED]
http://www.clustermatic.org/mailman/listinfo/linuxbios
   



 

___
Linuxbios mailing list
[EMAIL PROTECTED]
http://www.clustermatic.org/mailman/listinfo/linuxbios