Commit graph

13 commits

Author SHA1 Message Date
Eric W. Biederman
d96aab9e06 - Delayed commit of code for the ASUS A7M motherboard
- VIA 686 cleanups from the A7M code (it now works in a different pci slot).
- Update of assembly printing routines to use the debug levels:
  TTYS0_TX_CHAR now becomes CONSOLE_<LEVEL>_TX_CHAR.
  It's more verbose but now the controls are the same as with the C code.
- Break off of loglevel.h from printk.h.  loglevel.h is safe for both
  the assembly routines and the C code to include.
- Next round of commits for the supermicro p4dc6
- SMP setup updates (Rons board is broken)
  I now allow the other SMP processors to report their existence.
  I really need to add a minimum time to run but that hasn't happened yet.
- SMP per motherboard table of apicids, as the assumption that they
  would always be 0 & 1 with only two cpus fails.
- RDRAM setup updates.  The code isn't done but it now works on more
  than one board at a time.
- More cacheram work.  Minor bug fixes and some macros to use it from C.
- Entry point changes so we no longer have to jump over our gdt.
- Added/Audited the cpufixup for the i786
- IDE intialization for the 82801 ich2 chip.
2001-11-13 03:43:37 +00:00
Ronald G. Minnich
3c2eb4bea0 Get rid of hard-coded PM_DEVFN value. PM_DEVICE is now set in Makefile, and
that controls the PM_DEVFN in raminitspd.inc
2001-03-08 19:41:57 +00:00
Ronald G. Minnich
a08e458715 via fixup 2001-03-02 21:09:36 +00:00
Ronald G. Minnich
f43cf17c04 more changes from via. Let's hope they work ... 2001-02-15 18:19:59 +00:00
Ronald G. Minnich
ebe1662d07 Changes for the new mainboard from VIA. 2001-02-07 18:35:22 +00:00
Ronald G. Minnich
c5a3540037 Mods for the new via mainboard. 2001-02-07 15:55:04 +00:00
Ronald G. Minnich
c7b2fea7d8 Changes for VIA 2001-01-27 00:53:56 +00:00
Ronald G. Minnich
b56912ec3a Fixes for CMD_LINE, and other fixes to set up ga-6bxc.
mtrr.c, remove redundant define
string.h bug with 0 in strlen
2001-01-18 23:11:26 +00:00
Ronald G. Minnich
48607dd0b7 L2 cache code is solid. Experimenting with VIA SPD code -- no good. 2000-11-29 19:46:39 +00:00
Ronald G. Minnich
ab80324461 Tweaks for VIA SPD support.
Added L2 cache support.
2000-11-21 01:17:56 +00:00
Ronald G. Minnich
db69e90633 added the support for the (IDIOTIC) 8259a. We're having trouble in some cases
because we're not setting up the emulated hardware from Long, Long Ago
2000-11-20 04:30:00 +00:00
Ronald G. Minnich
70f4041200 files for SPD 2000-11-16 04:28:52 +00:00
Ronald G. Minnich
26aba02e32 testing for via for SPD 2000-11-15 16:24:06 +00:00