1. 9523e3b arch/x86: Use 'enum cb_err' by Elyes Haouas · 1 year, 9 months ago
  2. 8b8ada6 /: Remove extra space after comma by Elyes Haouas · 1 year, 9 months ago
  3. 2ba796e src/arch: Remove unnecessary space after casts by Elyes Haouas · 1 year, 9 months ago
  4. c94b38e src/arch: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  5. fc24da9 arch/x86/pirq_routing.c: Drop unneeded `continue` by Angel Pons · 4 years ago
  6. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  7. 11f0079 src/arch/x86: Convert to SPDX license header by Patrick Georgi · 4 years, 6 months ago
  8. 20bbd81 AUTHORS: Move src/arch/x86 copyrights into AUTHORS file by Martin Roth · 5 years ago
  9. c19d6a6 device/pci: Replace use of dev_find_slot() for IRQs by Kyösti Mälkki · 5 years ago
  10. b72b5d9 arch/x86: Clean up PIRQ_ROUTE by Kyösti Mälkki · 5 years ago
  11. e2d152c arch: Add missing #include <commonlib/helpers.h> by Elyes HAOUAS · 5 years ago
  12. 84b5aa3 arch/x86: use ALIGN_UP instead of ALIGN for better readability by Felix Held · 5 years ago
  13. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  14. ead574e src: Get rid of duplicated includes by Elyes HAOUAS · 6 years ago
  15. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  16. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  17. 898a775 arch/*: Update Kconfig symbol usage by Martin Roth · 7 years ago
  18. 6f80ccc arch/x86: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  19. 024b13d arch/x86: Fix space issues detected by checkpatch by Lee Leahy · 7 years ago
  20. 9c7c6f7 arch/x86: Fix issues with braces detected by checkpatch by Lee Leahy · 7 years ago
  21. dbf3067 src/arch: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  22. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  23. 6cb3a59 x86: flatten hierarchy by Stefan Reinauer · 9 years ago 4.1 4.1[Renamed from src/arch/x86/boot/pirq_routing.c]
  24. 9533d83 PIRQ tables: Fix typos by Kyösti Mälkki · 10 years ago
  25. 95efb56 pirq_route_irqs is private by Patrick Georgi · 12 years ago
  26. a47bd91 Fix PIRQ routing abstraction by Stefan Reinauer · 12 years ago
  27. 70c660f pirq_routing: Allow routing with more than 4 PIRQ links by Alexandru Gagniuc · 12 years ago
  28. 8677a23 After this has been brought up many times before, rename src/arch/i386 to by Stefan Reinauer · 14 years ago[Renamed from src/arch/i386/boot/pirq_routing.c]
  29. da71ba5 Correct for size_t would be %zx, but coreboot's printf doesn't support this. by Jens Rottmann · 14 years ago
  30. e9d4bcc Fix a format string to keep the compiler happy. by Marc Bertens · 14 years ago
  31. 80e914ff CONFIG_DEBUG is too generic. Remove it and replace it with CONFIG_DEBUG_SMBUS by Myles Watson · 14 years ago
  32. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  33. 9b70cb6 fix ms9652_fam10 by Stefan Reinauer · 14 years ago
  34. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  35. dd33c74 drop unused variable by Stefan Reinauer · 14 years ago
  36. 159b012 don't call verify_copy_pirq_routing_table() if it's not there. by Stefan Reinauer · 14 years ago
  37. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  38. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  39. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  40. 552b327 This patch converts __FUNCTION__ to __func__, since __func__ is standard. by Myles Watson · 16 years ago
  41. 94e340b Change 0x%p to %p. Thanks Stefan for catching the one I introduced in 3931. by Myles Watson · 16 years ago
  42. c4ddbff Remove some warnings, mainly from format strings which didn't match the by Myles Watson · 16 years ago
  43. 94f1777 fix inconsistent user interface naming. don't show compile paths to users by Stefan Reinauer · 16 years ago
  44. 9a9e61b Fixes a off-by-one error when routing the IRQs. This led to IRQ15 not by Jens Rottmann · 16 years ago
  45. df22f78 Don't check exclusive IRQ fieldin the PIR table. by Marc Jones(marc.jones · 16 years ago
  46. 9c2255c Now coreboot performs IRQ routing for some boards. by Nikolay Petukhov · 16 years ago
  47. 777224c - make acpi usable for more than one motherboard. by Stefan Reinauer · 20 years ago
  48. 0b607b3 simplify pirq handling. Only apply consistency fixes on the copied version by Stefan Reinauer · 20 years ago
  49. 8e79fc3 code reformat by Li-Ta Lo · 20 years ago
  50. 9f46132 tighten up option exporting by Greg Watson · 20 years ago
  51. abf9fea unify debug messages, fix typo by Stefan Reinauer · 21 years ago
  52. 40cba39 dynamic pirq table fixup by Stefan Reinauer · 21 years ago
  53. 57ffeb0 updates from YhLu, plus fixes for PPC/K8 issues. by Ronald G. Minnich · 21 years ago
  54. eb00fa5 - Commit a working pirq table for the AMD solo by Eric Biederman · 21 years ago
  55. 8cd55d7 - More attempts to leave irqs in a working state. by Eric Biederman · 21 years ago
  56. 8ca8d76 - Initial checkin of the freebios2 tree by Eric Biederman · 21 years ago