index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
mptable
/
mptable.c
Age
Commit message (
Expand
)
Author
2012-06-20
mptable: realign comments with code
Sven Schnelle
2012-06-20
mptable: initialize apic/bus arrays with ARRAY_SIZE
Sven Schnelle
2012-06-20
mptable: pretty print PCI INT entries
Sven Schnelle
2012-06-20
mptable: Fix BUS type determination
Sven Schnelle
2012-06-20
mptable: reindent code to comply with coreboot coding style
Sven Schnelle
2012-06-20
mptable: Fix 'mptable.c:1019:12: warning: ācā may be used uninitialized i...
Sven Schnelle
2012-06-20
mptable: remove unused variable
Sven Schnelle
2012-06-20
mptable: print ioapic entries
Sven Schnelle
2012-06-20
mptable: rename LAPIC_ADDR to LOCAL_APIC_ADDR
Sven Schnelle
2010-10-31
Remove incorrect IOAPIC lines from some mptable.c files.
Uwe Hermann
2010-10-26
We need to call smp_write_lintsrc() instead of smp_write_intsrc() for
Tobias Diedrich
2010-10-25
Factor out common mptable code to mptable_init().
Uwe Hermann
2010-10-12
We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.
Uwe Hermann
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-01-26
use stdint types for structures, and don't use pointers
Stefan Reinauer
2008-03-15
fix typo
Stefan Reinauer
2008-01-28
Fix mptable util so the output will compile
Jon Dufresne
2008-01-18
rename linuxbios_* files in utils repository.
Stefan Reinauer
2005-01-04
adapt to freebios v2. still doesnt handle comments correctly.
Stefan Reinauer
2004-12-10
mptable tool
Ronald G. Minnich