I want to do some change to coherent_ht.c, otherwise s2885 can not be compiled under Loglevel = 8
diff -r freebios2/src/northbridge/amd/amdk8/coherent_ht.c ../freebios2/src/northbridge/amd/amdk8/coherent_ht.c 369a370
#if 1
377a379
#endif
394c396 < ---
#if 1
418a421
#endif
456,457c459,460 < print_debug_hex8(result.cpus); < print_debug(" nodes initialized.\r\n"); ---
print_spew_hex8(result.cpus); print_spew(" nodes initialized.\r\n");
511c514 < print_debug("coherent_ht_finalize\r\n"); ---
print_spew("coherent_ht_finalize\r\n");
539a543
#if 0
540a545
#endif
548c553 < print_debug("done\r\n"); ---
print_spew("done\r\n");
-----Original Message----- From: YhLu Sent: Wednesday, October 20, 2004 11:00 AM To: 'Stefan Reinauer' Cc: ebiederman@lnxi.com; 'Li-Ta Lo'; 'Ronald G. Minnich'; 'LinuxBIOS' Subject: RE: FYI: Merge in progress...
Done.
-----Original Message----- From: Stefan Reinauer [mailto:stepan@openbios.org] Sent: Wednesday, October 20, 2004 5:58 AM To: YhLu Cc: ebiederman@lnxi.com; Li-Ta Lo; 'Ronald G. Minnich'; 'LinuxBIOS' Subject: Re: FYI: Merge in progress...
* YhLu YhLu@tyan.com [041020 07:13]:
Just check in Tyan update to support new config.
Hey Yinghai!
It seems you forgot to commit the Options.lb files:
freebios2/src/mainboard/tyan/*/Options.lb
Currently config creation fails for all tyan boards complaining about this file ..
Stefan
_______________________________________________ Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
* YhLu YhLu@tyan.com [041020 20:20]:
I want to do some change to coherent_ht.c, otherwise s2885 can not be compiled under Loglevel = 8
< print_debug_hex8(result.cpus);
< print_debug(" nodes initialized.\r\n");
print_spew_hex8(result.cpus); print_spew(" nodes initialized.\r\n");
Printing the number of CPUs found by cht init is not really "spewing".
Time to look at CAR again? ;-) (don't hit me) - Last state was that it worked fine on UP systems but did not on SMP. Did anybody analyze this with a HDT?
Stefan
On Wed, 20 Oct 2004, Stefan Reinauer wrote:
Time to look at CAR again? ;-) (don't hit me) - Last state was that it worked fine on UP systems but did not on SMP. Did anybody analyze this with a HDT?
Ollie is discussing it with some people.
ron
On Wed, 2004-10-20 at 16:35, Ronald G. Minnich wrote:
On Wed, 20 Oct 2004, Stefan Reinauer wrote:
Time to look at CAR again? ;-) (don't hit me) - Last state was that it worked fine on UP systems but did not on SMP. Did anybody analyze this with a HDT?
Ollie is discussing it with some people.
But I haven't heard anything from them for a LOOONG time :-(
Ollie
ron _______________________________________________ Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
Stefan Reinauer stepan@openbios.org writes:
- YhLu YhLu@tyan.com [041020 20:20]:
I want to do some change to coherent_ht.c, otherwise s2885 can not be compiled under Loglevel = 8
< print_debug_hex8(result.cpus);
< print_debug(" nodes initialized.\r\n");
print_spew_hex8(result.cpus); print_spew(" nodes initialized.\r\n");
Printing the number of CPUs found by cht init is not really "spewing".
I would agree.
Time to look at CAR again? ;-) (don't hit me) - Last state was that it worked fine on UP systems but did not on SMP. Did anybody analyze this with a HDT?
Either that or to improve romcc. Right now everything works well enough that things are just tight but not quite deadly. So I am proceeding forward on other cleanup issues.
Once the code base generally works again. We need to look at the handling of irqs. About then is when I am likely to be open to ideas.
I managed to shave off 500bytes just by no longer including console.inc
Eric