Commit graph

477 commits

Author SHA1 Message Date
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
Li-Ta Lo
da7c7d176a some changes to Config files to make config tool works for winfast 6300 2000-11-28 09:29:31 +00:00
Ronald G. Minnich
52f9abfbfe Commented out POST of 0xee in the error function. 2000-11-28 05:54:04 +00:00
Ronald G. Minnich
cd664e0cd3 support for variable size memory on sis
added debugging to fill_inbuf
2000-11-28 05:23:02 +00:00
Ronald G. Minnich
7a7b1ccecc added support for docipl 2000-11-28 05:22:21 +00:00
Ronald G. Minnich
cecb538c15 Added line for superio 2000-11-28 05:03:55 +00:00
Ronald G. Minnich
a2edf7acdd Missing stuff. 2000-11-28 04:55:17 +00:00
Ronald G. Minnich
a765a171e0 config file for this chipset 2000-11-28 04:50:38 +00:00
Ronald G. Minnich
62e29f85cd Config file 2000-11-28 04:48:55 +00:00
Ronald G. Minnich
f2a42b6145 Missing file 2000-11-28 04:44:10 +00:00
Ronald G. Minnich
901e2cdb7f config for the winfast 2000-11-28 04:04:37 +00:00
Ronald G. Minnich
e835ce4643 config tool updates. 2000-11-28 04:04:06 +00:00
Ronald G. Minnich
9256f0f6f9 deleted any remaining references to the old PCI code. 2000-11-28 03:44:45 +00:00
Ronald G. Minnich
5f8d627800 erroneous interrupt setting now deleted. 2000-11-28 03:40:10 +00:00
Li-Ta Lo
461520ace5 Register recommended setting tables for SiS 630 and SiS 630S 2000-11-28 01:21:02 +00:00
Li-Ta Lo
4416a3d5a5 use dll.inc for DLL register values 2000-11-27 06:41:53 +00:00
Li-Ta Lo
8a7abb9b5e moving DLL stuff out from ipl.S 2000-11-27 06:37:33 +00:00
Li-Ta Lo
872512ba27 start to make raminit.inc, ipl.S more portable 2000-11-27 06:25:52 +00:00
Ronald G. Minnich
a627e0bf31 per denis, add cache_disable call. 2000-11-25 04:13:05 +00:00
Li-Ta Lo
ab0636c99d reformt with indent -kr -i8 2000-11-25 01:07:15 +00:00
Li-Ta Lo
4aec1cf42a clean up on Makefiles and MTRR/L2 stuff 2000-11-24 04:16:50 +00:00
Ronald G. Minnich
faced47a79 Fix to use the right kernel 2000-11-21 20:03:58 +00:00