1. 1fc0edd src: Use pci_dev_ops_pci where applicable by Angel Pons · 4 years, 2 months ago
  2. 0a9e72e arch/x86: Declare permanent_smi_handler() by Kyösti Mälkki · 5 years ago
  3. c328a68 soc,southbridge/intel: Control SMI related FADT entries by Kyösti Mälkki · 4 years, 8 months ago
  4. bfc255a src/sb: Use 'print("%s...", __func__)' by Elyes HAOUAS · 4 years, 4 months ago
  5. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  6. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 2 months ago
  7. 338fd9a device: Constify struct device * parameter to acpi_inject_dsdt by Furquan Shaikh · 4 years, 3 months ago
  8. 7536a39 device: Constify struct device * parameter to acpi_fill_ssdt() by Furquan Shaikh · 4 years, 3 months ago
  9. 0f007d8 device: Constify struct device * parameter to write_acpi_tables by Furquan Shaikh · 4 years, 3 months ago
  10. c02bda0 acpi: Bump FADT to revision 6 by Patrick Rudolph · 4 years, 5 months ago
  11. 182dbde src/southbridge: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  12. 948a5d0 sb/intel/lynxpoint: drop IGD-related NVS variables by Matt DeVillier · 4 years, 4 months ago
  13. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 4 months ago
  14. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  15. cbf9571 drivers/pc80/rtc: Separate {get|set}_option() prototypes by Kyösti Mälkki · 4 years, 6 months ago
  16. 88f5c71 src: Remove unused 'include <arch/cpu.h>' by Elyes HAOUAS · 4 years, 9 months ago
  17. 7630803 sb/intel: Remove ENABLE_ACPI_MODE_IN_COREBOOT by Kyösti Mälkki · 4 years, 9 months ago
  18. 6de151e sb/lynxpoint: Fix 'dead increment' by Elyes HAOUAS · 4 years, 9 months ago
  19. 51b75ae device: Use scan_static_bus() over scan_lpc_bus() by Nico Huber · 5 years ago
  20. 12b121c southbridge/intel: Tidy up preprocessor and headers by Kyösti Mälkki · 5 years ago
  21. b490562 soc,southbridge/intel: Avoid preprocessor with HAVE_SMI_HANDLER by Kyösti Mälkki · 5 years ago
  22. a3121b0 sb/intel/lynxpoint: Use common final SPI OPs setup by Arthur Heymans · 5 years ago
  23. 0c22d2f {bd82x6x,i82801gx,ibexpeak,lynxpoint}: Remove dead code and use macro by Elyes HAOUAS · 6 years ago
  24. 7c712bb Fix code that would trip -Wtype-limits by Julius Werner · 5 years ago
  25. 4a0f071 {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem() by Subrata Banik · 5 years ago
  26. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  27. 744d6bd sb/intel: Check for NULL-return of pcidev_on_root() by Nico Huber · 6 years ago
  28. b544c00 intel/lynxpoint: Fix spelling by Kyösti Mälkki · 6 years ago
  29. 9faae2b Kconfig: Unify power-after-failure options by Nico Huber · 6 years ago
  30. c70eed1 device: Use pcidev_on_root() by Kyösti Mälkki · 6 years ago
  31. dcc249e sb/intel/lynxpoint: Don't force state keep after power fail by Tristan Corrick · 6 years ago
  32. 63626b1 sb/intel/common: Create a common PCH finalise implementation by Tristan Corrick · 6 years ago
  33. 32ceed8 sb/intel/lynxpoint: Ensure the finalise handler is called by Tristan Corrick · 6 years ago
  34. b2632ce sb/intel/lynxpoint: Generate the ACPI FADT with a common function by Tristan Corrick · 6 years ago
  35. ead574e src: Get rid of duplicated includes by Elyes HAOUAS · 6 years ago
  36. d2b9ec1 src: Remove unneeded include "{arch,cpu}/cpu.h" by Elyes HAOUAS · 6 years ago
  37. 6b93112 sb/intel: Deduplicate vbnv_cmos_failed and rtc_init by Patrick Rudolph · 6 years ago
  38. f3127d4 sb/intel/lynxpoint: Automatically generate the ACPI PCI routing table by Tristan Corrick · 6 years ago
  39. 9a08574 sb/intel/lynxpoint: Add PCI IDs for more SKUs by Tristan Corrick · 6 years ago
  40. 6fbd874 chromeos/gnvs: remove function and naming cleanup by Joel Kitching · 6 years ago
  41. 5846d57 acpi: remove CBMEM_ID_ACPI_GNVS_PTR entry by Joel Kitching · 6 years ago
  42. 7a5f771 sb/intel/lynxpoint: Get rid of device_t by Elyes HAOUAS · 6 years ago
  43. 9c5d463 southbridge/intel: Remove space before/after parenthesis by Elyes HAOUAS · 6 years ago
  44. e56189c pci: Move inline PCI functions to pci_ops.h by Patrick Rudolph · 6 years ago
  45. a51e379 nb/intel/haswell;sb/intel/lynxpoint: Enable VT-d and X2APIC by Matt DeVillier · 6 years ago
  46. cfe7ad1 southbridge/intel/lynxpoint: refactor rtc failure checking by Aaron Durbin · 7 years ago
  47. 7a1a3ad southbridge/intel: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  48. 3f2fe18 southbridge/intel/lynxpoint: Fix undefined behavior by Ryan Salsamendi · 7 years ago
  49. a0aea56 sb/intel/lynxpoint: Add whitespace around '<<' by Elyes HAOUAS · 7 years ago
  50. 889ce9c southbridge/intel/lynxpoint: Fix undefined behavior by Ryan Salsamendi · 7 years ago
  51. 0d9b360 southbridge/intel/lynxpoint: Fix undefined behavior by Ryan Salsamendi · 7 years ago
  52. c97e042 lynxpoint/broadwell: fix PCH power optimizer by Matt DeVillier · 7 years ago
  53. ee6a612 Revert "intel/lynxpoint,broadwell: Fix eDP display in Windows, SeaBios & Tiano" by Matt DeVillier · 7 years ago
  54. 035df00 src/southbridge: Remove whitespace after sizeof by Elyes HAOUAS · 8 years ago
  55. ba28e8d src/southbridge: Code formating by Elyes HAOUAS · 8 years ago
  56. 0f2025d intel/lynxpoint,broadwell: Fix eDP display in Windows, SeaBios & Tiano by Prabal Saha · 8 years ago
  57. 07a1b28 x86 acpi: remove ALIGN_CURRENT macro by Aaron Durbin · 9 years ago
  58. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  59. 83fc32f device_ops: add device_t argument to write_acpi_tables by Alexander Couzens · 9 years ago
  60. a90dad1 device_ops: add device_t argument to acpi_inject_dsdt_generator by Alexander Couzens · 9 years ago
  61. d0e212c devicetree: Discriminate device ops scan_bus() by Kyösti Mälkki · 9 years ago
  62. dd2bc3f igd.asl rewrite by Vladimir Serbinenko · 10 years ago
  63. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  64. b85a87b intel SMI handlers: Refactor GPI SMI/SCI routing by Kyösti Mälkki · 10 years ago
  65. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  66. be0fd0a haswell: Move to implicit length patching by Vladimir Serbinenko · 10 years ago
  67. b3f08c6 cmos: Rename the CMOS related functions. by Gabe Black · 10 years ago
  68. 1b409fd lynxpoint: Consolidate common GNVS init by Vladimir Serbinenko · 10 years ago
  69. 334fd8e bd82x6x, ibexpeak, lynxpoint: Declare NVSA before its use. by Vladimir Serbinenko · 10 years ago
  70. 7309c64 bd82x6x, ibexpeak, lynxpoint: Ensure 0-filling of uninited GNVS vars. by Vladimir Serbinenko · 10 years ago
  71. c6e566a haswell: Move to per-device ACPI by Vladimir Serbinenko · 10 years ago
  72. 562db3b libpayload: find source of input characters by Luigi Semenzato · 11 years ago
  73. 264d265 southbridge: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  74. c3ed886 intel boards: Use acpi_is_wakeup_s3() by Kyösti Mälkki · 10 years ago
  75. d8c7d73 lynxpoint: power management setup tweak by Duncan Laurie · 11 years ago
  76. 4bc107b lynxpoint: Update LPT-LP PM settings by Duncan Laurie · 11 years ago
  77. a522cf0 lynxpoint: Do not clear ACPI NVS region on resume by Duncan Laurie · 11 years ago
  78. c593999 lynxpoint: Enable extra 16 IOAPIC entries for GPIO PIRQ by Duncan Laurie · 11 years ago
  79. 8d783b8 slippy: Minor vboot related fixes by Duncan Laurie · 11 years ago
  80. 5cf34ce lynxpoint: Updates to power management and clock gating by Duncan Laurie · 11 years ago
  81. 373a20c Intel Lynx Point: LPC: Unify I/O APIC setup by Paul Menzel · 11 years ago
  82. ac22227 Intel Lynx Point: Use 2 << 24 to clarify that I/O APIC ID is 2 by Paul Menzel · 11 years ago
  83. 9c07c8f lynxpoint: Move ACPI NVS into separate CBMEM table by Duncan Laurie · 11 years ago
  84. a2d6a40 lynxpoint: Fix LP clock gating setup for LPC by Duncan Laurie · 11 years ago
  85. deb90f4 lynxpoint: Fix up handling for LynxPoint-LP chipsets by Duncan Laurie · 11 years ago
  86. 467f31d haswell/lynxpoint: Use new PCH/PM helper functions by Duncan Laurie · 11 years ago
  87. 7922b46 lynxpoint: Fix GPIO and PM base reservations by Duncan Laurie · 11 years ago
  88. f5966b1 lynxpoint: remove DEBUG_PERIODIC_SMIS by Duncan Laurie · 11 years ago
  89. 29ffa54 haswell: Use SMM Modules by Aaron Durbin · 12 years ago
  90. 6f561af lynxpoint: lpc resource reservations by Aaron Durbin · 12 years ago
  91. 74c0d05 lynxpoint: Update device IDs and clock gating setup by Duncan Laurie · 12 years ago
  92. 045f153 lynxpoint: Add new GPIO interface for Lynxpoint-LP by Duncan Laurie · 12 years ago
  93. c1989c4 haswell: add PCI id support by Aaron Durbin · 12 years ago
  94. 76c3700 haswell: Add initial support for Haswell platforms by Aaron Durbin · 12 years ago