your builds are broken today due to the missing amdk8.h file in src/northbridge/amd/amdk8.
Do an update; I just added it.
ron
ron minnich rminnich@lanl.gov writes:
your builds are broken today due to the missing amdk8.h file in src/northbridge/amd/amdk8.
Do an update; I just added it.
Grumble. You are pushing out my changes before we have finished testing them. I don't mind to much but I do know some of that code was not fully generalized, so there could be problems if you have not looked through it carefully.
Eric
On 8 Dec 2003, Eric W. Biederman wrote:
Grumble. You are pushing out my changes before we have finished testing them. I don't mind to much but I do know some of that code was not fully generalized, so there could be problems if you have not looked through it carefully.
The problem was that builds that worked friday stopped working this morning, due apparently to this:
Revision 1.9 - (download), view (text) (markup) (annotate) - [select for diffs] Sat Dec 6 00:11:56 2003 UTC (2 days, 19 hours ago) by ebiederm CVS Tags: HEAD Changes since 1.8: +21 -8 lines Diff to previous 1.8
- Fix amdk8_scan_root_bus and amdk8_scan_chains so multiple HT chains can be scanned in any order
===
it was your push, not mine. It broke all the K8 builds. I would normally not have pushed your stuff out but this was kind of an emergency.
Trust me, I'm not going to push your changes out before we test 'em, but I can't stop you from doing it :-)
thanks
ron
ron minnich rminnich@lanl.gov writes:
On 8 Dec 2003, Eric W. Biederman wrote:
Grumble. You are pushing out my changes before we have finished testing them. I don't mind to much but I do know some of that code was not fully generalized, so there could be problems if you have not looked through it carefully.
The problem was that builds that worked friday stopped working this morning, due apparently to this:
Revision 1.9 - (download), view (text) (markup) (annotate) - [select for diffs] Sat Dec 6 00:11:56 2003 UTC (2 days, 19 hours ago) by ebiederm CVS Tags: HEAD Changes since 1.8: +21 -8 lines Diff to previous 1.8
- Fix amdk8_scan_root_bus and amdk8_scan_chains so multiple HT chains can be scanned in any order
===
it was your push, not mine. It broke all the K8 builds. I would normally not have pushed your stuff out but this was kind of an emergency.
Trust me, I'm not going to push your changes out before we test 'em, but I can't stop you from doing it :-)
Ok. My apologies I jumped the gun on that one. I guess one of my clean ups slipped out unintentionally.
I checked in the changes I had talked about with Yhlu to get the bus scanning right and it appears some of my cleanups slipped out unintentionally. I'm going to many directions at once it appears.
Eric