|
Revision 641, 0.7 KB
(checked in by ebiederm, 6 years ago)
|
|
AUTHORS
- Add myself
src/cpu/p5/delay_tsc.c
- Fix the indentation
- Don't have the new calibrate_tsc function directly
update global variables.
src/include/smp/start_stop.h
- Change #ifdef SMP to #if SMP == 1
src/include/string.h
- Declare sprintf
src/lib/elfboot.c
- Minor fixes to verify_loaded_image
- Change all of the new debugging messages to printk_spew
src/lib/inflate.c
- Remove sensless warning message fixes
src/lib/linuxpci.c
- move declaration of sprintf to string.h
- Better detection of read only bars in pci_get_resource
- Remove pci_noop
- Remove warning about set_pci_dev_ops not being finished
src/lib/src.c
- change #ifdef SERIAL_POST to #if SERIAL_POST in post_code
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | |
|---|
| 2 | Contributors (in alpha order): |
|---|
| 3 | |
|---|
| 4 | Eric Biederman <ebiederman@lnxi.com> - 440GX SPD, elfboot, mkelfImage, Athlon SMP, P4 Xeon, etc |
|---|
| 5 | Jeff Garzik <jgarzik@mandrakesoft.com> - The essential /dev/fb! First freebios |
|---|
| 6 | James Hendricks <jimi@lanl.gov> - SMP for 440GX among many other things |
|---|
| 7 | Ollie Lho <ollie@sis.com.tw> - SIS 630 |
|---|
| 8 | Ronald Minnich <rminnich@lanl.gov> - LinuxBIOS project head, 440GX, SIS, VIA |
|---|
| 9 | "Jason R. Potnick" <potnick@lanl.gov> - SDRAM SPD, NVRAM, VIA PM133 |
|---|
| 10 | Johan Rydberg <johan.rydberg@netinsight.se> - original author of STPC BIOS |
|---|
| 11 | Tyson D. Sawyer <tyson@rwii.com> - 440BX and other important bits |
|---|
| 12 | Eric Seppanen <eds@reric.net> - printk, 440TX support |
|---|
| 13 | Dale R Webster <dalew@lanl.gov> - Original proof of concept, Alpha DS10 |
|---|