summaryrefslogtreecommitdiff
path: root/util/mptable
AgeCommit message (Expand)Author
2014-12-19util: Remove 'getpir' and 'mptable' toolsAlexandru Gagniuc
2012-06-20mptable: realign comments with codeSven Schnelle
2012-06-20mptable: initialize apic/bus arrays with ARRAY_SIZESven Schnelle
2012-06-20mptable: pretty print PCI INT entriesSven Schnelle
2012-06-20mptable: Fix BUS type determinationSven Schnelle
2012-06-20mptable: reindent code to comply with coreboot coding styleSven Schnelle
2012-06-20mptable: Fix 'mptable.c:1019:12: warning: ā€˜cā€™ may be used uninitialized i...Sven Schnelle
2012-06-20mptable: remove unused variableSven Schnelle
2012-06-20mptable: print ioapic entriesSven Schnelle
2012-06-20mptable: rename LAPIC_ADDR to LOCAL_APIC_ADDRSven Schnelle
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