Commit graph

21 commits

Author SHA1 Message Date
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
075e8642af add cvs identification string
#ifndef lint
static char rcsid[] = "$Id:$";
#endif
2000-12-01 01:43:51 +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
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
a2edf7acdd Missing stuff. 2000-11-28 04:55:17 +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
8fa4c17322 We now support l2 cache!
first cut at acer m1631 support.
2000-11-21 17:30:21 +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
21322ba3b7 mtrr fixes for 630, they are a hack now.
ipl.S: check for FRAMEBUFFER, don't set 0x63 if HAVE_FRAMEBUFFER not
defined.

Starting support for L440GX
2000-11-01 03:08:35 +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
934e5e0403 reorg 2000-10-17 13:18:43 +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