Commit graph

23 commits

Author SHA1 Message Date
Li-Ta Lo
0d2242f5a5 small bug in setting 950 LPC 2000-10-27 00:08:31 +00:00
Ronald G. Minnich
b5f1d737f1 Changes to make serial console work. 2000-10-26 20:30:22 +00:00
Li-Ta Lo
1df1f5955d set CLKIN frequence to 24 MHZ for correct Serial Port operation 2000-10-26 03:13:26 +00:00
Li-Ta Lo
da504a912a set CLKIN frequence to 24 MHZ for correct Serial Port operation 2000-10-26 03:04:28 +00:00
Ronald G. Minnich
8d7c3938b0 Fixed to no longer used old chip/intel/serial_subr.c
added serial_subr.c to lib
setup_serial.inc is for sis
2000-10-24 21:53:12 +00:00
Ronald G. Minnich
e8a2cf0e3f ethernet interrupts are now fine, as are serial interrupts.
ron
2000-10-24 00:54:21 +00:00
Ronald G. Minnich
cfd9176456 superio support for sis 950 2000-10-23 19:20:08 +00:00
Ronald G. Minnich
a2df0ebecd Added support for the superio. Serial works but no serial interrupts work.
This is to support sercons for 2.2.16
2000-10-23 19:19:25 +00:00
Ronald G. Minnich
2346f26a98 Added: open FINAL_MAINBOARD_FIXUP. If this is set, then the function
final_mainboard_fixup
will be called as the last step in intel_main before calling linuxbiosmain.

Added a final_mainboard_fixup function to the winfast mainboard.c

added a final_southbridge_fixup to southbridge.c for the sis630.

In all cases, this is to get ethernet working until we resolve some problems
with the ethernet interface. Problem is is bar0 does not reliably take the
address  I put into it. If I set 0x2401, sometimes it reads back as 0x2001.
This makes linux unhappy, since 0x2001 is already in use. Second, the
COMMAND bit probing in linuxpci.c does not realize that the enet device
can be a busmaster. So we jam register 0x4 to 0x7. Finally, the interrupt line
is getting zero in zero_irq_settings, but the irq table has no info on
this device, with the result that the interface comes up with no IRQ.
So we set reg 0x3c to 0xb, a known-good value.

Ethernet now works fine on my winfast 6300.

ron
2000-10-20 16:54:05 +00:00
Ronald G. Minnich
a19592ed2f Fixes for leadtek enet.
fixes for crt0.S
2000-10-20 15:46:52 +00:00
Ronald G. Minnich
5b237f3832 less debuggin 2000-10-19 23:12:13 +00:00
Ronald G. Minnich
e14a836658 Support files for l440gx 2000-10-19 02:27:25 +00:00
Ronald G. Minnich
3fc0d49e96 Simplified tty for argument passing to kernel 2000-10-18 17:21:31 +00:00
Ronald G. Minnich
a81104004a basic types 2000-10-18 17:20:39 +00:00
Ronald G. Minnich
787deb4ae4 Fixes so we don't use any of the standard include paths 2000-10-17 22:58:51 +00:00
Ronald G. Minnich
ef20fb22dc reorg, and recovery from my mistake. 2000-10-17 20:49:18 +00:00
Ronald G. Minnich
40e83c3b5e reorg 2000-10-17 13:37:01 +00:00
Ronald G. Minnich
f525e3b1b5 Another cvs screwup! 2000-10-17 13:28:06 +00:00
Ronald G. Minnich
934e5e0403 reorg 2000-10-17 13:18:43 +00:00
Ronald G. Minnich
d0d1e8dea2 reorg 2000-10-17 03:24:23 +00:00
Ronald G. Minnich
fe28715943 reorg 2000-10-16 23:59:01 +00:00
Ronald G. Minnich
69e023b385 Code reorg 2000-10-16 23:47:28 +00:00
Ronald G. Minnich
96fa389618 Building the new src tree 2000-10-16 03:03:03 +00:00