1. 0d19289 arch/x86/ioapic: use uintptr_t for IOAPIC base address by Felix Held · 5 months ago
  2. a7f55af sb/intel/i82801{i,j}x/chip.h: Use boolean where appropriate by Elyes Haouas · 10 months ago
  3. 7f8e2a6 sb/intel: Use ACPI_COMMON_MADT_IOAPIC by Kyösti Mälkki · 1 year, 3 months ago
  4. 69a1396 sb,soc/amd,intel: Add and use ACPI_COMMON_MADT_LAPIC by Kyösti Mälkki · 1 year, 3 months ago
  5. 98c9257 cpu/intel/speedstep: Have nb and sb code provide c5/c6/slfm by Arthur Heymans · 1 year, 8 months ago
  6. 66b5e1b ACPI: Use common code for MADT LAPIC NMIs by Kyösti Mälkki · 1 year, 8 months ago
  7. d165357 sb,soc/intel: Use register_new_ioapic_gsi0() by Kyösti Mälkki · 3 years, 1 month ago
  8. c045735 sb,soc/intel: Use acpi_create_madt_ioapic_from_hw() by Kyösti Mälkki · 3 years, 1 month ago
  9. d835da9 treewide: use predicates to check for enabled pci devices by Fabio Aiuto · 1 year, 9 months ago
  10. 43b7f41 src: Make PCI ID define names shorter by Felix Singer · 2 years, 4 months ago
  11. 04a4037 sb,soc/intel: Set IOAPIC redirection entry count by Kyösti Mälkki · 3 years, 1 month ago
  12. 88dcb31 src: Retype option API to use unsigned integers by Angel Pons · 3 years, 2 months ago
  13. f62c494 sb/intel/common: Refactor _PRT generation to support GSI-based tables by Tim Wawrzynczak · 3 years, 4 months ago
  14. 62719a3 {sb,soc}/intel: Use `get_int_option` function by Angel Pons · 3 years, 3 months ago
  15. e5446ca sb/intel/*/lpc: Remove unused <string.h> by Elyes HAOUAS · 3 years, 5 months ago
  16. dc41371 sb/intel/i82801{dx,ix,jx}/lpc.c: Fix typo in comment by Elyes HAOUAS · 3 years, 5 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. 8a5f157 sb/intel: Use acpi_inject_nvsa() 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. 4b519f7 sb/intel/*/lpc.c: Don't try to write read-only PCICMD bits by Angel Pons · 3 years, 8 months ago
  25. 131d9f5 src/southbridge: Drop unneeded empty lines by Elyes HAOUAS · 3 years, 11 months ago
  26. 851fe83 sb/intel/i82801jx: Drop is-mobile checks by Angel Pons · 4 years ago
  27. 89739ba {sb,soc}/intel/**/*.c: Use macros for PCI COMMAND bits by Angel Pons · 4 years ago
  28. b21bffa sb/intel: Define CONFIG_FIXED_SMBUS_IO_BASE by Angel Pons · 4 years ago
  29. 0c1dd9c ACPI: Drop typedef global_nvs_t by Kyösti Mälkki · 4 years, 1 month ago
  30. 490473e sb/intel/i82801jx: Use pmutil.h definitions by Angel Pons · 4 years, 1 month ago
  31. dd7fa54 sb/intel/i82801jx: Move `acpi_fill_fadt` to fadt.c by Angel Pons · 4 years, 1 month ago
  32. a23aff3 src: Report byte-sized access for GPE0 by Angel Pons · 4 years, 1 month ago
  33. c3c5521 ACPI: Replace smm_setup_structures() by Kyösti Mälkki · 4 years, 1 month ago
  34. ad882c3 sb/intel: Remove spurious HAVE_SMI_HANDLER test by Kyösti Mälkki · 4 years, 1 month ago
  35. b658548 arch/x86: Create helper for APM_CNT SMI triggers by Kyösti Mälkki · 4 years, 1 month ago
  36. 9446447 sb/intel: Clean up some SMI enables by Kyösti Mälkki · 4 years, 1 month ago
  37. 2048cb4 sb/intel/i82801jx: Use PCI bitwise ops by Angel Pons · 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. bfc255a src/sb: Use 'print("%s...", __func__)' by Elyes HAOUAS · 4 years, 4 months ago
  43. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  44. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 2 months ago
  45. 338fd9a device: Constify struct device * parameter to acpi_inject_dsdt by Furquan Shaikh · 4 years, 2 months ago
  46. 7536a39 device: Constify struct device * parameter to acpi_fill_ssdt() by Furquan Shaikh · 4 years, 2 months ago
  47. 182dbde src/southbridge: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  48. 93fcf37 sb/intel/i82801jx: drop IGD-related NVS variables by Matt DeVillier · 4 years, 3 months ago
  49. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 3 months ago
  50. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  51. cbf9571 drivers/pc80/rtc: Separate {get|set}_option() prototypes by Kyösti Mälkki · 4 years, 6 months ago
  52. 44da9e7 sb/intel/i82801gx,ix,jx: Move HAVE_SMI_HANDLER conditional by Kyösti Mälkki · 4 years, 9 months ago
  53. 7630803 sb/intel: Remove ENABLE_ACPI_MODE_IN_COREBOOT by Kyösti Mälkki · 4 years, 9 months ago
  54. 51b75ae device: Use scan_static_bus() over scan_lpc_bus() by Nico Huber · 5 years ago
  55. 12b121c southbridge/intel: Tidy up preprocessor and headers by Kyösti Mälkki · 4 years, 11 months ago
  56. 83d6a8a intel/i82801gx,i82801jx: Rename lock_smm() by Kyösti Mälkki · 5 years ago
  57. 0c22d2f {bd82x6x,i82801gx,ibexpeak,lynxpoint}: Remove dead code and use macro by Elyes HAOUAS · 6 years ago
  58. 4a0f071 {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem() by Subrata Banik · 5 years ago
  59. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  60. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  61. 0d4de2a ACPI: Rename FADT model and set it to zero by Elyes HAOUAS · 5 years ago
  62. c82950b nb/intel/x4x: Use parallel MP init by Arthur Heymans · 6 years ago
  63. 744d6bd sb/intel: Check for NULL-return of pcidev_on_root() by Nico Huber · 5 years ago
  64. 9faae2b Kconfig: Unify power-after-failure options by Nico Huber · 6 years ago
  65. c70eed1 device: Use pcidev_on_root() by Kyösti Mälkki · 6 years ago
  66. 3556ac5 sb/intel/i82801jx: Fix the x_pm2_cnt_blk addrl by Arthur Heymans · 6 years ago
  67. d2b9ec1 src: Remove unneeded include "{arch,cpu}/cpu.h" by Elyes HAOUAS · 6 years ago
  68. a8a9f34 sb/intel/i82801{g,j}x: Automatically generate ACPI PIRQ tables by Arthur Heymans · 7 years ago
  69. 1a8c1df sb/intel/i82801jx: Get rid of device_t by Elyes HAOUAS · 6 years ago
  70. 9c5d463 southbridge/intel: Remove space before/after parenthesis by Elyes HAOUAS · 6 years ago
  71. 87af36a sb/intel/i82801jx: Route all PIRQ to INT11 by Arthur Heymans · 7 years ago
  72. ad50149 sb/intel/i82801jx: Generate default fadt and madt by Arthur Heymans · 7 years ago
  73. e5dcaf1 sb/intel/i82801jx: Add addition IO resources by Arthur Heymans · 7 years ago
  74. b137c13 I82801JX: Add IS_ENABLED around config options by Martin Roth · 7 years ago
  75. 349e085 sb/intel/i82801jx: Add correct PCI ids and change names by Arthur Heymans · 7 years ago
  76. 7b9c139 sb/intel/i82801jx: Copy i82801ix by Arthur Heymans · 7 years ago