Re: [LinuxBIOS] Tyan S2885 memreset problem!!

2007-07-30 Thread yhlu
On 7/30/07, Richard Wei <[EMAIL PROTECTED]> wrote: > Oh... I check it again. > The information right on the AMD Opteron processor is OSA240CC05AH. > By the last two digit, I think I have Rev. B3. > > > AD CPUID:Model4ESRev.C0�C0.13um > AG CPUID:Model5(max.1CPU)Rev.B3-0,13umSledgehammer core > AH CP

Re: [LinuxBIOS] Tyan S2885 memreset problem!!

2007-07-30 Thread Richard Wei
Oh... I check it again. The information right on the AMD Opteron processor is OSA240CC05AH. By the last two digit, I think I have Rev. B3. AD CPUID:Model4ESRev.C0–0.13um AG CPUID:Model5(max.1CPU)Rev.B3-0,13umSledgehammer core AH CPUID:Model5(max.2CPU)Rev.B3-0,13umSledgehammer core AI CPUID:Mode

Re: [LinuxBIOS] Tyan S2885 memreset problem!!

2007-07-30 Thread Richard Wei
There is no rev information on the top of AMD Opteron processor, but the number right below the barcode on the heatsink has B32001549. Probably it's rev B3. Richard Wei - Original Message From: yhlu <[EMAIL PROTECTED]> To: Richard Wei <[EMAIL PROTECTED]> Cc: linuxbios@linuxbios.org Sent:

Re: [LinuxBIOS] mkelfImage adoption on Debian and Ubuntu

2007-07-30 Thread Peter Stuge
On Mon, Jul 30, 2007 at 08:46:36AM -0600, Jordan Crouse wrote: > On 29/07/07 05:20 +0200, Peter Stuge wrote: > > > I am wondering .. to become the new upstream? > > > > Could you do it? > > This tool is useful enough to us that we should probably ask Eric > if we can bring it over to the lb.o SVN

Re: [LinuxBIOS] Will it work?

2007-07-30 Thread Jordan Crouse
On 30/07/07 23:44 +0200, Peter Stuge wrote: > Hi Daniel, > > On Tue, Jul 31, 2007 at 06:27:57AM +1200, Daniel Hill wrote: > > Im just wondering if this is compatible with my computer > > > > AMD Athlon 64 Processor 3200+ (Venice) > > MSI K8N Neo4 Platinum (PCB 1.0) (MS-7125) > > The mainboard is

Re: [LinuxBIOS] Will it work?

2007-07-30 Thread Peter Stuge
Hi Daniel, On Tue, Jul 31, 2007 at 06:27:57AM +1200, Daniel Hill wrote: > Im just wondering if this is compatible with my computer > > AMD Athlon 64 Processor 3200+ (Venice) > MSI K8N Neo4 Platinum (PCB 1.0) (MS-7125) The mainboard is not supported per se.. > 00:00.0 Memory controller: nVidia

[LinuxBIOS] Will it work?

2007-07-30 Thread Daniel Hill
Im just wondering if this is compatible with my computer AMD Athlon 64 Processor 3200+ (Venice) MSI K8N Neo4 Platinum (PCB 1.0) (MS-7125) NVIDIA® nForce4 Ultra Chipset (http://global.msi.com.tw/index.php?func=proddesc&prod_no=165&maincat_no=1&cat2_no=&cat3_no=) for more detail lspci: -

Re: [LinuxBIOS] Tyan S2885 memreset problem!!

2007-07-30 Thread yhlu
On 7/30/07, Richard Wei <[EMAIL PROTECTED]> wrote: > Hmm... I only have one AMD Opteron. > Do I have to configure or rewrite the code > for Hypertransport configuration? > what's your CPU rev? B3 or C0...? YH -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/list

Re: [LinuxBIOS] Can we provide BIOS service base on the Linux BIOS

2007-07-30 Thread Marc Jones
Uwe Hermann wrote: > On Sun, Jul 29, 2007 at 03:16:00PM +0200, Stefan Reinauer wrote: >> * Rasmus Wiman <[EMAIL PROTECTED]> [070729 14:49]: >>> Just curious... How about software that runs "on top of" Linuxbios? I >>> assume that Microsoft won't have to release Windows under GPL just >>> because

Re: [LinuxBIOS] mkelfImage adoption on Debian and Ubuntu

2007-07-30 Thread Jordan Crouse
On 29/07/07 05:20 +0200, Peter Stuge wrote: > On Sun, Jul 29, 2007 at 12:56:41AM +0300, Martin-Éric Racine wrote: > > images that also work for booting Etherboot/Netboot devices based > > on commercial BIOS. > > This should just be a quick test - but IIRC Etherboot can boot > mkelfImage output jus

Re: [LinuxBIOS] Winflashrom -- Current Status

2007-07-30 Thread Roman Kononov
Darmawan Salihun wrote: > As I couldn't find any better replacement to the PCI direct I/O > function at the moment (which is needed in chipset_enable and > board_enable), I will try to implement them using a quite old kernel > mode API, i.e. HalGetBusData and HalSetBusData. I hope the kernel >

Re: [LinuxBIOS] Winflashrom -- Current Status

2007-07-30 Thread Darmawan Salihun
Stefan Reinauer wrote: > * Stefan Reinauer <[EMAIL PROTECTED]> [070725 11:12]: >> Since the places where mmap happens are only a few I'd say it is not >> really "needed". It's a good idea though as it is a safety measure >> against application bugs. > > Just stumbled upon "WinIO" which seems to d

Re: [LinuxBIOS] Tyan S2885 memreset problem!!

2007-07-30 Thread Richard Wei
Hmm... I only have one AMD Opteron. Do I have to configure or rewrite the code for Hypertransport configuration? So appreciated for your rapid response. - Original Message From: yhlu <[EMAIL PROTECTED]> To: Richard Wei <[EMAIL PROTECTED]> Cc: linuxbios@linuxbios.org Sent: Monday, July

Re: [LinuxBIOS] Tyan S2885 memreset problem!!

2007-07-30 Thread yhlu
On 7/30/07, Richard Wei <[EMAIL PROTECTED]> wrote: > I was trying to compile LinuxBIOSv2-2673 for Tyan S2885. > The EVB has only one CPU on board. > Somehow, I got the following message from the console. > The system seems to hang right inside the memreset() function. > And the function seems only

[LinuxBIOS] Tyan S2885 memreset problem!!

2007-07-30 Thread Richard Wei
I was trying to compile LinuxBIOSv2-2673 for Tyan S2885. The EVB has only one CPU on board. Somehow, I got the following message from the console. The system seems to hang right inside the memreset() function. And the function seems only to toggle GPIO16 and GPIO17 on AMD8111. Cound't figure out w