It seems the Kernel clear 0x0--4k. Of course after itself take the MP TABLE.
Maybe need to update the kernel.
YH -----邮件原件----- 发件人: YhLu 发送时间: 2003年8月6日 18:30 收件人: ron minnich 抄送: 'ebiederman@lnxi.com'; 'Stefan Reinauer'; 'linuxbios@clustermatic.org' 主题: re: S2880
Eric, Under 4G RAM linusbios_tables occupy 0x500-0xae0, cmos_util can find option_table even after rebooting. Under 6G RAM linuxbios_tables occupy 0x500-0xaf4, cmos_util can find option_table after power on but can not find it after rebooting.
The only difference should be that rebooting don't execute auto.c again.
Any advise.
Regards
Yingahi Lu
-----邮件原件----- 发件人: YhLu 发送时间: 2003年8月6日 17:11 收件人: ron minnich 抄送: 'ebiederman@lnxi.com'; 'Stefan Reinauer'; 'linuxbios@clustermatic.org' 主题: 答复: S2880
Ron,
I have verfied that if I disable the XIP... in old config tool, the image produced will make the option table not accessiable after reboot too.
Regards
Yinghai Lu
-----邮件原件----- 发件人: ron minnich [mailto:rminnich@lanl.gov] 发送时间: 2003年8月6日 15:51 收件人: YhLu 抄送: 'ebiederman@lnxi.com'; 'Stefan Reinauer'; 'linuxbios@clustermatic.org' 主题: Re: S2880
I will try to email you my latest tree, Stefan put them in last night.
ron _______________________________________________ Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios _______________________________________________ Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
On Wed, 6 Aug 2003, YhLu wrote:
It seems the Kernel clear 0x0--4k. Of course after itself take the MP TABLE.
yuck. I always thought it left that page alone, since it's page zero anyway.
Well, that explains a thing or two.
ron
I really need a working PIRQ (don't ask) so I'm going to take a stab at generating one from the linuxbios tables, unless somebody else has done/wants to do it.
ron
ron minnich wrote:
I really need a working PIRQ (don't ask) so I'm going to take a stab at generating one from the linuxbios tables, unless somebody else has done/wants to do it.
I don't know if it is helpful to what you need or not, but there is code in the stpc section that builds a PIRQ table: (freebios/src/mainboard/stpc/consumer2/mainboard.c). This uses the 0x0f router code which is a way around linux if it does not know about the router in your north/south bridge. There are comments in the code.
-Steve
On Wed, 6 Aug 2003, Steve Gehlbach wrote:
I don't know if it is helpful to what you need or not, but there is code in the stpc section that builds a PIRQ table: (freebios/src/mainboard/stpc/consumer2/mainboard.c). This uses the 0x0f router code which is a way around linux if it does not know about the router in your north/south bridge. There are comments in the code.
That's what I love about this list. Everytime I ask a question it gets answered in a work-saving way. Steve, I'll take a look at your stuff, and thanks.
I am much relieved ...
ron