1. 43b7f41 src: Make PCI ID define names shorter by Felix Singer · 2 years, 4 months ago
  2. 894f6f8 cpu/x86/smm: Add SMM_LEGACY_ASEG by Kyösti Mälkki · 2 years, 5 months ago
  3. 04a4037 sb,soc/intel: Set IOAPIC redirection entry count by Kyösti Mälkki · 3 years, 1 month ago
  4. 88dcb31 src: Retype option API to use unsigned integers by Angel Pons · 3 years, 2 months ago
  5. f62c494 sb/intel/common: Refactor _PRT generation to support GSI-based tables by Tim Wawrzynczak · 3 years, 4 months ago
  6. 62719a3 {sb,soc}/intel: Use `get_int_option` function by Angel Pons · 3 years, 3 months ago
  7. e5446ca sb/intel/*/lpc: Remove unused <string.h> by Elyes HAOUAS · 3 years, 5 months ago
  8. dc41371 sb/intel/i82801{dx,ix,jx}/lpc.c: Fix typo in comment by Elyes HAOUAS · 3 years, 5 months ago
  9. 0b7446a sb/intel/i82801gx,ix: Drop MPEN from GNVS by Kyösti Mälkki · 3 years, 5 months ago
  10. 780e02d ACPI GNVS: Drop APIC, factor out MPEN by Kyösti Mälkki · 3 years, 6 months ago
  11. 661ad46 ACPI: Select ACPI_SOC_NVS only where suitable by Kyösti Mälkki · 3 years, 6 months ago
  12. 91946c5 ACPI: Have single call-site for acpi_inject_nvsa() by Kyösti Mälkki · 4 years ago
  13. 2ab4a96 ACPI: Add common acpi_fill_gnvs() by Kyösti Mälkki · 4 years ago
  14. a9766c7 mb/x/acpi_tables: Rename to mainboard_fill_gnvs() by Kyösti Mälkki · 4 years ago
  15. 8a5f157 sb/intel: Use acpi_inject_nvsa() by Kyösti Mälkki · 4 years ago
  16. d77b5e9 ACPI: Drop redundant ChromeOS setup for GNVS by Kyösti Mälkki · 4 years, 1 month ago
  17. 3139c8d ACPI: Drop redundant CBMEM_ID_ACPI_GNVS allocations by Kyösti Mälkki · 4 years ago
  18. 8c2cc68 arch/x86: Pass GNVS as parameter to SMM module by Kyösti Mälkki · 4 years ago
  19. 4b519f7 sb/intel/*/lpc.c: Don't try to write read-only PCICMD bits by Angel Pons · 3 years, 8 months ago
  20. bcc2c72 sb/intel/i82801ix/lpc.c: Align with i82801jx by Angel Pons · 4 years ago
  21. 89739ba {sb,soc}/intel/**/*.c: Use macros for PCI COMMAND bits by Angel Pons · 4 years ago
  22. b21bffa sb/intel: Define CONFIG_FIXED_SMBUS_IO_BASE by Angel Pons · 4 years ago
  23. 0c1dd9c ACPI: Drop typedef global_nvs_t by Kyösti Mälkki · 4 years, 1 month ago
  24. e1a616c sb/intel/i82801ix: Use pmutil.h definitions by Angel Pons · 4 years, 1 month ago
  25. c3c5521 ACPI: Replace smm_setup_structures() by Kyösti Mälkki · 4 years, 1 month ago
  26. ad882c3 sb/intel: Remove spurious HAVE_SMI_HANDLER test by Kyösti Mälkki · 4 years, 1 month ago
  27. b658548 arch/x86: Create helper for APM_CNT SMI triggers by Kyösti Mälkki · 4 years, 1 month ago
  28. 9446447 sb/intel: Clean up some SMI enables by Kyösti Mälkki · 4 years, 1 month ago
  29. 6740647 sb/intel/i82801ix: Use PCI bitwise ops by Angel Pons · 4 years, 1 month ago
  30. 1fc0edd src: Use pci_dev_ops_pci where applicable by Angel Pons · 4 years, 1 month ago
  31. bfc255a src/sb: Use 'print("%s...", __func__)' by Elyes HAOUAS · 4 years, 4 months ago
  32. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  33. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 2 months ago
  34. 338fd9a device: Constify struct device * parameter to acpi_inject_dsdt by Furquan Shaikh · 4 years, 2 months ago
  35. 7536a39 device: Constify struct device * parameter to acpi_fill_ssdt() by Furquan Shaikh · 4 years, 2 months ago
  36. 182dbde src/southbridge: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  37. c19c704 sb/intel/i82801ix: drop IGD-related NVS variables by Matt DeVillier · 4 years, 3 months ago
  38. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 3 months ago
  39. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  40. cbf9571 drivers/pc80/rtc: Separate {get|set}_option() prototypes by Kyösti Mälkki · 4 years, 6 months ago
  41. 7f8b0cd sb/i82801ix: Use macros instead of hard-coded IDs by Felix Singer · 4 years, 8 months ago
  42. 44da9e7 sb/intel/i82801gx,ix,jx: Move HAVE_SMI_HANDLER conditional by Kyösti Mälkki · 4 years, 9 months ago
  43. cd0b67b sb/intel/i82801dx,ix: Replace SMM_ASEG conditional by Kyösti Mälkki · 4 years, 9 months ago
  44. 7630803 sb/intel: Remove ENABLE_ACPI_MODE_IN_COREBOOT by Kyösti Mälkki · 4 years, 9 months ago
  45. 51b75ae device: Use scan_static_bus() over scan_lpc_bus() by Nico Huber · 5 years ago
  46. 12b121c southbridge/intel: Tidy up preprocessor and headers by Kyösti Mälkki · 4 years, 11 months ago
  47. 6feb4da intel/i82801ix: Refactor lock_smm() by Kyösti Mälkki · 5 years ago
  48. 571b7b2 intel/i82801ix: Rename smm_lock() prototype by Kyösti Mälkki · 5 years ago
  49. 0c22d2f {bd82x6x,i82801gx,ibexpeak,lynxpoint}: Remove dead code and use macro by Elyes HAOUAS · 6 years ago
  50. ad0b482 sb/intel/i82801ix: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIB by Patrick Rudolph · 5 years ago
  51. 4a0f071 {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem() by Subrata Banik · 5 years ago
  52. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  53. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  54. 6336d4c nb/intel/gm45: Use parallel MP init by Arthur Heymans · 6 years ago
  55. 744d6bd sb/intel: Check for NULL-return of pcidev_on_root() by Nico Huber · 5 years ago
  56. 9faae2b Kconfig: Unify power-after-failure options by Nico Huber · 6 years ago
  57. c70eed1 device: Use pcidev_on_root() by Kyösti Mälkki · 6 years ago
  58. 4af2add sb/intel: Fix pointer casts by Patrick Rudolph · 6 years ago
  59. d2b9ec1 src: Remove unneeded include "{arch,cpu}/cpu.h" by Elyes HAOUAS · 6 years ago
  60. e798e6a sb/intel/i82801ix: Use the common ACPI pirq generator by Arthur Heymans · 7 years ago
  61. 8aa5073 sb/intel/i82801ix: Get rid of device_t by Elyes HAOUAS · 6 years ago
  62. 9c5d463 southbridge/intel: Remove space before/after parenthesis by Elyes HAOUAS · 6 years ago
  63. 7a1a3ad southbridge/intel: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  64. 035df00 src/southbridge: Remove whitespace after sizeof by Elyes HAOUAS · 8 years ago
  65. ba28e8d src/southbridge: Code formating by Elyes HAOUAS · 8 years ago
  66. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  67. 5eea458 device_ops: add device_t argument to acpi_fill_ssdt_generator by Alexander Couzens · 9 years ago
  68. a90dad1 device_ops: add device_t argument to acpi_inject_dsdt_generator by Alexander Couzens · 9 years ago
  69. d0e212c devicetree: Discriminate device ops scan_bus() by Kyösti Mälkki · 9 years ago
  70. dd2bc3f igd.asl rewrite by Vladimir Serbinenko · 10 years ago
  71. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  72. 06ef046 global: Refactor get_option usage by Varad Gautam · 9 years ago
  73. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  74. 41877d8 i82371eb & qemu: Move to per-device ACPI. by Vladimir Serbinenko · 10 years ago
  75. 36fa5b8 i82801ix,bd82x6x,ibexpeak: rewrite expresscard hotplug by Vladimir Serbinenko · 10 years ago
  76. f7c75db i82801ix: Move to implicit length patching by Vladimir Serbinenko · 10 years ago
  77. b3f08c6 cmos: Rename the CMOS related functions. by Gabe Black · 10 years ago
  78. 33769a5 gm45: Convert to per-device ACPI by Vladimir Serbinenko · 10 years ago
  79. 264d265 southbridge: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  80. c3ed886 intel boards: Use acpi_is_wakeup_s3() by Kyösti Mälkki · 10 years ago
  81. 72dccce global: Fix usage of get_option() to make use of CB_CMOS_ codes by Alexandru Gagniuc · 11 years ago
  82. d0299e4 southbridge/intel/i82801ix/lpc.c: Remove unused variable `dummy` by Paul Menzel · 11 years ago
  83. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  84. e72a8a3 intel/i82801ix: new southbridge, ICH9 by Patrick Georgi · 12 years ago