[LinuxBIOS] Probable fix for gcc4 builds

2007-02-07 Thread Luis Correia
Hi! this is completely untested! I got this hint from the syslinux mailing list regarding building on newer distros, maybe this helps building linuxbios. For newer distro's (like ubuntu 6.10, FC5+), syslinux build fails due to gcc 4. Here is a patch to get it to build properly. The only thing

[LinuxBIOS] why no mapped APIC

2007-02-07 Thread michal wan
the log is below: No local APIC present or hardware disabled Initializing CPU#0 google searchs something like: mapped APIC to d000 or Using APIC driver default ACPI what else step missed or not configured? any hints would be greatly appreciated!

Re: [LinuxBIOS] questions about VSA on Gx2 plus cs5535??

2007-02-07 Thread lihao
Thanks for replying my question. All you need in VSA is vsainit and sysmanager (if you don't need graphics support). I need graphics support. I also have an ATI card, so I think I have two graphics card, one on board while another addon. In which particular order those init things must

Re: [LinuxBIOS] questions about VSA on Gx2 plus cs5535??

2007-02-07 Thread Indrek Kruusa
Ühel kenal päeval (kolmapäev 07 veebruar 2007 2:24 pm) kirjutas lihao: Thanks for replying my question. All you need in VSA is vsainit and sysmanager (if you don't need graphics support). I need graphics support. I also have an ATI card, so I think I have two graphics card, one on board

[LinuxBIOS] ck804 romstrap modification

2007-02-07 Thread Roman Kononov
This modification simplifies automation of building ROM files with correct MAC addresses. The automation is done by adding the following into src/mainboard/xxx/xxx/Config.lb ## ## ROMSTRAP table for CK804 ## if USE_FALLBACK_IMAGE + mainboardinit

Re: [LinuxBIOS] ck804 romstrap modification

2007-02-07 Thread Lu, Yinghai
That is not necessary. For the cluster, 1. you need to program mac address for every node at the first time. 2. and for the second time, you need to use scripts to preserve the mac address. YH -- linuxbios mailing list linuxbios@linuxbios.org

Re: [LinuxBIOS] ck804 romstrap modification

2007-02-07 Thread Lu, Yinghai
So you need to scripts for flash 1. get mac address from the legacy bios from flash 2. flash your linuxbios. 3. reprogram you mac address again. Or conbine 2/3 to update linuxbios image, and flash it if you like. Late when you like update linuxbios with linuxbios, just use flash util with

Re: [LinuxBIOS] ck804 romstrap modification

2007-02-07 Thread Roman Kononov
On 02/07/2007 12:13 PM, Lu, Yinghai wrote: So you need to scripts for flash 1. get mac address from the legacy bios from flash 2. flash your linuxbios. 3. reprogram you mac address again. Thank you for the clarifications. Good HW design should use serial EEPROM on smbus to preserve the MAC

Re: [LinuxBIOS] ck804 romstrap modification

2007-02-07 Thread Lu, Yinghai
-Original Message- From: Roman Kononov [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 07, 2007 10:47 AM To: Lu, Yinghai Cc: LinuxBIOS Subject: Re: [LinuxBIOS] ck804 romstrap modification I panned to modify romstrap.inc and Sun Ultra40 mainboard's Config.lb, and put that

Re: [LinuxBIOS] ck804 romstrap modification

2007-02-07 Thread Roman Kononov
On 02/07/2007 01:09 PM, Lu, Yinghai wrote: The romstrap.inc is only want to have the fixed postion for MAC in flash. You have own romstrap.inc in your MB dir, and update MB Config.lb to point to it. This will work too. My objection is that the other magic things from romstrap.inc would be

Re: [LinuxBIOS] ck804 romstrap modification

2007-02-07 Thread Stefan Reinauer
Lu, Yinghai wrote: So you need to scripts for flash 1. get mac address from the legacy bios from flash 2. flash your linuxbios. 3. reprogram you mac address again. Or conbine 2/3 to update linuxbios image, and flash it if you like. Maybe this is a case where we might want to teach that

Re: [LinuxBIOS] [PATCH] MSI ms9282 LinuxBIOS support

2007-02-07 Thread Uwe Hermann
Hi, On Wed, Feb 07, 2007 at 10:31:15AM +0800, [EMAIL PROTECTED] wrote: Dear all, This patch is for MSI K9ND Master Series (ms9282) LinuxBIOS support. Thanks very much for Yinghai's great work for MCP55. Sign-off-by: Bingxun Shi [EMAIL PROTECTED] Great stuff! Thanks a lot for your work!

[LinuxBIOS] Question about PCI Config Space byte rd/wr in HT

2007-02-07 Thread Perry Wang
Hi, If software tries to do a byte rd/wr access to PCI config access, say in linux or BIOS, how would it show up on the HT bus? I'm assuming that config space access is initiated through the southbridge. Anyone know if an HT device will ever have to expect byte access to its config space?

Re: [LinuxBIOS] [PATCH] MSI ms9282 LinuxBIOS support

2007-02-07 Thread Uwe Hermann
On Thu, Feb 08, 2007 at 01:27:03AM +0100, Uwe Hermann wrote: Sign-off-by: Bingxun Shi [EMAIL PROTECTED] Acked-by: Uwe Hermann [EMAIL PROTECTED] Forgot the ack... Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org |

Re: [LinuxBIOS] r2550 - trunk/LinuxBIOSv2/util/flashrom

2007-02-07 Thread Uwe Hermann
On Tue, Feb 06, 2007 at 10:57:42PM +0100, Carl-Daniel Hailfinger wrote: Hi! [EMAIL PROTECTED] wrote: Signed-off-by: Adam Kaufman [EMAIL PROTECTED] Signed-off-by: Stefan Reinauer [EMAIL PROTECTED] Acked-by: Stefan Reinauer [EMAIL PROTECTED] Acked-by: Adam Kaufman [EMAIL PROTECTED] It