mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
- 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
14 lines
732 B
Text
14 lines
732 B
Text
|
|
Contributors (in alpha order):
|
|
|
|
Eric Biederman <ebiederman@lnxi.com> - 440GX SPD, elfboot, mkelfImage, Athlon SMP, P4 Xeon, etc
|
|
Jeff Garzik <jgarzik@mandrakesoft.com> - The essential /dev/fb! First freebios
|
|
James Hendricks <jimi@lanl.gov> - SMP for 440GX among many other things
|
|
Ollie Lho <ollie@sis.com.tw> - SIS 630
|
|
Ronald Minnich <rminnich@lanl.gov> - LinuxBIOS project head, 440GX, SIS, VIA
|
|
"Jason R. Potnick" <potnick@lanl.gov> - SDRAM SPD, NVRAM, VIA PM133
|
|
Johan Rydberg <johan.rydberg@netinsight.se> - original author of STPC BIOS
|
|
Tyson D. Sawyer <tyson@rwii.com> - 440BX and other important bits
|
|
Eric Seppanen <eds@reric.net> - printk, 440TX support
|
|
Dale R Webster <dalew@lanl.gov> - Original proof of concept, Alpha DS10
|
|
|