Commit graph

292 commits

Author SHA1 Message Date
Ronald G. Minnich
6bba8523ae Changes for the 810lmr to support the new superio setup.
Changes to the via 8601 ipl.S to enable flash on the vt5426 mainboard
2001-05-02 21:11:20 +00:00
Ronald G. Minnich
bdea0ef843 Config file mods for via. Example config file. 2001-04-30 20:00:03 +00:00
Ronald G. Minnich
c0fa9a5321 working ipl.S for the vt526 and other 8601 via mainboards.
Current problem is it does not write-enable flash correctly.
2001-04-30 19:34:38 +00:00
Ronald G. Minnich
c5270ce7e7 fixing up size 2001-04-30 18:29:17 +00:00
Li-Ta Lo
e187729ead remove console=ttyS0 since SiS550 does not even have serial port 2001-04-26 01:03:11 +00:00
Li-Ta Lo
f1153faf75 add support for DoC Millennium Plus 2001-04-25 11:21:14 +00:00
Li-Ta Lo
ef1b01fd03 added support for M-System DoC Millennium Plus 2001-04-25 07:06:21 +00:00
Li-Ta Lo
a70d008f30 setup stack for 32 bits mode as early as possiblee 2001-04-25 04:11:00 +00:00
Li-Ta Lo
276703dccc use #ifdef INTEL_PPRO_MTRR to protect Pentium class CPUs 2001-04-25 04:09:17 +00:00
Li-Ta Lo
ca060f6fb1 add support for SiS 550 SoC 2001-04-25 03:38:49 +00:00
Li-Ta Lo
ed19d4b915 Use #ifdef IOAPIC to protect Pentium class CPUs 2001-04-25 03:17:47 +00:00
Li-Ta Lo
1115c4d2af use #ifdef i686 to protect Pentium class processors from hanging 2001-04-25 02:34:00 +00:00
Li-Ta Lo
efcf2d7622 add SiS 550 PCI IDs 2001-04-19 05:31:21 +00:00
Li-Ta Lo
f66a06612c remove unneceressary host birdge code 2001-04-19 05:30:38 +00:00
Ronald G. Minnich
2e8349c4fb Last try for the day to make this work in 'C'. No good. 2001-04-18 19:45:59 +00:00
Ronald G. Minnich
99e34e93a7 Ronnie Liu's fixes for double-sided. 2001-04-18 18:43:19 +00:00
Eric W. Biederman
39b133810a Minor fixes
- Add IMB to the palcode in start.inc
- Reduce the heap to only 128K in alpha/ldscript.base
- In elfboot add checks to make certain we don't overwrite linuxBIOS...
2001-04-13 22:04:26 +00:00
Li-Ta Lo
989631674e minor bug in setting status register B 2001-04-13 04:17:45 +00:00
Ronald G. Minnich
9089beed6e Fixed typo 2001-04-12 20:15:38 +00:00
Ronald G. Minnich
3a8ce19f87 we need cache_enable and disable visible.
failed attempts to get the acer northbridge to size ram
CV:S ----------------------------------------------------------------------
2001-04-12 18:36:53 +00:00
Li-Ta Lo
0a36813f1d Enable ACPI S3 and S5 in APC register 0x04 2001-04-12 10:55:41 +00:00
Li-Ta Lo
f31df54bf1 fix RTC and 8254 problem 2001-04-12 10:46:43 +00:00
Ronald G. Minnich
44dbc37c3c almost-working changes for sizing remaining dram in c 2001-04-11 21:41:58 +00:00
Ronald G. Minnich
b1e09fa054 Chances for the new superio setup. pci.h has new structs.
newpci.c has some new functions. asus config is fixed for i386 stuff.
NLBconfig has a new command (nsuperio) and will take arch, mainboard, or
target as the first command. sis 950 superio has changes for the new
superio model
2001-04-11 21:38:46 +00:00
Li-Ta Lo
4abb0055ef add arch i386 fo comfig files 2001-04-09 02:23:55 +00:00
Li-Ta Lo
752c710520 use static keyword 2001-04-09 02:23:18 +00:00
Ronald G. Minnich
b8bbc234a6 Simple changes to get ASUS all memory working 2001-03-30 21:20:15 +00:00
Ronald G. Minnich
15188739c6 changes to get all ram up on ASUS CUA 2001-03-30 18:15:56 +00:00
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