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
/
src
/
arch
/
i386
/
boot
/
pirq_routing.c
Age
Commit message (
Expand
)
Author
2009-10-15
Add CONFIG_GENERATE_* for tables so that the user can select which tables not
Myles Watson
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-02-12
This patch converts __FUNCTION__ to __func__, since __func__ is standard.
Myles Watson
2009-02-10
Change 0x%p to %p. Thanks Stefan for catching the one I introduced in 3931.
Myles Watson
2009-02-09
Remove some warnings, mainly from format strings which didn't match the
Myles Watson
2009-01-20
fix inconsistent user interface naming. don't show compile paths to users
Stefan Reinauer
2008-10-22
Fixes a off-by-one error when routing the IRQs. This led to IRQ15 not
Jens Rottmann
2008-04-07
Don't check exclusive IRQ fieldin the PIR table.
Marc Jones(marc.jones
2008-03-29
Now coreboot performs IRQ routing for some boards.
Nikolay Petukhov
2005-01-19
- make acpi usable for more than one motherboard.
Stefan Reinauer
2004-06-07
simplify pirq handling. Only apply consistency fixes on the copied version
Stefan Reinauer
2004-04-15
code reformat
Li-Ta Lo
2004-03-23
tighten up option exporting
Greg Watson
2004-01-26
unify debug messages, fix typo
Stefan Reinauer
2003-10-28
dynamic pirq table fixup
Stefan Reinauer
2003-07-30
updates from YhLu, plus fixes for PPC/K8 issues.
Ronald G. Minnich
2003-04-25
- Commit a working pirq table for the AMD solo
Eric Biederman
2003-04-24
- More attempts to leave irqs in a working state.
Eric Biederman
2003-04-22
- Initial checkin of the freebios2 tree
Eric Biederman