Commit graph

314 commits

Author SHA1 Message Date
Ronald G. Minnich
ab2fe947d3 This is closer to correct.
However, the 64M support for CAS size is not in yet.
2001-03-28 22:32:07 +00:00
Ronald G. Minnich
245df55323 first cut at ds10 config 2001-03-27 03:41:28 +00:00
Ronald G. Minnich
c3c6eb5078 Delete useless delay. The problem is not there, and besides, gas
doesn't work.
2001-03-27 00:41:39 +00:00
Ronald G. Minnich
ee2455bf9d asus cua is back alive. 2001-03-26 22:06:39 +00:00
Ronald G. Minnich
dd99e41d73 Trying to resync with Eric's changes
First, grow heap size in src/arch/i386/config/ldscript.base for DoC
Minor include fixes
Fixes to cua -- but it's now broken, won't find IDE
Minor fix to util/config/NLBConfig.py: for docipl, use CFLAGS

Added files so that CUA works with config tool.
2001-03-26 21:49:23 +00:00
Li-Ta Lo
d3956f5c22 minor changes after Eric's major merge 2001-03-26 01:55:46 +00:00
Eric W. Biederman
0785f9f233 Final updates for my code cleanup and alpha code merge. 2001-03-23 22:56:05 +00:00
Ronald G. Minnich
a09dcff72c Try to put in a delay to make 2-bank test work. Delay did not help. Is it in the wrong place? 2001-03-23 22:15:39 +00:00
Ronald G. Minnich
df6c0dba94 Fixes for ali m1636.
Everything is ok save for double-side detection. There is a race condition
such that it doesn't detect double-side at speed. Nevertheless this code
is working far better than it has.
2001-03-23 21:54:34 +00:00
Eric W. Biederman
24fe8d03aa Next in my series of cleanups form the alpha port nothing should break yet... 2001-03-23 21:03:13 +00:00
Eric W. Biederman
55366fa657 Checkin remainder of new files for alpha 2001-03-23 18:41:27 +00:00
Ronald G. Minnich
fdea4f1229 testing 2001-03-22 22:23:15 +00:00
Ronald G. Minnich
6af49778ff damned vcs 2001-03-22 22:13:38 +00:00
Ronald G. Minnich
faf0c47b79 testing I HATE CVS 2001-03-22 21:26:32 +00:00
Ronald G. Minnich
57b654be4e Still not working quite right. Fails badly on 256MB sdram. 2001-03-21 20:38:02 +00:00
Ronald G. Minnich
2dea4d84d5 reduce size of the ipl.S in northbridge/acer/m1631.
There is a problem with memory settings, however.
2001-03-21 00:46:55 +00:00
Ronald G. Minnich
320da3eb72 Fixes for autosize 2001-03-15 20:25:30 +00:00
Ronald G. Minnich
be28302aae More fixes to raminitspd. 2001-03-15 00:24:25 +00:00
Ronald G. Minnich
b93da0a299 Some attempts at making acer autosizing work. All failed. 2001-03-15 00:00:29 +00:00
Ronald G. Minnich
d6fa756090 added copyright notice. 2001-03-14 21:26:50 +00:00
Ronald G. Minnich
4b99e6561f 440gx config 2001-03-14 16:49:25 +00:00
Li-Ta Lo
b2de68655f added Eric's Uniform Boot stuff 2001-03-14 09:05:27 +00:00
Ronald G. Minnich
bcf4cbbac1 Fixed again for sdram 2001-03-13 15:40:33 +00:00
Ronald G. Minnich
227ca052f7 Changes from Eric for Alpha and other support 2001-03-13 04:22:19 +00:00
Ronald G. Minnich
1bb9d68a20 CVS SUCKS 2001-03-12 22:11:40 +00:00
Ronald G. Minnich
92f6adb976 Take out auto memory sizing. Just use 64 MB for now. 2001-03-08 23:44:52 +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
b640a0827f Changes to get asus cua to boot. 2001-03-07 03:32:11 +00:00
Ronald G. Minnich
fc1f1fb4fb Working asus cua for acer north and south. 2001-03-05 23:47:30 +00:00
Ronald G. Minnich
32369601ee Acer fixed the ipl.S 2001-03-05 16:03:02 +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
9f7ae21935 New code from via. Seems to work but it breaks serial output. 2001-02-15 18:12:59 +00:00
Ronald G. Minnich
de2923b590 mainboard for irobot.com 2001-02-15 15:25:06 +00:00
Ronald G. Minnich
e94eeb3d9d Patches for tyson that do the following:
Added set_initrd() to params.h and params.c.

Added PRINTK macro and KERN_SPEW to printk.h.

Changed fill_inbuf.c to accept zkernel_start and zknernel_mask as
variables that can be set by linuxbiosmain().

Changed linuxbiosmain() to allow custom code to modify some parameters
such as where the kernel image is located in ROM, the initrd parameters
and the command line.

Change most of the DBG's in newpci.c to PRINTK(KERN_SPEW...  This was
the worst offender when DEBUG was defined.  Some of it was changed to
KERN_DEBUG.

There are no new files this time, however,
freebios-010214.orig/src/superio/SMC/fdc37n769/superio.inc
remains and needs to be deleted and then 'cvs rm'.

None of these changes should break any other code.  The same
ZKERNEL_START, ZKERNEL_MASK and CMD_LINE defines are still used, but
are now all used in linuxbiosmain() and used to initialize variables
that can later be changed rather than used directly.

These changes allow me to choose between two kernel images, optionally
use an initrd image, load the initrd image and set the kernel command
line as needed.
2001-02-15 15:23:06 +00:00
Ronald G. Minnich
008d0a742a Small change to try to fix a startup problem. 2001-02-14 05:19:27 +00:00
Ronald G. Minnich
d0b0e5cf9f added files for Tyson's new stuff. 2001-02-09 04:38:11 +00:00
Ronald G. Minnich
af5eaf5b29 Changes to support 440BX 2001-02-08 16:17:38 +00:00
Ronald G. Minnich
ebe1662d07 Changes for the new mainboard from VIA. 2001-02-07 18:35:22 +00:00
Ronald G. Minnich
5538c4953b Added needed usleeps so program would work. 2001-02-07 16:10:54 +00:00
Ronald G. Minnich
59e0591bee Fix typo in name for flash_rom command 2001-02-07 16:03:52 +00:00
Ronald G. Minnich
9c0ee68d01 Delete define that is wrong for most mainboards from via. 2001-02-07 15:56:09 +00:00
Ronald G. Minnich
c5a3540037 Mods for the new via mainboard. 2001-02-07 15:55:04 +00:00
Li-Ta Lo
6bc6af0c08 fixed a bug in init kmalloc memory 2001-02-02 05:29:56 +00:00
Li-Ta Lo
4435330ff8 SiSFB Lite bug fix, no more mysterious kernel oops so far 2001-02-01 09:33:48 +00:00
Li-Ta Lo
7997262b98 minor bug fix in chipset init code 2001-01-29 09:56:21 +00:00
Li-Ta Lo
ce8453cbde minor changes to to reflect 730 2001-01-29 08:01:49 +00:00
Li-Ta Lo
f23356e68f SiS 730 Works lsls 2001-01-29 07:58:42 +00:00
Li-Ta Lo
3da78f3850 added config file for PCCHIPS M810LMR 2001-01-29 07:55:49 +00:00
Li-Ta Lo
ffa86f1fb3 fixed a typo on 730 device id 2001-01-29 07:53:52 +00:00