grml...
[seabios.git] / src / mptable.c
2011-10-30 Kenji Kaneshigeseabios: fix mptable nmi entry
2011-06-21 Kevin O'ConnorConvert mptable code to use struct pci_device.
2011-06-19 Kevin O'ConnorRename foreachpci macro to foreachbdf.
2010-07-27 Kevin O'ConnorMinor - clarify bit logic in mptable.c.
2010-06-06 Kevin O'ConnorMinor mptable changes.
2010-02-14 Kevin O'ConnorIntroduce standard warnings for allocation failures...
2010-02-12 Kevin O'Connormptable: Pull cpuid_signature/features setting out...
2010-01-18 Magnus ChristenssonRead APIC version from APIC instead of using a hard...
2010-01-05 Kevin O'ConnorAdd comment explaining why mptable is in low memory.
2010-01-03 Kevin O'Connormptable: Reset pinmask on new bus or device.
2009-12-30 Kevin O'ConnorCommit compiled dsdt file; misc comment updates.
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...