Commit graph

490 commits

Author SHA1 Message Date
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
b28409f2ce add superio clause. define FINAL_MAINBOARD_FIXUP 2000-10-24 03:20:35 +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
2caf04e41f Make it so that we use the mainboard/leadtek tree for crt0.S
Just a trial idea.
2000-10-19 02:34:36 +00:00
Ronald G. Minnich
e14a836658 Support files for l440gx 2000-10-19 02:27:25 +00:00
Ronald G. Minnich
f4b8d48483 Root on hda1 now. 2000-10-18 22:30:37 +00:00
Ronald G. Minnich
8351ec13d7 For flash / 2000-10-18 22:29:07 +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
43f8d76249 Fixes for not using /usr/include 2000-10-17 23:31:03 +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
47717b57f3 add clauses for docipl (Disk On Chip IPL) 2000-10-17 13:40:47 +00:00
Ronald G. Minnich
40e83c3b5e reorg 2000-10-17 13:37:01 +00:00
Ronald G. Minnich
53deb608bc Make it really compile. 2000-10-17 13:35:09 +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
Ronald G. Minnich
2d2c3bee52 Simple comments and changes for VIA; some try at doxygen 2000-10-10 21:44:31 +00:00
Ronald G. Minnich
c255997fe0 doxygen config file 2000-10-10 17:13:13 +00:00
Ronald G. Minnich
9ef8ff253e First cut at config command. Also, doxygen output goes in this directory. 2000-10-10 17:09:28 +00:00
Ronald G. Minnich
460ab60a27 More info for people. 2000-09-23 01:37:36 +00:00
Ronald G. Minnich
cc0520ebce It was time to update the authors ... 2000-08-12 04:28:32 +00:00
Jeff Garzik
cffe22aa6e 2000-03-06 Jeff Garzik <jgarzik@mandrakesoft.com>
* configure.in: Reordered AC_OUTPUT targets
        * README: Mention where to find original bcc
          16-bit C compiler.
2000-03-06 06:10:41 +00:00
Jeff Garzik
22f9370982 Make version 0.1.43cvs to indicate a version pulled from CVS. 2000-03-05 22:15:35 +00:00
Jeff Garzik
232ba88a43 2000-03-05 Jeff Garzik <jgarzik@mandrakesoft.com>
* configure.in, chip/Makefile.am, chip/intel/*:
          Stubs for Intel-specific chipset code.
2000-03-05 22:07:26 +00:00
Jeff Garzik
39d6edc2fe Remove old RCS history 2000-03-05 21:52:13 +00:00
Jeff Garzik
5a89f53e57 1) Build with automake
2) Move rom/device/* to device/*
2000-03-05 21:29:00 +00:00
Jeff Garzik
ad91623023 Initial revision 2000-03-03 23:55:31 +00:00