re: S2880

2003-08-14 Thread YhLu
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 
: 200386 17:11
: ron minnich
: '[EMAIL PROTECTED]'; 'Stefan Reinauer'; '[EMAIL PROTECTED]'
: : 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:[EMAIL PROTECTED] 
: 200386 15:51
: YhLu
: '[EMAIL PROTECTED]'; 'Stefan Reinauer'; '[EMAIL PROTECTED]'
: Re: S2880

I will try to email you my latest tree, Stefan put them in last night.

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: S2880

2003-08-14 Thread Ronald G. Minnich
On Wed, 6 Aug 2003, YhLu wrote:

 So you will add one module that will produce PIRQ automatically?

I don't see any choice. Bus mapping is dynamic and hence a static table 
is not going to work. We have needed this for some time now anyway.

ron

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


Re: S2880

2003-08-14 Thread YhLu
It seems the Kernel clear 0x0--4k.
Of course after itself take the MP TABLE.

Maybe need to update the kernel.

YH
--
: YhLu 
: 200386 18:30
: ron minnich
: '[EMAIL PROTECTED]'; 'Stefan Reinauer'; '[EMAIL PROTECTED]'
: 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 
: 200386 17:11
: ron minnich
: '[EMAIL PROTECTED]'; 'Stefan Reinauer'; '[EMAIL PROTECTED]'
: : 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:[EMAIL PROTECTED] 
: 200386 15:51
: YhLu
: '[EMAIL PROTECTED]'; 'Stefan Reinauer'; '[EMAIL PROTECTED]'
: Re: S2880

I will try to email you my latest tree, Stefan put them in last night.

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
___
Linuxbios mailing list
[EMAIL PROTECTED]
http://www.clustermatic.org/mailman/listinfo/linuxbios


Re: S2880

2003-08-14 Thread YhLu
Ron,

It seems I can not enable XIP_ROM_SIZE and XIP_ROM_BASE. Even I have set
them in Options.lb

Regards

Yinghai Lu

--
: YhLu 
: 200386 15:17
: YhLu; [EMAIL PROTECTED]; ron minnich
: Stefan Reinauer; [EMAIL PROTECTED]
: Re: S2880

Ron,

After swap _ROMBASE etc to after ROM_SECTION_SIZE and ROM_SECTION_OFFSET.  I
can switch to the normal mode.

But in fallback mode and normal mode ( after reboot) still got problem.

~ # cmos_util -d
# The CMOS Definition table was not found in ram
# CMOS definition table was not found in RAM memory
# Looking for definitions in cmos.layout file
Can not open config file cmos.layout


Regards

Yinghai Lu

--
: YhLu 
: 200386 11:18
: '[EMAIL PROTECTED]'; ron minnich
: Stefan Reinauer; [EMAIL PROTECTED]
: S2880


Eric,

It seems the image that built with can not switch to Normal booting.

1. In Fallback mode, after power on I can use cmos_util.
2. after rebooting it is still in Fallback mode,and can not cmos_util, it
said can not find option table in the ram. And can not access cmos.layout.

When I using old tool, I can switch to normal mode, but need to change
boot_option and last_boot from fallback to normal.

regards

Yinghai Lu

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


Re: S2880

2003-08-10 Thread Eric W. Biederman
YhLu [EMAIL PROTECTED] writes:

 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.

I am not really certain what is going on, but it doesn't sound good.  Normally
I just reset the board and that is probably the right solution.  I am still
struggling to get the new config tool usable, so I am a bit distracted.

We should be rewriting the table even during a reboot.  So the fact
that this doesn't work indicates there is some kind of problem.  What I
don't know.

I can positively report that I have seen this.  If I don't start
pushing my reset code into the tree in the next couple of days please
bug me.

Eric

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


Re: S2880

2003-08-09 Thread ron minnich
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

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


Re: S2880

2003-08-08 Thread YhLu
Ron,

After swap _ROMBASE etc to after ROM_SECTION_SIZE and ROM_SECTION_OFFSET.  I
can switch to the normal mode.

But in fallback mode and normal mode ( after reboot) still got problem.

~ # cmos_util -d
# The CMOS Definition table was not found in ram
# CMOS definition table was not found in RAM memory
# Looking for definitions in cmos.layout file
Can not open config file cmos.layout


Regards

Yinghai Lu

--
: YhLu 
: 200386 11:18
: '[EMAIL PROTECTED]'; ron minnich
: Stefan Reinauer; [EMAIL PROTECTED]
: S2880


Eric,

It seems the image that built with can not switch to Normal booting.

1. In Fallback mode, after power on I can use cmos_util.
2. after rebooting it is still in Fallback mode,and can not cmos_util, it
said can not find option table in the ram. And can not access cmos.layout.

When I using old tool, I can switch to normal mode, but need to change
boot_option and last_boot from fallback to normal.

regards

Yinghai Lu

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


Re: S2880

2003-08-07 Thread Ronald G. Minnich
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

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


Re: S2880

2003-08-07 Thread YhLu
In the cmos_util if it can not find linuxbios table from (0--4k) , it will
find that from (960k to 1M).

Please suggest where we should preserve second copy of linuxbios table.

YH

--
: ron minnich [mailto:[EMAIL PROTECTED] 
: 200386 20:49
: YhLu
: '[EMAIL PROTECTED]'; 'Stefan Reinauer'; '[EMAIL PROTECTED]'
: Re: S2880

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
___
Linuxbios mailing list
[EMAIL PROTECTED]
http://www.clustermatic.org/mailman/listinfo/linuxbios


Re: S2880

2003-08-07 Thread YhLu
So you will add one module that will produce PIRQ automatically?

YH

--
: ron minnich [mailto:[EMAIL PROTECTED] 
: 200386 20:50
: YhLu
: '[EMAIL PROTECTED]'; 'Stefan Reinauer'; '[EMAIL PROTECTED]'
: Re: S2880

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
___
Linuxbios mailing list
[EMAIL PROTECTED]
http://www.clustermatic.org/mailman/listinfo/linuxbios