enumerate all PCI buses in mptable
[seabios.git] / src / mptable.c
2009-12-30 Gleb Natapovenumerate all PCI buses in mptable
2009-12-26 Kevin O'ConnorAllocate mptable in temp space and copy into final...
2009-12-24 Gleb Natapovprovide correct pci routing information in mptable
2009-11-14 Kevin O'ConnorAdd MPS entries for LINT interrupts.
2009-11-14 Kevin O'ConnorFixes for mptable generation.
2009-11-10 Kevin O'ConnorOnly add the first logical CPU in each physical CPU...
2009-11-10 Kevin O'ConnorFix cpuflag in mptable (| has higher priority than ?:)
2009-10-12 Kevin O'ConnorGenerate mptable unconditionally.
2009-10-09 Kevin O'ConnorUse MaxCountCPUs during building of per cpu tables.
2009-10-09 Kevin O'Connorirq0override provided by qemu.
2009-08-01 Kevin O'ConnorAdd Post Memory Manager (PMM) support.
2009-07-29 Kevin O'ConnorMinor - breakup mptable allocation into two calls.
2009-07-29 Kevin O'Connormptable and madt irq override
2009-07-25 Kevin O'ConnorAdd malloc_high/fseg() and rework bios table creation...
2009-07-04 Kevin O'ConnorUse "p->sum -= checksum()" style for setting checksums.
2009-06-21 Kevin O'ConnorForward port bochs smp changes; rename smpdetect.c...
2009-02-28 Kevin O'ConnorFix bug in emulator mptable creation - space not reserved.
2009-02-28 Kevin O'ConnorBuild mptable using C 'struct's.
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2008-12-14 Kevin O'ConnorDefine and consistently use BUILD_APIC_ADDR and BUILD_I...
2008-11-08 Kevin O'ConnorAdd dprintf() status writes during startup of bios...
2008-08-17 Kevin O'ConnorRemove CONFIG_QEMU option - breakout into other options.
2008-07-12 Kevin O'ConnorAdd option to disable mptable generation.
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...