Eric W. Biederman
71be41d193
make.base(i386 & alpha)
...
make.base -- renamed OBJECTS to OBJECTS-1 to allow conditional compilation of objects
ldscript.base -- realized that assignemnts to the location counter inside of sections
are relative to their start so simplfied the code
pirq_routing.h -- includeded types.h so we don't have suprises
hardwaremain.c -- unconditionally included arch/smp/mpsec.h
arch/i386/smp/Config introduced conitional on the compilation objects into
the compilation process
ioapic.c -- removed (now) unneeded ifdef around this file
mpsec.c -- removed (now) unneeded ifdef around this file
cpu/cpufixup.h -- Fix typo in the case when no cpufixup is needed.
parts/framebuffer.h -- Added a missing semicolon.
smp/atomic.h -- renamed second atmoic_inc to atomic_dec oops.
tyan/guinnes/Config -- reordered the options so they are grouped a little
better and said mptable.o is dependent on HAVE_MP_TABLE
tyan/guiness/mainboard.c -- small change for clarity.
northsouthbridge/sis/630/northbridge.c
northsouthbridge/sis/630/southbridge.c
-- Remove unused include of the now dead param.h
NLBConfig.py
-- Only include numeric options in the linker script
-- Update to handle adding a condition for when to build
objects
2001-08-15 21:30:08 +00:00
Eric W. Biederman
ed8c9d7e0d
Code changes from my work and the AMD760MP chipset.
...
The primary changes is the way in which printk works.
But there are many other assorted code cleanups.
Just look and see :)
2001-08-08 02:45:10 +00:00
Ronald G. Minnich
ad44ad6bc8
added README
2001-08-06 15:11:40 +00:00
Ronald G. Minnich
3715ec2eaa
web config tool
2001-08-06 15:09:27 +00:00
Ronald G. Minnich
518541e0aa
mkflashimage to build flash images.
2001-06-23 22:11:44 +00:00
Ronald G. Minnich
492c2068c6
fix stupid typo in NGLConfig.py
...
sample files for tftp
2001-06-23 22:09:54 +00:00
Ronald G. Minnich
9ea31ee45a
Support for etherboot.
2001-06-23 21:04:48 +00:00
Ronald G. Minnich
61cf86c18e
Added doxygen targets and support files.
...
made remaining changes for new superio support.
2001-06-18 04:04:42 +00:00
Ronald G. Minnich
463dafc4a7
Added etags rule
2001-06-06 05:22:30 +00:00
Li-Ta Lo
42e38b5a3e
add sis 540 support
2001-05-23 02:48:26 +00:00
Ronald G. Minnich
57ae756c26
manpreet's new files for 440bx.
...
The name 'l440gx' is sort of a generic mainboard.
2001-05-07 01:42:59 +00:00
Ronald G. Minnich
bdea0ef843
Config file mods for via. Example config file.
2001-04-30 20:00:03 +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
ca060f6fb1
add support for SiS 550 SoC
2001-04-25 03:38:49 +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
Ronald G. Minnich
b8bbc234a6
Simple changes to get ASUS all memory working
2001-03-30 21:20:15 +00:00
Ronald G. Minnich
245df55323
first cut at ds10 config
2001-03-27 03:41:28 +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
faf0c47b79
testing I HATE CVS
2001-03-22 21:26:32 +00:00
Ronald G. Minnich
4b99e6561f
440gx config
2001-03-14 16:49:25 +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
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
Li-Ta Lo
3da78f3850
added config file for PCCHIPS M810LMR
2001-01-29 07:55:49 +00:00
Ronald G. Minnich
e4a129a678
minor changes for via.
...
You can build for vt5292A4 by:
cd romimages/RON_VIA_SPD
make
Note that we now use 2.4.0 release
multiple SDRAM do not work yet.
2001-01-27 00:54:43 +00:00
Ronald G. Minnich
914a8ba741
took out noisy debug
2001-01-19 17:07:41 +00:00
Ronald G. Minnich
b56912ec3a
Fixes for CMD_LINE, and other fixes to set up ga-6bxc.
...
mtrr.c, remove redundant define
string.h bug with 0 in strlen
2001-01-18 23:11:26 +00:00
Ronald G. Minnich
88595061aa
Fixed a simple bug in burn_mtd, related to the new 2.4.0 release MTD code
2001-01-12 05:29:44 +00:00
Ronald G. Minnich
c3b0e127ed
Fixes to problems with the config tool.
2001-01-11 04:03:42 +00:00
Ronald G. Minnich
8239f21126
updated howto and the burn_mtd utility
2001-01-05 16:20:58 +00:00
Ronald G. Minnich
2d208cd5c6
If no args are specified, then all that happens is that flash writes
...
are enabled in hardware. This is used for DoC support.
2000-12-31 20:06:14 +00:00
Li-Ta Lo
50f0673c02
replace flash_rom to flash_on
2000-12-26 01:26:03 +00:00
Ronald G. Minnich
09eee61a5f
burn script and test12 winfast.config
2000-12-22 22:32:04 +00:00
Ronald G. Minnich
a9d58e2759
Now builds working via too
2000-12-19 03:12:51 +00:00
Ronald G. Minnich
fe00453885
This now works ...
2000-12-18 04:50:13 +00:00
Ronald G. Minnich
cddbea070f
Last parameterized piece.
2000-12-18 03:59:28 +00:00
Ronald G. Minnich
179c2c738d
Now the 'base file' works for both the makefile and ldscript.
2000-12-15 04:31:24 +00:00
Ronald G. Minnich
f17e1ad791
removed embedded baserules
2000-12-14 15:00:14 +00:00
Ronald G. Minnich
e33f51168c
This actually works!
2000-12-14 05:03:52 +00:00
Ronald G. Minnich
a9d24e25e8
Getting there, but not right.
2000-12-14 04:42:38 +00:00
Ronald G. Minnich
bec75e23b1
Adding features on request ...
2000-12-14 03:54:19 +00:00
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
Li-Ta Lo
b3b5a38f5f
add utils to reboot/shutdown by ACPI
2000-12-12 04:12:23 +00:00
Li-Ta Lo
01bb8f9ca3
use commandline for kernel command line
2000-12-08 01:22:50 +00:00
Ronald G. Minnich
99226a08d1
update
2000-12-07 21:15:41 +00:00