Enable apic ext id to use 256 apic id for AMD64

2005-01-07 Thread YhLu
Stefan, Please check out the code from the CVS code. After LinuxBIOS keeps the bsp to still use apicid 0. Kernel (2.6.10) x86-64 can work well. Andi suggest that. But I wonder why the normal BIOS (kernel with acpi enabled) can lift that to 0x10. --- normal BIOS (kernel with acpi disabled) will f

RE: Enable apic ext id to use 256 apic id for AMD64

2005-01-07 Thread YhLu
linuxbios@clustermatic.org; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; Matt Domsch Subject: Re: Enable apic ext id to use 256 apic id for AMD64 > nodeid = lapicid() & 0xf; > #if ENABLE_APIC_EXT_ID == 1 > enable_apic_ext_id(nodeid); >

Re: Enable apic ext id to use 256 apic id for AMD64

2005-01-10 Thread Li-Ta Lo
On Fri, 2005-01-07 at 14:35, YhLu wrote: > Stefan, > > Please check out the code from the CVS code. > > After LinuxBIOS keeps the bsp to still use apicid 0. Kernel (2.6.10) x86-64 > can work well. > > Andi suggest that. But I wonder why the normal BIOS (kernel with acpi > enabled) can lift that

RE: Enable apic ext id to use 256 apic id for AMD64

2005-01-10 Thread YhLu
PM To: YhLu Cc: Stefan Reinauer; Ronald G. Minnich; LinuxBIOS; Andi Kleen; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; Matt Domsch Subject: Re: Enable apic ext id to use 256 apic id for AMD64 On Fri, 2005-01-07 at 14:35, YhLu wrote: > Stefan, > > Please check out the code from t

RE: Enable apic ext id to use 256 apic id for AMD64

2005-01-10 Thread Li-Ta Lo
On Mon, 2005-01-10 at 15:18, YhLu wrote: > Please refer s4882 to change the MB that you support. > > nodeid = lapicid() & 0xf; > > orm with initial apic id > nodeid = (cpuid_ebx(1) >> 24) & 0xf; > What is this thing all about ? Ollie ___

RE: Enable apic ext id to use 256 apic id for AMD64

2005-01-10 Thread YhLu
ld G. Minnich; LinuxBIOS; Andi Kleen; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; Matt Domsch Subject: RE: Enable apic ext id to use 256 apic id for AMD64 On Mon, 2005-01-10 at 15:18, YhLu wrote: > Please refer s4882 to change the MB that you support. > > nodeid = lapicid() &a

RE: Enable apic ext id to use 256 apic id for AMD64

2005-01-10 Thread Li-Ta Lo
On Mon, 2005-01-10 at 15:18, YhLu wrote: > Please refer s4882 to change the MB that you support. > > nodeid = lapicid() & 0xf; > > orm with initial apic id > nodeid = (cpuid_ebx(1) >> 24) & 0xf; > > Can you do that to the s2885 for me? I am busy working on the VGABIOS support

RE: Enable apic ext id to use 256 apic id for AMD64

2005-01-10 Thread YhLu
OK. -Original Message- From: Li-Ta Lo [mailto:[EMAIL PROTECTED] Sent: Monday, January 10, 2005 2:16 PM To: YhLu Cc: Stefan Reinauer; Ronald G. Minnich; LinuxBIOS; Andi Kleen; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; Matt Domsch Subject: RE: Enable apic ext id to use 256

RE: Enable apic ext id to use 256 apic id for AMD64

2005-01-10 Thread YhLu
Subject: RE: Enable apic ext id to use 256 apic id for AMD64 On Mon, 2005-01-10 at 15:18, YhLu wrote: > Please refer s4882 to change the MB that you support. > > nodeid = lapicid() & 0xf; > > orm with initial apic id > nodeid = (cpuid_ebx(1) >> 24) & 0xf; >

RE: Enable apic ext id to use 256 apic id for AMD64

2005-01-10 Thread Li-Ta Lo
On Mon, 2005-01-10 at 15:40, YhLu wrote: > I changed that for all tyan, amd, and arima MB. > Thanks a lot. Ollie ___ Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios

RE: Enable apic ext id to use 256 apic id for AMD64

2005-01-11 Thread Li-Ta Lo
bp: 00037f74 esp: 00037f6c Ollie > > -Original Message- > From: Li-Ta Lo [mailto:[EMAIL PROTECTED] > Sent: Monday, January 10, 2005 2:14 PM > To: YhLu > Cc: Stefan Reinauer; Ronald G. Minnich; LinuxBIOS; Andi Kleen; > [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; Mat

RE: Enable apic ext id to use 256 apic id for AMD64

2005-01-11 Thread YhLu
From: Li-Ta Lo [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 9:12 AM To: YhLu Cc: Stefan Reinauer; Ronald G. Minnich; LinuxBIOS; Andi Kleen; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; Matt Domsch Subject: RE: Enable apic ext id to use 256 apic id for AMD64 On Mon, 2005-

RE: Enable apic ext id to use 256 apic id for AMD64

2005-01-11 Thread Li-Ta Lo
On Tue, 2005-01-11 at 10:38, YhLu wrote: > I don't think it is caused by the change about nodeid. > > In s2885, it only change lapicid() to lapicid() & 0xf, and will not affect > non apic lifting problem. > > What't the card that you are using on S2885?, and If I get time, I would try > that on s