coreboot/src/cpu
Eric W. Biederman b1a740bc28 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
2002-10-10 19:46:47 +00:00
..
ev6 Minor fixes 2001-04-13 22:04:26 +00:00
i386 First cut at running vgabios code. 2002-03-27 04:14:40 +00:00
i786 - Support for a LinuxBIOS version number (start at 1.0.0) 2002-07-02 07:13:12 +00:00
k7 Bug fix the handling of struct mem_range for the athlon 2002-07-06 01:25:52 +00:00
p5 AUTHORS 2002-10-10 19:46:47 +00:00
p6 src/arch/i386/boot/boot.c 2002-10-10 19:02:37 +00:00