1. 43b7f41 src: Make PCI ID define names shorter by Felix Singer · 2 years, 4 months ago
  2. d3687cd sb/intel/ibexpeak: Constify struct southbridge_intel_ibexpeak_config by Elyes Haouas · 2 years, 5 months ago
  3. 682613f sb,soc/intel: Replace set_ioapic_id() with setup_ioapic() by Kyösti Mälkki · 3 years, 1 month ago
  4. ea6d12a sb,soc/intel: Set IOAPIC max entries before APIC ID by Kyösti Mälkki · 3 years, 1 month ago
  5. 04a4037 sb,soc/intel: Set IOAPIC redirection entry count by Kyösti Mälkki · 3 years, 1 month ago
  6. 26f97f9 src/soc to src/superio: Fix spelling errors by Martin Roth · 2 years, 9 months ago
  7. 8c9a89d arch/x86/ioapic: Drop irq_on_fsb as a configurable item by Kyösti Mälkki · 3 years, 1 month ago
  8. 88dcb31 src: Retype option API to use unsigned integers by Angel Pons · 3 years, 2 months ago
  9. f62c494 sb/intel/common: Refactor _PRT generation to support GSI-based tables by Tim Wawrzynczak · 3 years, 4 months ago
  10. 62719a3 {sb,soc}/intel: Use `get_int_option` function by Angel Pons · 3 years, 3 months ago
  11. 4562183 sb/intel/ibexpeak: Add all PCI IDs for LPC by Angel Pons · 3 years, 4 months ago
  12. e5446ca sb/intel/*/lpc: Remove unused <string.h> by Elyes HAOUAS · 3 years, 5 months ago
  13. 22ad953 sb/intel/x/lpc.c: Drop commented-out `gpio_init` call by Angel Pons · 3 years, 5 months ago
  14. 6324759 sb/intel/x/lpc.c: Drop `pch_disable_smm_only_flashing` by Angel Pons · 3 years, 5 months ago
  15. 780e02d ACPI GNVS: Drop APIC, factor out MPEN by Kyösti Mälkki · 3 years, 6 months ago
  16. c196246 ACPI GNVS: Drop most dev_count_cpu() by Kyösti Mälkki · 3 years, 6 months ago
  17. 661ad46 ACPI: Select ACPI_SOC_NVS only where suitable by Kyösti Mälkki · 3 years, 6 months ago
  18. 91946c5 ACPI: Have single call-site for acpi_inject_nvsa() by Kyösti Mälkki · 4 years ago
  19. 2ab4a96 ACPI: Add common acpi_fill_gnvs() by Kyösti Mälkki · 4 years ago
  20. a9766c7 mb/x/acpi_tables: Rename to mainboard_fill_gnvs() by Kyösti Mälkki · 4 years ago
  21. 4b4e995 sb/intel: Factor out soc_fill_gnvs() by Kyösti Mälkki · 4 years ago
  22. 3139c8d ACPI: Drop redundant CBMEM_ID_ACPI_GNVS allocations by Kyösti Mälkki · 4 years ago
  23. 8c2cc68 arch/x86: Pass GNVS as parameter to SMM module by Kyösti Mälkki · 4 years ago
  24. f471171 sb/intel: Don't set ACPI_EN twice by Angel Pons · 3 years, 8 months ago
  25. 4b519f7 sb/intel/*/lpc.c: Don't try to write read-only PCICMD bits by Angel Pons · 3 years, 8 months ago
  26. 77f340a sb/intel/ibexpeak: Align to coreboot's coding style by Angel Pons · 3 years, 9 months ago
  27. 5c2d190 sb/intel/ibexpeak: Use ARRAY_SIZE macro by Angel Pons · 3 years, 9 months ago
  28. 819c206 ironlake: Fix compilation on x86_64 by Patrick Rudolph · 4 years, 7 months ago
  29. 131d9f5 src/southbridge: Drop unneeded empty lines by Elyes HAOUAS · 3 years, 11 months ago
  30. 89739ba {sb,soc}/intel/**/*.c: Use macros for PCI COMMAND bits by Angel Pons · 4 years ago
  31. cee5ff06 sb/intel/ibexpeak: Move `acpi_fill_fadt` to fadt.c by Angel Pons · 4 years ago
  32. 0c1dd9c ACPI: Drop typedef global_nvs_t by Kyösti Mälkki · 4 years, 1 month ago
  33. a23aff3 src: Report byte-sized access for GPE0 by Angel Pons · 4 years, 1 month ago
  34. c3c5521 ACPI: Replace smm_setup_structures() by Kyösti Mälkki · 4 years, 1 month ago
  35. ad882c3 sb/intel: Remove spurious HAVE_SMI_HANDLER test by Kyösti Mälkki · 4 years, 1 month ago
  36. b658548 arch/x86: Create helper for APM_CNT SMI triggers by Kyösti Mälkki · 4 years, 1 month ago
  37. 9446447 sb/intel: Clean up some SMI enables by Kyösti Mälkki · 4 years, 1 month ago
  38. d4acee8 ACPI: Move redundant FADT reserved entry by Kyösti Mälkki · 4 years, 1 month ago
  39. 1fc0edd src: Use pci_dev_ops_pci where applicable by Angel Pons · 4 years, 1 month ago
  40. 0a9e72e arch/x86: Declare permanent_smi_handler() by Kyösti Mälkki · 5 years ago
  41. c328a68 soc,southbridge/intel: Control SMI related FADT entries by Kyösti Mälkki · 4 years, 8 months ago
  42. 78e8db1 sb/intel/{bd82x6x|ibexpeak}: Clear flush_* in FADT by Patrick Rudolph · 5 years ago
  43. bfc255a src/sb: Use 'print("%s...", __func__)' by Elyes HAOUAS · 4 years, 4 months ago
  44. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  45. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 2 months ago
  46. 338fd9a device: Constify struct device * parameter to acpi_inject_dsdt by Furquan Shaikh · 4 years, 2 months ago
  47. 7536a39 device: Constify struct device * parameter to acpi_fill_ssdt() by Furquan Shaikh · 4 years, 2 months ago
  48. 182dbde src/southbridge: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  49. ae51bb4 nb/intel/ibexpeak: drop IGD-related NVS variables by Matt DeVillier · 4 years, 3 months ago
  50. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 3 months ago
  51. 838fbc7 sb/ibexpeak: Use macros instead of hard-coded IDs by Felix Singer · 4 years, 8 months ago
  52. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  53. cbf9571 drivers/pc80/rtc: Separate {get|set}_option() prototypes by Kyösti Mälkki · 4 years, 6 months ago
  54. 88f5c71 src: Remove unused 'include <arch/cpu.h>' by Elyes HAOUAS · 4 years, 9 months ago
  55. 7630803 sb/intel: Remove ENABLE_ACPI_MODE_IN_COREBOOT by Kyösti Mälkki · 4 years, 9 months ago
  56. be5317f ELOG: Avoid some preprocessor use by Kyösti Mälkki · 4 years, 8 months ago
  57. 51b75ae device: Use scan_static_bus() over scan_lpc_bus() by Nico Huber · 5 years ago
  58. 3b452e0 nb/intel/nehalem: Move PCH init to sb/intel/ibexpeak by Arthur Heymans · 4 years, 9 months ago
  59. 37e1d93 sb/intel/ibexpeak: Fix enabling HPET by Arthur Heymans · 4 years, 9 months ago
  60. d0310fa sb/intel/ibexpeak: Implement PCH function disable in chip_ops by Arthur Heymans · 4 years, 9 months ago
  61. 42b4e4e sb/intel/ibexpeak: Add define for PRSTS register by Angel Pons · 4 years, 10 months ago
  62. 12b121c southbridge/intel: Tidy up preprocessor and headers by Kyösti Mälkki · 4 years, 11 months ago
  63. b30a47b sb/intel/{bd82x6x|ibexpeak}: Drop p_cnt_throttling_supported by Patrick Rudolph · 5 years ago
  64. aadd1d0 sb/intel/ibexpeak: Use common final SPI OPs setup by Arthur Heymans · 5 years ago
  65. 0c22d2f {bd82x6x,i82801gx,ibexpeak,lynxpoint}: Remove dead code and use macro by Elyes HAOUAS · 6 years ago
  66. 5d1f9a0 Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) by Julius Werner · 5 years ago
  67. 4a0f071 {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem() by Subrata Banik · 5 years ago
  68. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  69. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  70. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  71. 0d4de2a ACPI: Rename FADT model and set it to zero by Elyes HAOUAS · 5 years ago
  72. 744d6bd sb/intel: Check for NULL-return of pcidev_on_root() by Nico Huber · 5 years ago
  73. 9faae2b Kconfig: Unify power-after-failure options by Nico Huber · 6 years ago
  74. c70eed1 device: Use pcidev_on_root() by Kyösti Mälkki · 6 years ago
  75. d2b9ec1 src: Remove unneeded include "{arch,cpu}/cpu.h" by Elyes HAOUAS · 6 years ago
  76. 58a8953 Revert "sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location" by Arthur Heymans · 6 years ago
  77. be84140 sb/intel/ibexpeak: Get rid of device_t by Elyes HAOUAS · 6 years ago
  78. 9099395 intel/ibexpeak: Fix missing ACPI PIRQ entries by Kyösti Mälkki · 6 years ago
  79. 9c5d463 southbridge/intel: Remove space before/after parenthesis by Elyes HAOUAS · 6 years ago
  80. d2d2aef sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location by Arthur Heymans · 6 years ago
  81. d533b16 sb/intel/*: add option to lockdown chipset on normal boot path by Bill XIE · 7 years ago
  82. 7a1a3ad southbridge/intel: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  83. 2be2840 nb/intel/nehalem/gma: Set up OpRegion in nb code by Patrick Rudolph · 7 years ago
  84. 035df00 src/southbridge: Remove whitespace after sizeof by Elyes HAOUAS · 8 years ago
  85. ba28e8d src/southbridge: Code formating by Elyes HAOUAS · 8 years ago
  86. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  87. 5eea458 device_ops: add device_t argument to acpi_fill_ssdt_generator by Alexander Couzens · 9 years ago
  88. a90dad1 device_ops: add device_t argument to acpi_inject_dsdt_generator by Alexander Couzens · 9 years ago
  89. d0e212c devicetree: Discriminate device ops scan_bus() by Kyösti Mälkki · 9 years ago
  90. 456f495 Migrate 2065x to SMM_MODULES by Vladimir Serbinenko · 9 years ago
  91. dd2bc3f igd.asl rewrite by Vladimir Serbinenko · 10 years ago
  92. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  93. 9d45d69 ibexpeak: Merge common NVS init by Vladimir Serbinenko · 10 years ago
  94. b85a87b intel SMI handlers: Refactor GPI SMI/SCI routing by Kyösti Mälkki · 10 years ago
  95. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  96. 33b535f sandy/ivy/nehalem: Remerge interrupt handling by Vladimir Serbinenko · 10 years ago
  97. 36fa5b8 i82801ix,bd82x6x,ibexpeak: rewrite expresscard hotplug by Vladimir Serbinenko · 10 years ago
  98. 226d784 ibexpeak, bd82x6x: Move to implicit length patching by Vladimir Serbinenko · 10 years ago
  99. 67bfbfd ibexpeak: Move to common FADT by Vladimir Serbinenko · 10 years ago
  100. b3f08c6 cmos: Rename the CMOS related functions. by Gabe Black · 10 years ago