Eric,
I copy some line from amd k8 to intel e7501 northbridge.c.
Can you check that for me?
Regards
YH
-----Original Message----- From: YhLu Sent: Friday, October 22, 2004 11:53 AM To: ebiederman@lnxi.com; Ronald G. Minnich Cc: Li-Ta Lo; 'LinuxBIOS' Subject: RE: FYI: Merge in progress...S2735
Eric,
I change sth for s2735. I don't know how to modify src/northbridge/intel/e7501/norbridge.c
Can you have a look at that?
Regards
YH
s2735 half update CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: src/cpu/intel/model_f2x/Config.lb CVS: src/cpu/intel/model_f2x/model_f2x_init.c CVS: src/cpu/intel/socket_mPGA604_533Mhz/chip.h CVS: src/cpu/intel/socket_mPGA604_533Mhz/socket_mPGA604_533Mhz.c CVS: src/mainboard/tyan/s2735/Config.lb CVS: src/mainboard/tyan/s2735/auto.c CVS: src/mainboard/tyan/s2735/chip.h CVS: src/mainboard/tyan/s2735/failover.c CVS: src/mainboard/tyan/s2735/mainboard.c CVS: src/mainboard/tyan/s2735/mptable.c CVS: src/mainboard/tyan/s4880/Options.lb CVS: src/mainboard/tyan/s4882/Options.lb CVS: targets/tyan/s2735/Config.lb targets/tyan/s2735/ns2735 CVS: ----------------------------------------------------------------------
-----Original Message----- From: YhLu Sent: Friday, October 22, 2004 10:45 AM To: ebiederman@lnxi.com; Ronald G. Minnich Cc: Li-Ta Lo; 'LinuxBIOS' Subject: RE: FYI: Merge in progress...S2735
Eric, About S2735, in auto.c How to change #include "cpu/p6/apic_timer.c"
Amd version is #include "cpu/amd/model_fxx/apic_timer.c"
I can not find other apic_timer.c in src/cpu
Regards
YH _______________________________________________ Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios _______________________________________________ Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
YhLu YhLu@tyan.com writes:
Eric,
I copy some line from amd k8 to intel e7501 northbridge.c.
Can you check that for me?
I have just checked it and cleaned it up. It makes a much simpler example than the k8 northbridge.
Eric
Thanks.
1. no 64 bit PCI mem. 2. better way get MC. 3. enable memremap 4. remove cpu_bus_scan.
I guess it can be copy to intel/i855pm.
Regards
YH
-----Original Message----- From: Eric W. Biederman [mailto:eric@lnxi.com] On Behalf Of Eric W. Biederman Sent: Friday, October 22, 2004 7:34 PM To: YhLu Cc: Ronald G. Minnich; Li-Ta Lo; 'LinuxBIOS' Subject: Re: FYI: Merge in progress...S2735
YhLu YhLu@tyan.com writes:
Eric,
I copy some line from amd k8 to intel e7501 northbridge.c.
Can you check that for me?
I have just checked it and cleaned it up. It makes a much simpler example than the k8 northbridge.
Eric