aboutsummaryrefslogtreecommitdiffstats
path: root/src/mptable.c
Commit message (Expand)AuthorAgeFilesLines
* Minor - clarify bit logic in mptable.c.Kevin O'Connor2010-07-261-2/+2
* Minor mptable changes.Kevin O'Connor2010-06-061-8/+6
* Introduce standard warnings for allocation failures and timeouts.Kevin O'Connor2010-02-141-2/+2
* mptable: Pull cpuid_signature/features setting out of loop.Kevin O'Connor2010-02-111-8/+8
* Read APIC version from APIC instead of using a hard-coded value.Magnus Christensson2010-01-181-1/+2
* Add comment explaining why mptable is in low memory.Kevin O'Connor2010-01-041-1/+3
* mptable: Reset pinmask on new bus or device.Kevin O'Connor2010-01-031-3/+3
* Commit compiled dsdt file; misc comment updates.Kevin O'Connor2009-12-301-1/+2
* enumerate all PCI buses in mptableGleb Natapov2009-12-301-14/+22
* Allocate mptable in temp space and copy into final location.Kevin O'Connor2009-12-261-25/+29
* provide correct pci routing information in mptableGleb Natapov2009-12-241-4/+46
* Add MPS entries for LINT interrupts.Kevin O'Connor2009-11-141-1/+22
* Fixes for mptable generation.Kevin O'Connor2009-11-141-33/+26
* Only add the first logical CPU in each physical CPU to the MPS tables.Kevin O'Connor2009-11-091-4/+24
* Fix cpuflag in mptable (| has higher priority than ?:)Kevin O'Connor2009-11-091-1/+1
* Generate mptable unconditionally.Kevin O'Connor2009-10-121-4/+0
* Use MaxCountCPUs during building of per cpu tables.Kevin O'Connor2009-10-091-8/+10
* irq0override provided by qemu.Kevin O'Connor2009-10-081-7/+2
* Add Post Memory Manager (PMM) support.Kevin O'Connor2009-08-011-1/+0
* Minor - breakup mptable allocation into two calls.Kevin O'Connor2009-07-291-6/+4
* mptable and madt irq overrideKevin O'Connor2009-07-291-10/+24
* Add malloc_high/fseg() and rework bios table creation to use them.Kevin O'Connor2009-07-251-8/+7
* Use "p->sum -= checksum()" style for setting checksums.Kevin O'Connor2009-07-041-2/+2
* Forward port bochs smp changes; rename smpdetect.c to smp.c.Kevin O'Connor2009-06-211-3/+10
* Fix bug in emulator mptable creation - space not reserved.Kevin O'Connor2009-02-281-0/+1
* Build mptable using C 'struct's.Kevin O'Connor2009-02-271-126/+68
* Change license from GPLv3 to LGPLv3.Kevin O'Connor2009-01-151-1/+1
* Define and consistently use BUILD_APIC_ADDR and BUILD_IOAPIC_ADDR.Kevin O'Connor2008-12-141-2/+2
* Add dprintf() status writes during startup of bios table inits.Kevin O'Connor2008-11-081-0/+2
* Remove CONFIG_QEMU option - breakout into other options.Kevin O'Connor2008-08-171-5/+3
* Add option to disable mptable generation.Kevin O'Connor2008-07-121-0/+3
* Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor2008-07-041-0/+1
* Separate out smp detection and mp table generation from rombios32.cKevin O'Connor2008-07-041-0/+159