Commit graph

157 commits

Author SHA1 Message Date
Ronald G. Minnich
b4413ece8b Fooling around with ways to add our own makerules. 2000-12-13 04:31:02 +00:00
Ronald G. Minnich
2c706e40eb Newer config tool 2000-12-13 04:02:15 +00:00
Ronald G. Minnich
13275b3fea Fixes for various acer stuff. Also, you can now #ifdef out the real-mode stuff
in start32.inc.
2000-12-13 03:49:26 +00:00
Li-Ta Lo
b3b5a38f5f add utils to reboot/shutdown by ACPI 2000-12-12 04:12:23 +00:00
Ronald G. Minnich
651393b2e0 add enable for flash write. We still need to know the device # of
SB
2000-12-11 05:41:00 +00:00
Li-Ta Lo
3283b9410a remove test6 patch, every body should use test11 patch instead 2000-12-11 05:08:00 +00:00
Ronald G. Minnich
a5a4445593 This might actually work! 2000-12-09 14:56:54 +00:00
Ronald G. Minnich
7fb6bba49f added DoC support 2000-12-09 03:52:16 +00:00
Ronald G. Minnich
81b6860bae fixes to ipl.S for acer 2000-12-08 22:58:04 +00:00
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