Change license from GPLv3 to LGPLv3.
[seabios.git] / src / smpdetect.c
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2008-12-30 Kevin O'ConnorAdd more linker protections around variables accessed...
2008-12-29 Kevin O'ConnorAdd linker magic to ensure 16bit variables aren't repea...
2008-12-17 Kevin O'ConnorDon't turn off apic after smp detect; use cmos for...
2008-12-14 Kevin O'ConnorDefine and consistently use BUILD_APIC_ADDR and BUILD_I...
2008-12-11 Kevin O'ConnorVarious minor comment updates.
2008-12-07 Kevin O'ConnorExecute smp detect code in place instead of copying it.
2008-11-29 Kevin O'ConnorDon't reset .bss on reboots.
2008-11-28 Kevin O'ConnorImplement tsc based delay timers, and use them througho...
2008-08-17 Kevin O'ConnorImprove smp detection code.
2008-07-06 Kevin O'ConnorUse ld to build final rom; remove custom build utilities.
2008-07-04 Kevin O'ConnorExtract 'struct bregs' out of biosvar.h; clean up heade...
2008-07-04 Kevin O'ConnorSeparate out smp detection and mp table generation...