Ron,
Please commit the changes in tyan dir to make tyan MB to work with 1.1.6 that Eric committed today.
Only two is outside of tyan dir.
Src/southbridge/amd/amd8131/amd8131_bridge.c
static void ioapic_enable(device_t dev) { uint32_t value; value = pci_read_config32(dev, 0x44); if (dev->enable) { value |= ((1 << 1) | (1 << 0)); } else { value &= ~((1 << 1) | (1 << 0)); } pci_write_config32(dev, 0x44, value);
//BY LYH value = pci_read_config32(dev, 0x4); value |= 6; pci_write_config32(dev, 0x4, value); //BY LYH END }
The other one is amd8151_agp.c
Regards
YH
ok, we will get this tomorrow morning and test it here as well.
It would also be helpful if you add a comment for such changes but we will try to understand what you have done.
ron
On Thu, 11 Mar 2004, YhLu wrote:
Please commit the changes in tyan dir to make tyan MB to work with 1.1.6 that Eric committed today.
These patches are now applied.
Please test.
Somebody please tell me why we have src/pc80/serial.c and src/pc80/serial_2.c ...
ron
//BY LYH value = pci_read_config32(dev, 0x4); value |= 6; pci_write_config32(dev, 0x4, value); //BY LYH END
if anyone wants to replace '6' with a symbolic name, that is fine by me :-)
ron
On Fri, 2004-03-12 at 08:24, ron minnich wrote:
On Thu, 11 Mar 2004, YhLu wrote:
Please commit the changes in tyan dir to make tyan MB to work with 1.1.6 that Eric committed today.
These patches are now applied.
Please test.
Ron, did you commited everything in YhLu's patch ? There are some files missing.
Ollie
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
On Fri, 12 Mar 2004, Li-Ta Lo wrote:
Ron, did you commited everything in YhLu's patch ? There are some files missing.
any others? send me the list. sorry.
ron
On Fri, 2004-03-12 at 10:12, Li-Ta Lo wrote:
On Fri, 2004-03-12 at 10:05, ron minnich wrote:
On Fri, 12 Mar 2004, Li-Ta Lo wrote:
Ron, did you commited everything in YhLu's patch ? There are some files missing.
any others? send me the list. sorry.
It builds now, I am burnning the image.
Bad news, it stops right after ht_reset, just like yeaterday :-(.
Ollie
On Fri, 12 Mar 2004, Li-Ta Lo wrote:
Bad news, it stops right after ht_reset, just like yeaterday :-(.
so, to sum up, the 2885 fails today, but the HDAMA works, right?
ron
On Fri, 2004-03-12 at 10:33, ron minnich wrote:
On Fri, 12 Mar 2004, Li-Ta Lo wrote:
Bad news, it stops right after ht_reset, just like yeaterday :-(.
so, to sum up, the 2885 fails today, but the HDAMA works, right?
haven't tried on hdama yet. hdama works yeaterday.
Ollie
ron
On Fri, 2004-03-12 at 10:33, ron minnich wrote:
On Fri, 12 Mar 2004, Li-Ta Lo wrote:
Bad news, it stops right after ht_reset, just like yeaterday :-(.
so, to sum up, the 2885 fails today, but the HDAMA works, right?
ron
Ron, Our s2885 may be dead. I can't bot with factory bios neither.
Ollie
On Fri, 12 Mar 2004, Li-Ta Lo wrote:
Ron, Our s2885 may be dead. I can't bot with factory bios neither.
turn off power, disconnect power supply from motherboard, wait at least 45 seconds. Reconnect power, with factory bios, then turn it on. This has happened several times. I don't know what it is.
ron
Li-Ta Lo ollie@lanl.gov writes:
On Fri, 2004-03-12 at 10:12, Li-Ta Lo wrote:
On Fri, 2004-03-12 at 10:05, ron minnich wrote:
On Fri, 12 Mar 2004, Li-Ta Lo wrote:
Ron, did you commited everything in YhLu's patch ? There are some files missing.
any others? send me the list. sorry.
It builds now, I am burnning the image.
Bad news, it stops right after ht_reset, just like yeaterday :-(.
Can we get a serial console log so we can see the details?
Eric
On Fri, 2004-03-12 at 11:02, Eric W. Biederman wrote:
Li-Ta Lo ollie@lanl.gov writes:
On Fri, 2004-03-12 at 10:12, Li-Ta Lo wrote:
On Fri, 2004-03-12 at 10:05, ron minnich wrote:
On Fri, 12 Mar 2004, Li-Ta Lo wrote:
Ron, did you commited everything in YhLu's patch ? There are some files missing.
any others? send me the list. sorry.
It builds now, I am burnning the image.
Bad news, it stops right after ht_reset, just like yeaterday :-(.
Can we get a serial console log so we can see the details?
There is no much log to show, it is just three lines. I can make it up with my head.
LinuxBIOS 1.1.6 something starting ..... 0002 CPU inited ht reset _
Then dead.
Ollie
Li-Ta Lo ollie@lanl.gov writes:
On Fri, 2004-03-12 at 11:02, Eric W. Biederman wrote:
Li-Ta Lo ollie@lanl.gov writes:
On Fri, 2004-03-12 at 10:12, Li-Ta Lo wrote:
On Fri, 2004-03-12 at 10:05, ron minnich wrote:
On Fri, 12 Mar 2004, Li-Ta Lo wrote:
Ron, did you commited everything in YhLu's patch ? There are some files missing.
any others? send me the list. sorry.
It builds now, I am burnning the image.
Bad news, it stops right after ht_reset, just like yeaterday :-(.
Can we get a serial console log so we can see the details?
There is no much log to show, it is just three lines. I can make it up with my head.
LinuxBIOS 1.1.6 something starting ..... 0002 CPU inited ht reset _
On something like: LinuxBIOS-1.1.5.8pre1Normal Thu Mar 11 03:54:23 MST 2004 starting... setting up resource map....done. 00000002 nodes initialized. ht reset -
Then dead.
I suspect it has to do with the different hypertransport layout between that board and the s2880 and the hdama. Either the reset code is punching the wrong register, or we are messing with the wrong hypertransport bus.
Why you flashed the entire chip is something I don't want to contemplate, instead of leaving fallback alone is something I don't want to contemplate :)
Eric
On 12 Mar 2004, Eric W. Biederman wrote:
Why you flashed the entire chip is something I don't want to contemplate, instead of leaving fallback alone is something I don't want to contemplate :)
it's a test node, we don't worry about fallback on this one. ron
On Fri, 2004-03-12 at 10:01, Li-Ta Lo wrote:
On Fri, 2004-03-12 at 08:24, ron minnich wrote:
On Thu, 11 Mar 2004, YhLu wrote:
Please commit the changes in tyan dir to make tyan MB to work with 1.1.6 that Eric committed today.
These patches are now applied.
Please test.
Ron, did you commited everything in YhLu's patch ? There are some files missing.
YhLu,
You removed s2882/intel_nic.c and s2885/broadcom_nic.c. Do you really mean to do that ? Should we cvs rm these files ?
Ollie