remove tyan mainboard specific hypertranport.c
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1484 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
8cb91dc9f8
commit
2f92e14dd4
|
@ -124,9 +124,6 @@ mainboardinit cpu/i386/bist32_fail.inc
|
||||||
###
|
###
|
||||||
### Romcc output
|
### Romcc output
|
||||||
###
|
###
|
||||||
#makerule ./failover.E dep "$(MAINBOARD)/failover.c" act "$(CPP) -I$(TOP)/src $(CPPFLAGS) $(MAINBOARD)/failover.c > ./failever.E"
|
|
||||||
#makerule ./failover.inc dep "./romcc ./failover.E" act "./romcc -O ./failover.E > failover.inc"
|
|
||||||
#mainboardinit .failover.inc
|
|
||||||
|
|
||||||
makerule ./failover.E
|
makerule ./failover.E
|
||||||
depends "$(MAINBOARD)/failover.c"
|
depends "$(MAINBOARD)/failover.c"
|
||||||
|
@ -143,8 +140,7 @@ makerule ./auto.E
|
||||||
end
|
end
|
||||||
makerule ./auto.inc
|
makerule ./auto.inc
|
||||||
depends "./romcc ./auto.E"
|
depends "./romcc ./auto.E"
|
||||||
action "./romcc -O -mcpu=k8 -o auto.inc --label-prefix=auto ./auto.E"
|
action "./romcc -O2 -mcpu=k8 -o auto.inc --label-prefix=auto ./auto.E"
|
||||||
# action "./romcc -mcpu=k8 -O ./auto.E > auto.inc"
|
|
||||||
end
|
end
|
||||||
mainboardinit cpu/k8/enable_mmx_sse.inc
|
mainboardinit cpu/k8/enable_mmx_sse.inc
|
||||||
mainboardinit ./auto.inc
|
mainboardinit ./auto.inc
|
||||||
|
|
|
@ -114,9 +114,6 @@ static inline int spd_read_byte(unsigned device, unsigned address)
|
||||||
return smbus_read_byte(device, address);
|
return smbus_read_byte(device, address);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* include mainboard specific ht code */
|
|
||||||
#include "hypertransport.c"
|
|
||||||
|
|
||||||
#include "northbridge/amd/amdk8/raminit.c"
|
#include "northbridge/amd/amdk8/raminit.c"
|
||||||
#include "northbridge/amd/amdk8/coherent_ht.c"
|
#include "northbridge/amd/amdk8/coherent_ht.c"
|
||||||
#include "sdram/generic_sdram.c"
|
#include "sdram/generic_sdram.c"
|
||||||
|
|
Loading…
Reference in New Issue