root/trunk/coreboot-v1/AUTHORS

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
2Contributors (in alpha order):
3
4Eric Biederman <ebiederman@lnxi.com> - 440GX SPD, elfboot, mkelfImage, Athlon SMP, P4 Xeon, etc
5Jeff Garzik <jgarzik@mandrakesoft.com> - The essential /dev/fb! First freebios
6James Hendricks <jimi@lanl.gov> - SMP for 440GX among many other things
7Ollie Lho <ollie@sis.com.tw> - SIS 630
8Ronald Minnich <rminnich@lanl.gov> - LinuxBIOS project head, 440GX, SIS, VIA
9"Jason R. Potnick" <potnick@lanl.gov> - SDRAM SPD, NVRAM, VIA PM133
10Johan Rydberg <johan.rydberg@netinsight.se> - original author of STPC BIOS
11Tyson D. Sawyer <tyson@rwii.com> - 440BX and other important bits
12Eric Seppanen <eds@reric.net> - printk, 440TX support
13Dale R Webster <dalew@lanl.gov> - Original proof of concept, Alpha DS10
Note: See TracBrowser for help on using the browser.