summaryrefslogtreecommitdiff
path: root/src/arch/i386/boot/pirq_routing.c
AgeCommit message (Expand)Author
2010-12-11After this has been brought up many times before, rename src/arch/i386 toStefan Reinauer
2010-08-17Correct for size_t would be %zx, but coreboot's printf doesn't support this.Jens Rottmann
2010-06-01Fix a format string to keep the compiler happy.Marc Bertens
2010-06-01CONFIG_DEBUG is too generic. Remove it and replace it with CONFIG_DEBUG_SMBUSMyles Watson
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-30fix ms9652_fam10Stefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-17drop unused variableStefan Reinauer
2010-02-22don't call verify_copy_pirq_routing_table() if it's not there.Stefan Reinauer
2010-02-22This is a general cleanup patchStefan Reinauer
2009-10-15Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-02-12This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson
2009-02-10Change 0x%p to %p. Thanks Stefan for catching the one I introduced in 3931.Myles Watson
2009-02-09Remove some warnings, mainly from format strings which didn't match theMyles Watson
2009-01-20fix inconsistent user interface naming. don't show compile paths to usersStefan Reinauer
2008-10-22Fixes a off-by-one error when routing the IRQs. This led to IRQ15 notJens Rottmann
2008-04-07Don't check exclusive IRQ fieldin the PIR table.Marc Jones(marc.jones
2008-03-29Now coreboot performs IRQ routing for some boards.Nikolay Petukhov
2005-01-19- make acpi usable for more than one motherboard.Stefan Reinauer
2004-06-07simplify pirq handling. Only apply consistency fixes on the copied versionStefan Reinauer
2004-04-15code reformatLi-Ta Lo
2004-03-23tighten up option exportingGreg Watson
2004-01-26unify debug messages, fix typoStefan Reinauer
2003-10-28dynamic pirq table fixupStefan Reinauer
2003-07-30updates from YhLu, plus fixes for PPC/K8 issues.Ronald G. Minnich
2003-04-25- Commit a working pirq table for the AMD soloEric Biederman
2003-04-24- More attempts to leave irqs in a working state.Eric Biederman
2003-04-22- Initial checkin of the freebios2 treeEric Biederman