aboutsummaryrefslogtreecommitdiff
path: root/util/mptable
AgeCommit message (Expand)Author
2010-10-31Remove incorrect IOAPIC lines from some mptable.c files.Uwe Hermann
2010-10-26We need to call smp_write_lintsrc() instead of smp_write_intsrc() forTobias Diedrich
2010-10-25Factor out common mptable code to mptable_init().Uwe Hermann
2010-10-12We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-01-26use stdint types for structures, and don't use pointersStefan Reinauer
2008-03-15fix typoStefan Reinauer
2008-01-28Fix mptable util so the output will compileJon Dufresne
2008-01-18rename linuxbios_* files in utils repository.Stefan Reinauer
2005-01-04adapt to freebios v2. still doesnt handle comments correctly.Stefan Reinauer
2004-12-10mptable toolRonald G. Minnich