* Stefan Reinauer stepan@suse.de [030828 16:39]:
the coherent_ht.c changes are all to LYH's hardcodes to coherent_ht_finalize(). These are there to setup link speed and width on the cht nodes.
Ok, I changed this bit also, getting rid of northbridge/amd/amdk8/coherent_ht.1.c
M mainboard/amd/quartet/auto.c M mainboard/amd/solo/auto.c M mainboard/arima/hdama/auto.c M mainboard/tyan/s2880/auto.c A mainboard/tyan/s2880/hypertransport.c M mainboard/tyan/s2882/auto.c A mainboard/tyan/s2882/hypertransport.c M mainboard/tyan/s2885/auto.c A mainboard/tyan/s2885/hypertransport.c R northbridge/amd/amdk8/coherent_ht.1.c M northbridge/amd/amdk8/coherent_ht.c
All tyan motherboards load the hardcodes from their special hypertransport.c now, so tyan should be happy. All other mainboards only have a dummy function there to satisfy romcc since I don't think that this code is actually needed.
Stefan