Commit graph

148 commits

Author SHA1 Message Date
Ronald G. Minnich
82a6bdc293 vastly improved IPL and chipsizer. Looks like DoC is a go on this machine, but
we'll see.
2000-12-08 19:45:35 +00:00
Ronald G. Minnich
43597ab580 almost there. 2000-12-08 06:06:31 +00:00
Li-Ta Lo
01bb8f9ca3 use commandline for kernel command line 2000-12-08 01:22:50 +00:00
Ronald G. Minnich
edbdd1c15d Simple ipl.S 2000-12-08 01:00:34 +00:00
Ronald G. Minnich
c50d44dd43 ipl for DoC for ASUS CUA 2000-12-08 00:43:59 +00:00
Ronald G. Minnich
99226a08d1 update 2000-12-07 21:15:41 +00:00
Ronald G. Minnich
7a54bc4a3b docs 2000-12-07 21:09:48 +00:00
Li-Ta Lo
cd92ec8ef9 add LPT support 2000-12-07 07:34:40 +00:00
Li-Ta Lo
27a812455f fix some typo 2000-12-07 01:43:28 +00:00
Ronald G. Minnich
ff291c1f67 Closer to correct.
Detects SPD correctly, but the bank stuff really looks wrong.
2000-12-07 00:39:49 +00:00
Li-Ta Lo
54e665686e more clean up for printk messages 2000-12-06 11:02:36 +00:00
Li-Ta Lo
79ff9ed5cc MSR names for L2 cache init 2000-12-06 10:58:20 +00:00
Li-Ta Lo
464504a4e4 add example config file for Matsonic M/Bs 2000-12-06 08:14:48 +00:00
Li-Ta Lo
75bdd79519 add option FINAL_MAINBOARD_FIXUP 2000-12-06 06:53:51 +00:00
Li-Ta Lo
f2ff30716e add Config file for Matsonic M/Bs 2000-12-06 06:52:58 +00:00
Li-Ta Lo
9b0e700d23 clean up and some document for serial init stuff 2000-12-06 06:44:07 +00:00
Li-Ta Lo
ba4403a177 finally, a fullproof implementation for MTRR setting 2000-12-06 03:58:57 +00:00
Li-Ta Lo
7f6e048fc0 a smarter Late MTRR implementation 2000-12-05 07:25:32 +00:00
Li-Ta Lo
9b604b8ca7 use the safer movzwl instead of movl 2000-12-05 02:07:37 +00:00
Ronald G. Minnich
d9685369c2 changes to intel which still don't fix SCSI
updated acer raminit
2000-12-05 00:40:55 +00:00
Li-Ta Lo
fd4ec49f7d clear and set MTRRs correctly, I hope 2000-12-04 09:54:04 +00:00
Li-Ta Lo
09c2b8bd26 add more specific information on M-Systems' AppNote 2000-12-04 06:46:37 +00:00
Li-Ta Lo
9446c71312 squeeze a few bytes more for IPL 2000-12-04 06:37:06 +00:00
Li-Ta Lo
3b59c6fbbd reformat with ident -kr -i8 2000-12-04 01:47:52 +00:00
Li-Ta Lo
d3e4c27442 use TSC to minotoring the performance of LinuxBIOS 2000-12-02 05:48:29 +00:00
Li-Ta Lo
69f93c224c add more
#ifndef lint
static char rcsid[] = "$Id:$";
#endif

to *.c source
2000-12-02 03:51:28 +00:00
Li-Ta Lo
7d651021b2 l2_cache.c works fine, put DBG back to printk.h 2000-12-02 03:33:36 +00:00
Ronald G. Minnich
d96429d1e2 l2 cache bug 2000-12-01 23:35:17 +00:00
Li-Ta Lo
f0ea4a2bc0 Debug message is disabled by default now. If you want to show the message,
please add "option DEBUG" in the config file or in the C source

#define DEBUG
#include <printk.h>
2000-12-01 08:59:47 +00:00
Li-Ta Lo
93c7cd0725 we can not touch the SMA registers after DRAM is up, so no bother 2000-12-01 06:39:30 +00:00
Li-Ta Lo
06384f0684 squeeze 2 more bytes 2000-12-01 04:35:21 +00:00
Li-Ta Lo
75571b0227 some performance boost for reading DoC 2000-12-01 03:33:59 +00:00
Li-Ta Lo
075e8642af add cvs identification string
#ifndef lint
static char rcsid[] = "$Id:$";
#endif
2000-12-01 01:43:51 +00:00
Li-Ta Lo
e459d37a34 USE_DOC_MIL implies INBUF_COPY now 2000-12-01 01:24:39 +00:00
Ronald G. Minnich
96bc60d84f Added support for 64-bit base address registers. 2000-11-30 22:06:43 +00:00
Ronald G. Minnich
196ed499c1 cvs ug. 2000-11-30 18:04:11 +00:00
Li-Ta Lo
bd2c5afc45 clean up for old dead PCI code 2000-11-30 10:23:40 +00:00
Ronald G. Minnich
f6e3094a96 support for SERIAL_POST (i.e. post to serial port as well as post port) 2000-11-30 04:50:27 +00:00
Li-Ta Lo
a63e80499c some clean up and typo fix 2000-11-30 03:46:37 +00:00
Ronald G. Minnich
4cf942c02f added l2_cache.o object 2000-11-29 21:22:50 +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
Li-Ta Lo
bb441faa1c minor clean up in mtrr.c 2000-11-29 09:05:58 +00:00
Li-Ta Lo
2b14071f6e fix bogus IRQ table and dll.inc 2000-11-29 08:09:34 +00:00
Ronald G. Minnich
ff81a33cbd Setting up VIA VT5292 to see how it works. We've already hit a snag ...
looks like we'll need
src/superio/via/vt82c686

seems odd.
2000-11-29 05:52:34 +00:00
Li-Ta Lo
dd84fac593 solve some conflict between Ron and me 2000-11-29 02:12:37 +00:00
Ronald G. Minnich
00a32ceb8a added serial console and i8259 support into the generated crt0.S 2000-11-28 21:39:12 +00:00
Ronald G. Minnich
b6ab72dc86 added a broken commandline command. Fix later. 2000-11-28 15:03:02 +00:00
Ronald G. Minnich
e5ff8c6d6a Fixes so that this builds more cleanly 2000-11-28 14:51:39 +00:00
Li-Ta Lo
1e039daa62 fix some more minor bugs and clean up 2000-11-28 12:38:15 +00:00
Li-Ta Lo
5ea64b4451 more clean up on config tool 2000-11-28 10:33:15 +00:00