Commit graph

404 commits

Author SHA1 Message Date
Li-Ta Lo
7ca28e1b0f modify option HAVE_PIRQ_TABLE to option HAVE_PIRQ_TABLE=1
delete P6 mtrr for P5 mainboards
2001-11-13 03:21:28 +00:00
Ronald G. Minnich
0222d47c61 Changed
option SERIAL_CONSOLE
to
option SERIAL_CONSOLE=1
2001-11-08 02:06:37 +00:00
Li-Ta Lo
45c7f99fe8 added 2.4.12 patch for SiS chipets 2001-11-06 05:38:26 +00:00
Li-Ta Lo
d4788245de add code to disable internal devices 2001-11-06 04:32:05 +00:00
Li-Ta Lo
4eb28ca342 enable VGA palette snoop and legacy VGA IO port 2001-11-06 04:29:38 +00:00
Li-Ta Lo
929efbd797 add SERIAL_CONSOLE=1 2001-11-06 04:26:19 +00:00
Eric W. Biederman
a8151ba2cd Initial checkin for supermicro p4dc6
This also includes a bunch of my pending work including
- Updated serial code so we can compile in different serial port speeds
- Updates to the build system so that:
  - Makefile.settings holds all of the settings of the config variables
  - ldoptions and cpuflags are generated automatically with perl scripts
  - src/config/Config holds all of the architecture neutral make file settings
- Initial work on the P4 including how to use cache as ram
- Update to the ioapic code for the P4 because it delivers irqs on the system
  bus instead of an out of band bus
- Updated version of printf that doesn't need an intermediate buffer
  - logbuf_subr now handles the case when we want to use a log buffer
- video_subr handles the preliminary code for writing to a video device.
- Pending changes for the L440GX are merged in as well (hopefully I haven't
  messed then up since they were written).
2001-11-03 02:11:49 +00:00
Ronald G. Minnich
be3ebbe61f Support for the rcn dc1100s mainboard. The 694 files are probably wrong. 2001-11-03 00:22:28 +00:00
Ronald G. Minnich
756b831085 Tooked out "busted" notice 2001-11-02 20:15:29 +00:00
Ronald G. Minnich
66fa179fd6 K7 support is back! 2001-11-02 20:14:26 +00:00
Ronald G. Minnich
e433002b05 Fixes for the K7 so it will compile, but print out the fact that it will be
slow.

Notes on K7 MSRs.
2001-11-02 18:14:09 +00:00
Ronald G. Minnich
1da6fe55ec New raminit.inc 2001-11-01 14:15:44 +00:00
Ronald G. Minnich
492ad3aaed Known-good ASUS CUA howto 2001-10-31 04:38:49 +00:00
Ronald G. Minnich
3be04423cd Fixed .config files (remove arch command)
Add support for new mainboard and chipset combos
2001-10-30 17:22:50 +00:00
Ronald G. Minnich
3260d101ea Support for ASUS CUA and other M1631 mainboards. 2001-10-25 03:15:52 +00:00
Ronald G. Minnich
fc135688be Working changes for the technoloand sbc 710. MTRRs can now be configured as
either ROM starting at 0xc0000 or starting at 0xf0000. For the 0xf0000 case,
0xc0000 to 0xeffff is configured as FB, i.e. non-cacheable.
2001-10-24 19:13:21 +00:00
Ronald G. Minnich
71022a5661 added debug option for get_byte to dump every byte.
Fix for technoland config
Added new anal-retentive DoC code for those who want it to docmil_fill_inbuf
added .h files for new DoC code.
2001-10-24 16:13:42 +00:00
Ronald G. Minnich
8e1e3fbfa5 Final changes for the sbc710. docmill_fill_inbuf.c now takes a
#define for the base of DoC, and defaults to 0xffffe000 if it is not set.
2001-10-20 05:11:28 +00:00
Ronald G. Minnich
e997aa5946 gctags is gone on new redhat! 2001-10-19 18:24:16 +00:00
Eric W. Biederman
351efb22d5 Set the accessed bit on the segment descriptors to prevent writing to them. 2001-10-19 18:04:02 +00:00
Ronald G. Minnich
0a50c4f5ff A few more changes for the SBC 710 2001-10-18 22:28:14 +00:00
Ronald G. Minnich
ced8548e88 Finishing up things for technoland 2001-10-16 23:34:23 +00:00
Ronald G. Minnich
537643b3dd Minor fix to the sample config 2001-10-16 22:31:31 +00:00
Ronald G. Minnich
7b7640fdc4 technoland SBC 710 support. It actually builds, amazingly enough 2001-10-16 22:30:55 +00:00
Ronald G. Minnich
954c2fd8e2 technoland sbc 710 support 2001-10-16 22:23:29 +00:00
Ronald G. Minnich
933ee4a04e Update w83977EF/superio.c for new superio scheme 2001-10-16 22:15:00 +00:00
Ronald G. Minnich
a17d649936 adding support for the w83877tf 2001-10-16 21:50:28 +00:00
Ronald G. Minnich
05d93f1aa3 Fixes to make the w83627hf work with the new superio setup. 2001-10-16 17:09:07 +00:00
Ronald G. Minnich
b890f329df Simple fixup for non-SMP linuxbioses 2001-10-15 22:59:38 +00:00
Ronald G. Minnich
49454af63a Updates 2001-10-15 22:49:16 +00:00
Ronald G. Minnich
460b8ad038 No real change. For chipset_init.inc, DONT ENABLE SMA (shared memory access)
for framebuffers.
2001-10-15 22:14:00 +00:00
Ronald G. Minnich
ce6c4c7195 Minor SMP fixes. Fix to linuxpci to catch buggy chipsets 2001-10-15 18:19:40 +00:00
Ronald G. Minnich
350fa4e519 comment out a bad idea -- no need to enable IDE here. 2001-10-15 13:51:46 +00:00
Ronald G. Minnich
33a25bbb9a Working irq tables 2001-10-10 05:38:06 +00:00
Ronald G. Minnich
4fdee72f2e Fixed for new irq tables 2001-10-10 05:37:41 +00:00
Ronald G. Minnich
425d4ccc14 Enable IDE (courtesy Adam Agnew and Tiara) 2001-10-05 03:56:58 +00:00
Ronald G. Minnich
844133bfd0 Add support for the s1846 440BX mainboard. 2001-09-30 04:55:42 +00:00
Ronald G. Minnich
8554bfe2cf Fixed to page sensing 2001-09-27 20:10:41 +00:00
Ronald G. Minnich
5b3a40c2cd Fixes for 440gx and bx
add ide-spinup patch
add reset_test.inc for smp on 440gx
2001-09-27 20:05:07 +00:00
Ronald G. Minnich
75174d155d These changes support both registered and non-registered dram.
non-registered has been tested to 512MB
registered has been tested to 1024MB
2001-09-25 20:16:03 +00:00
Ronald G. Minnich
34531e0262 Simple fix for the incorrect sizing problem.
This actually can result in bad RPS sizes in register 74.w (RPS)
for slots where
there is no DRAM installed. This really does not matter since the actual
access to DRAM is controlled elsewhere. If there is not DRAM in a slot,
then that piece of the RPS register will never be used.
2001-09-24 23:18:45 +00:00
Ronald G. Minnich
2dfc41206b Typo in the HOWTO for SiS 630
Quick patch for fix in the raminit code for 440gx == we need to fix this
monday.
2001-09-24 03:48:19 +00:00
Ronald G. Minnich
cffb97e763 Fix small bug in raminit for 440gx. If you have ecc ram you need to set
0x18 into reg 0x50.w

More helpful error messages when elfboot fails.
2001-09-20 17:31:08 +00:00
Ronald G. Minnich
94f0b3d4c6 Working chipset_init.inc
Sampel config file
2001-09-17 23:09:17 +00:00
Ronald G. Minnich
46c05701c1 changes to try to get this working again. 2001-09-16 05:09:05 +00:00
Ronald G. Minnich
962dff1205 Comment out most of chipset_init.inc. It's causing trouble.
ron
2001-09-16 04:46:15 +00:00
Ronald G. Minnich
2b75b524d3 Fixed Config for this mainboard.
Remove crt0.S it is no longer used.
2001-09-16 04:34:39 +00:00
Ronald G. Minnich
da3c11f6ac Entry into crt0.S is now in 16-bit mode, change Config to reflect this. 2001-09-14 17:56:29 +00:00
Ronald G. Minnich
272217d28a ipl.h for asus cua 2001-09-14 17:25:59 +00:00
Ronald G. Minnich
359a95ff2b ipl for the cua
config.DoC sample
2001-09-12 22:40:47 +00:00