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