Two hda_verb.h files: Add more comments.
[coreboot.git] / src / arch / i386 / boot / pirq_routing.c
2010-08-17 Jens RottmannCorrect for size_t would be %zx, but coreboot's printf...
2010-06-01 Marc BertensFix a format string to keep the compiler happy.
2010-06-01 Myles WatsonCONFIG_DEBUG is too generic. Remove it and replace...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-03-30 Stefan Reinauerfix ms9652_fam10
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-17 Stefan Reinauerdrop unused variable
2010-02-22 Stefan Reinauerdon't call verify_copy_pirq_routing_table() if it's...
2010-02-22 Stefan ReinauerThis is a general cleanup patch
2009-10-15 Myles WatsonAdd CONFIG_GENERATE_* for tables so that the user can...
2009-06-30 Stefan ReinauerThis patch unifies the use of config options in v2...
2009-02-12 Myles WatsonThis patch converts __FUNCTION__ to __func__, since...
2009-02-10 Myles WatsonChange 0x%p to %p. Thanks Stefan for catching the...
2009-02-09 Myles WatsonRemove some warnings, mainly from format strings which...
2009-01-20 Stefan Reinauerfix inconsistent user interface naming. don't show...
2008-10-22 Jens RottmannFixes a off-by-one error when routing the IRQs. This...
2008-04-07 Marc Jones(marc... Don't check exclusive IRQ fieldin the PIR table.
2008-03-29 Nikolay PetukhovNow coreboot performs IRQ routing for some boards.
2005-01-19 Stefan Reinauer- make acpi usable for more than one motherboard.
2004-06-07 Stefan Reinauersimplify pirq handling. Only apply consistency fixes...
2004-04-15 Li-Ta Locode reformat
2004-03-23 Greg Watsontighten up option exporting
2004-01-26 Stefan Reinauerunify debug messages, fix typo
2003-10-28 Stefan Reinauerdynamic pirq table fixup
2003-07-30 Ronald G. Minnichupdates from YhLu, plus fixes for PPC/K8 issues.
2003-04-25 Eric Biederman- Commit a working pirq table for the AMD solo
2003-04-24 Eric Biederman- More attempts to leave irqs in a working state.
2003-04-22 Eric Biederman- Initial checkin of the freebios2 tree