Commit graph

735 commits

Author SHA1 Message Date
Ronald G. Minnich
d63c790e82 This will now generate code for linuxbios for mptable. 2002-09-18 14:02:07 +00:00
Ronald G. Minnich
6fa605c210 Smartcore commit. IDE fixup for cs5530.
Enable debug prints to try to find etherboot problems Smartcore fixes.
2002-09-10 14:57:40 +00:00
Ronald G. Minnich
6415f2997f Can now burn 82802ab 2002-09-06 16:58:14 +00:00
Ronald G. Minnich
ed9a782a42 Dump memory so we can figure out where the bios is. 2002-09-05 20:44:24 +00:00
Li-Ta Lo
c614ed4cfd added kernel patch and config file for 2.4.19 2002-09-03 02:56:32 +00:00
Ronald G. Minnich
6ae8cb10d8 epia support (broken) 2002-09-02 15:19:07 +00:00
Ronald G. Minnich
bd70c9d157 corrected irq_tables for the smartcore P3 2002-08-28 21:09:32 +00:00
Eric W. Biederman
84b7477356 More files from mkelfImage-1.15 2002-08-28 20:08:05 +00:00
Eric W. Biederman
7b8235ae1b Update to mkelfImage-1.15 2002-08-28 20:07:10 +00:00
Ronald G. Minnich
eb53385521 Added support for pcchips m830lr 2002-08-28 15:07:55 +00:00
Ronald G. Minnich
490c64dee2 Support now works for the digital logic smartcore p3 SE 2002-08-21 21:02:55 +00:00
Li-Ta Lo
a217c3bd96 add minimal cmos setting 2002-08-16 06:53:06 +00:00
Li-Ta Lo
b75425a6b7 added ENABLE_MII and IDE1 support 2002-08-07 02:40:08 +00:00
Li-Ta Lo
64ce5d45ff ipl.S: disable unstable SR13 SR14 programming
irq_tables.c: updated IRQ routing
mainboard.c: don't disable flash write
2002-08-01 07:48:53 +00:00
Li-Ta Lo
131a050256 enable flash write 2002-08-01 07:44:08 +00:00
Ronald G. Minnich
6ccc762393 The udelay I wrote was busted, now fixed, tested, working on AMD. 2002-07-30 21:44:53 +00:00
Ronald G. Minnich
e9c806ea37 take out mistaken change. 2002-07-30 20:24:40 +00:00
Ronald G. Minnich
3dfb12a37a initial post of 0x01 for motherboard timing issues.
count=1 on the dd for the payload so it won't grow without bound.
2002-07-29 17:19:31 +00:00
Eric W. Biederman
e34319b59a Fix ldscript.base to work around linker bugs.
In particular symbols inside of NOALLOC sections were being allocated
at the start of the section.
2002-07-25 20:50:52 +00:00
Eric W. Biederman
9dfbc3dcea Add example config files for the s2462 2002-07-25 03:11:45 +00:00
Ronald G. Minnich
217286880e Changes to make udelay a bit easier to compile in. There are now three version. 2002-07-22 21:28:16 +00:00
Li-Ta Lo
24b6351c3e more BCM CMOS menu stuff 2002-07-22 03:08:25 +00:00
Ronald G. Minnich
a99e7f00c7 more nits, get hings to work. 2002-07-19 21:06:43 +00:00
Ronald G. Minnich
8b73dcc250 Nits with the compiler. 2002-07-19 21:06:24 +00:00
Eric W. Biederman
36eda040d4 Update the ldscript, to declare pci_drivers && epci_drivers 2002-07-19 15:35:28 +00:00
Eric W. Biederman
58bbe2161c Add alpha version of bitops.h 2002-07-18 22:26:45 +00:00
Eric W. Biederman
e8dacb6ba8 - Update the code in bitops.h so it will compile. 2002-07-18 21:58:33 +00:00
Ronald G. Minnich
4dc3c174db fixes for alpha.
Note the beginning of moving linuxbios_table.c to src/lib
2002-07-18 21:08:09 +00:00
Eric W. Biederman
f11b412d37 - Refix the protoptype for jmp_to_elf_entry, including fixing alpha code
- Updated to new pci code
2002-07-18 20:30:20 +00:00
Li-Ta Lo
bd7d5d918e added sst39vf020 support 2002-07-18 03:32:00 +00:00
Ronald G. Minnich
166e7df814 trying to get alpha back. 2002-07-16 23:16:31 +00:00
Eric W. Biederman
66bfde10d1 Add missing includes, Change #ifdef SMP to #if SMP == 1 2002-07-16 23:02:53 +00:00
Eric W. Biederman
4961c2dceb Move elfboot out of linuxbiosmain.
In hardwaremain call linuxbiosmain with it's traditional parameters,
but only call it if we aren't using elf_boot.
2002-07-11 13:31:59 +00:00
Li-Ta Lo
be0dfbddca corrected irq tables. added mainboard and vendor name in config file 2002-07-09 03:41:03 +00:00
Eric W. Biederman
6664a47588 Update k7 mtrr.h to include all of the bits in the SYSCFG_MSR so I can
take advantage of them.
2002-07-06 21:41:02 +00:00
Eric W. Biederman
b3b9071f43 Bug fix the handling of struct mem_range for the athlon 2002-07-06 01:25:52 +00:00
Li-Ta Lo
46fd6ab5e1 add Winbond IO support 2002-07-03 06:39:45 +00:00
Eric W. Biederman
4ff6801f49 Add missing declaration of of mem in the rewritten sizeram function 2002-07-03 04:15:39 +00:00
Eric W. Biederman
7bbfacd461 Files I missed earlier 2002-07-02 07:14:44 +00:00
Eric W. Biederman
e803bc7bd4 - Support for a LinuxBIOS version number (start at 1.0.0)
- Support for remember our compile time environment
- Simple and always correct version of compute_ip_checksum
- Improve message strings in crt0.base
- Initial support for > 2G ram.
  - Sizeram now returns a list of valid ranges of ram
  - pci resource allocation now starts at 0xC0000000
- Update sizeram for every northbridge
- Misc cleanups.
2002-07-02 07:13:12 +00:00
Eric W. Biederman
9deed69cdd Update to version 1.14 where the linker version does not matter 2002-07-02 04:34:26 +00:00
Eric W. Biederman
87974472c1 Add an example config file to the l440gx 2002-07-02 04:26:29 +00:00
Eric W. Biederman
cc7c2ea727 Include all of the files necessary to build for SMP 2002-07-02 04:11:23 +00:00
Eric W. Biederman
9e334b9ec3 Massive resync of my tree and freebios-cvs including.
- Motherboard identification in the linuxbios table.
- Better SMP startup code.
- Support for the tyan s2462, the supermicro p4dc6, the supermicro p4dc6+, and the beginnings of supermicro p4dpr support
- Remove of no longer needed USE_AMD_NDA option
2002-06-20 00:11:56 +00:00
Ronald G. Minnich
ddf646c178 fixed 2002-06-11 20:42:46 +00:00
Ronald G. Minnich
8ae6034784 better script 2002-06-11 19:16:52 +00:00
Ronald G. Minnich
2443295245 more chips 2002-06-11 19:15:55 +00:00
Ronald G. Minnich
c8a1278d6f m758lmr+ from andrew ip 2002-06-07 15:22:24 +00:00
Li-Ta Lo
43a7eb5251 wrong order of src and dest in outb() 2002-06-05 09:09:48 +00:00
Li-Ta Lo
0d5ceca823 added bcm stupid stuff 2002-06-05 08:58:10 +00:00