1. 560c3f5 aopen/dxplplusu: Support SMM_ASEG and SMM_TSEG by Kyösti Mälkki · 2 years, 7 months ago
  2. c129254 sb/intel/i82801dx/bootblock.c: Include "i82801dx.h" by Elyes Haouas · 1 year, 9 months ago
  3. 8e679f7 sb/intel/i82801dx: Improve LPC device early init by Kyösti Mälkki · 1 year, 9 months ago
  4. 806b2cd sb/intel/common: Fix GPE0 related register conflict by Kyösti Mälkki · 1 year, 9 months ago
  5. 357c229 sb/intel/i82801dx: Clean up includes by Elyes Haouas · 1 year, 9 months ago
  6. 458751c aopen/dxplplusu: Add early GPIO settings by Kyösti Mälkki · 4 years, 8 months ago
  7. d165357 sb,soc/intel: Use register_new_ioapic_gsi0() by Kyösti Mälkki · 3 years, 2 months ago
  8. 7b73e852 Revert "mb/aopen/dxplplusu: Remove board" by Kyösti Mälkki · 1 year, 9 months ago
  9. eb76a45 mb/aopen/dxplplusu: Remove board by Arthur Heymans · 1 year, 10 months ago
  10. 769b657 treewide: Use 'fadt->x_pm1a_evt_blk.addrl = fadt->pm1a_evt_blk' by Felix Held · 1 year, 10 months ago
  11. c60f3b2 treewide: Use 'fadt->x_pm1a_cnt_blk.addrl = fadt->pm1a_cnt_blk' by Elyes Haouas · 1 year, 10 months ago
  12. 987f1f4 treewide: Use 'fadt->x_pm_tmr_blk.addrl = fadt->pm_tmr_blk' by Elyes Haouas · 1 year, 10 months ago
  13. c929f09 treewide: Use 'gpe0_blk' for 'x_gpe0_blk.addrl' by Elyes Haouas · 1 year, 10 months ago
  14. baec560 treewide: Use 'gpe0_blk_len' for 'x_gpe0_blk.bit_width' by Elyes Haouas · 1 year, 10 months ago
  15. 501b71e treewide: Use 'fadt->pm_tmr_len' for 'x_pm_tmr_blk.bit_width' by Elyes Haouas · 1 year, 10 months ago
  16. 7008085 treewide: Use 'fadt->pm1_cnt_len' for 'x_pm1a_cnt_blk.bit_width' by Elyes Haouas · 1 year, 10 months ago
  17. a6e05382 treewide: Use 'fadt->pm1_evt_len' for 'x_pm1a_evt_blk.bit_width' by Elyes Haouas · 1 year, 10 months ago
  18. 09106f7 sb/intel/i82801dx/pci.c: Use pci_or_config16() and macros by Elyes Haouas · 2 years, 5 months ago
  19. ef59d22 sb/intel/{i82371eb/i82801dx}: select BOOT_DEVICE_NOT_SPI_FLASH by Arthur Heymans · 3 years, 4 months ago
  20. 43b7f41 src: Make PCI ID define names shorter by Felix Singer · 2 years, 5 months ago
  21. 972d9f2 arch/x86: consolidate HPET base address definitions by Felix Held · 2 years, 6 months ago
  22. 894f6f8 cpu/x86/smm: Add SMM_LEGACY_ASEG by Kyösti Mälkki · 2 years, 7 months ago
  23. b196834 sb/intel/i82801dx: Add call i8259_setup() by Kyösti Mälkki · 2 years, 7 months ago
  24. c25ecb5 arch/x86/ioapic: Select IOAPIC with SMP by Kyösti Mälkki · 3 years, 2 months ago
  25. 682613f sb,soc/intel: Replace set_ioapic_id() with setup_ioapic() by Kyösti Mälkki · 3 years, 2 months ago
  26. 26f97f9 src/soc to src/superio: Fix spelling errors by Martin Roth · 2 years, 11 months ago
  27. d581137 acpi: Fill fadt->century based on Kconfig by Nico Huber · 3 years, 1 month ago
  28. 8c9a89d arch/x86/ioapic: Drop irq_on_fsb as a configurable item by Kyösti Mälkki · 3 years, 2 months ago
  29. 88dcb31 src: Retype option API to use unsigned integers by Angel Pons · 3 years, 4 months ago
  30. 62719a3 {sb,soc}/intel: Use `get_int_option` function by Angel Pons · 3 years, 4 months ago
  31. dc41371 sb/intel/i82801{dx,ix,jx}/lpc.c: Fix typo in comment by Elyes HAOUAS · 3 years, 6 months ago
  32. b218c20 sb,soc/intel: Remove no-op APMC for C-state and P-state by Kyösti Mälkki · 3 years, 7 months ago
  33. 9a1620f cpu/x86/smm: Use common APMC logging by Kyösti Mälkki · 3 years, 7 months ago
  34. 661ad46 ACPI: Select ACPI_SOC_NVS only where suitable by Kyösti Mälkki · 3 years, 8 months ago
  35. 3139c8d ACPI: Drop redundant CBMEM_ID_ACPI_GNVS allocations by Kyösti Mälkki · 4 years, 2 months ago
  36. 4b519f7 sb/intel/*/lpc.c: Don't try to write read-only PCICMD bits by Angel Pons · 3 years, 10 months ago
  37. 131d9f5 src/southbridge: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  38. 653eb15 sb/intel/{i82371eb,i82801dx}/fadt.c: Use macro for iapc_boot_arch by Elyes HAOUAS · 4 years ago
  39. 89739ba {sb,soc}/intel/**/*.c: Use macros for PCI COMMAND bits by Angel Pons · 4 years, 1 month ago
  40. 04071f4 src: Use ACPI macros by Elyes HAOUAS · 4 years, 1 month ago
  41. 1659724 e7505/i82801dx: Use common code for early SMBus by Angel Pons · 4 years, 3 months ago
  42. b21bffa sb/intel: Define CONFIG_FIXED_SMBUS_IO_BASE by Angel Pons · 4 years, 2 months ago
  43. 94b0c79 sb/intel/i82801dx/fadt.c: Use ACPI_ADDRESS_SPACE_IO by Angel Pons · 4 years, 1 month ago
  44. 79572e4 src: Make HAVE_CF9_RESET set the FADT reset register by Angel Pons · 4 years, 1 month ago
  45. 3eb8dba src: Drop useless cache flush settings in FADT by Angel Pons · 4 years, 1 month ago
  46. a208c6c src: Never overwrite `fadt->flags` by Angel Pons · 4 years, 1 month ago
  47. 2e5e99c sb/intel/i82801dx: Declare reset register in FADT by Angel Pons · 4 years, 1 month ago
  48. 7db5ce1 sb/intel/i82801dx: Drop unneeded PM2 settings from FADT by Angel Pons · 4 years, 1 month ago
  49. 1b5a7de src: Drop useless PM1b settings from FADT by Angel Pons · 4 years, 1 month ago
  50. 77653e3 src: Drop useless GPE1 settings from FADT by Angel Pons · 4 years, 1 month ago
  51. 5a8e072 src: Remove unused 'include <string.h>' by Elyes HAOUAS · 4 years, 1 month ago
  52. 517bc99 sb/intel/i82801dx: Correct SMBUS_IO_BASE value by Angel Pons · 4 years, 2 months ago
  53. 6bed1c4 sb/intel/i82801dx: Drop APM_CNT_MBI_UPDATE by Kyösti Mälkki · 4 years, 2 months ago
  54. f4617c0 sb/intel/i82801dx: Drop GNVS in SMM by Kyösti Mälkki · 4 years, 2 months ago
  55. bdcccc0 sb/intel: Add include guards on nvs.h by Kyösti Mälkki · 4 years, 2 months ago
  56. 0c1dd9c ACPI: Drop typedef global_nvs_t by Kyösti Mälkki · 4 years, 2 months ago
  57. 1a1b04e device/smbus_host: Declare common early SMBus prototypes by Kyösti Mälkki · 4 years, 7 months ago
  58. c4ef8e4 sb/intel/i82801dx: Drop APM_CNT_GNVS_UPDATE by Kyösti Mälkki · 4 years, 2 months ago
  59. d151831 cpu/x86/smm: Define APM_CNT_NOOP_SMI by Kyösti Mälkki · 4 years, 2 months ago
  60. 96cb252 sb/intel/i82801dx: Drop smm_setup_structures() by Kyösti Mälkki · 4 years, 2 months ago
  61. 9446447 sb/intel: Clean up some SMI enables by Kyösti Mälkki · 4 years, 2 months ago
  62. cfc3c35 ACPI: Remove Kconfig COMMON_FADT by Kyösti Mälkki · 4 years, 3 months ago
  63. ba17829 sb/intel, ACPI: Do not override FADT preferred_pm_profile by Kyösti Mälkki · 4 years, 3 months ago
  64. df63ff8 aopen/dxplplusu,intel/i82801dx: Select COMMON_FADT by Kyösti Mälkki · 4 years, 3 months ago
  65. f2a0be2 drivers/intel/gma: Move IGD OpRegion to CBMEM by Nico Huber · 4 years, 4 months ago
  66. 2f2191a sb/intel/i82801dx: Fix 16-bit read/write PCI_COMMAND register by Elyes HAOUAS · 4 years, 4 months ago
  67. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  68. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  69. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  70. 8741510 southbridge/*/Kconfig: Replace GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  71. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  72. deeccbf Drop explicit NULL initializations from `device_operations` by Elyes HAOUAS · 4 years, 4 months ago
  73. 182dbde src/southbridge: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  74. e98f6af drivers/intel/gma/acpi: Reduce display switching stubs by Nico Huber · 4 years, 5 months ago
  75. a5b0bc4 src: capitalize 'APIC' by Elyes HAOUAS · 4 years, 6 months ago
  76. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  77. f555a58 sb/intel/common: Declare common smbus_base() and enable_smbus() by Kyösti Mälkki · 4 years, 7 months ago
  78. d1141ab intel/e7505,i82801dx: Refactor raminit by Kyösti Mälkki · 4 years, 7 months ago
  79. 7cdcc38 sb/intel/common: Add smbus_host_reset() by Kyösti Mälkki · 4 years, 7 months ago
  80. 1cae454 device,sb/intel: Move SMBus host controller prototypes by Kyösti Mälkki · 4 years, 7 months ago
  81. cbf9571 drivers/pc80/rtc: Separate {get|set}_option() prototypes by Kyösti Mälkki · 4 years, 7 months ago
  82. de64078 bootblock: Provide some common prototypes by Kyösti Mälkki · 4 years, 9 months ago
  83. 3457df1 sb/intel/common: Properly guard USB debug by Arthur Heymans · 4 years, 9 months ago
  84. cd0b67b sb/intel/i82801dx,ix: Replace SMM_ASEG conditional by Kyösti Mälkki · 4 years, 10 months ago
  85. ead8a07 intel/82801dx,ix: Rename SMM_ASEG functions by Kyösti Mälkki · 5 years ago
  86. 1d4bdda sb/intel/common: Remove the SOUTHBRIDGE_INTEL_COMMON Kconfig symbol by Arthur Heymans · 4 years, 10 months ago
  87. 23a6c79 sb/intel/common: Make COMMON_RESET optional by Arthur Heymans · 4 years, 10 months ago
  88. 074730c sb/intel/common: Make linking rtc.c conditional by Arthur Heymans · 5 years ago
  89. ff744bf src/southbridge: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 10 months ago
  90. 51b75ae device: Use scan_static_bus() over scan_lpc_bus() by Nico Huber · 5 years ago
  91. d7205be nb,sb/intel: Clean up some __BOOTBLOCK__ and __SIMPLE_DEVICE__ use by Kyösti Mälkki · 4 years, 11 months ago
  92. 12b121c southbridge/intel: Tidy up preprocessor and headers by Kyösti Mälkki · 5 years ago
  93. 1ef039b cpu/x86: Change old-style SMI handler prototypes by Kyösti Mälkki · 5 years ago
  94. c4fdb7b cpu/x86: Move some SMM function declarations by Kyösti Mälkki · 5 years ago
  95. e31ec29 cpu/x86: Separate save_state struct headers by Kyösti Mälkki · 5 years ago
  96. b987282 sb/intel/i82801dx: Drop unused parameter by Kyösti Mälkki · 5 years ago
  97. 55b7263 intel/e7505,i82801dx: Fix SMM_ASEG lock by Kyösti Mälkki · 5 years ago
  98. 4d372c7 cpu/x86: Declare SMM_ASEG by Kyösti Mälkki · 5 years ago
  99. 9265f89 arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class by Kyösti Mälkki · 5 years ago
  100. 7eb8eed sb/intel/{common,i82801dx}: Improve TCO debug code by Jacob Garber · 5 years ago