1. 22d4397 azalia: Use `HDA_GCTL_CRST` macro as unset-mask by Angel Pons · 3 years, 10 months ago
  2. 554713e azalia: Treat all negative return values as errors by Angel Pons · 3 years, 10 months ago
  3. 819c206 ironlake: Fix compilation on x86_64 by Patrick Rudolph · 4 years, 9 months ago
  4. 131d9f5 src/southbridge: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  5. 2e29c3b sb/intel/bd82x6x: Factor out common ME functions by Angel Pons · 4 years ago
  6. 9f8f115 SMM: Validate more user-provided pointers by Patrick Rudolph · 4 years, 4 months ago
  7. aa90203 elog: rename ELOG_WAKE_SOURCE_GPIO to ELOG_WAKE_SOURCE_GPE by Aaron Durbin · 4 years ago
  8. c06f4f8 src: Remove unused '<halt.h>' by Elyes HAOUAS · 4 years, 1 month ago
  9. a4dd33c src: Use PCI_BASE_ADDRESS_* macros instead of magic numbers by Elyes HAOUAS · 4 years ago
  10. 6ea24ff {sb/intel/*/azalia.c,device/azalia_device.c}: Reduce differences by Elyes HAOUAS · 4 years ago
  11. 11178bd sb/intel/bd82x6x: Use <device/azalia_device.h> registers by Elyes HAOUAS · 4 years, 1 month ago
  12. 053fe8a sb/intel/bd82x6x/me_8.x.c: Relocate `mkhi_end_of_post` by Angel Pons · 4 years ago
  13. d703c5b sb/intel/bd82x6x: Make `pch_silicon_supported` static by Angel Pons · 4 years ago
  14. ab6ecb4 sb/intel/bd82x6x: Remove incorrect RCBA registers by Angel Pons · 4 years ago
  15. 0b3512b sb/intel: Remove inexistent references to IDE controller by Angel Pons · 4 years ago
  16. 5567bb5 {sb,soc}/intel/*/acpi/lpc.asl: Drop commented-out code by Angel Pons · 4 years, 1 month ago
  17. b82b431 src: Never set ISA Enable on PCI bridges by Angel Pons · 4 years, 1 month ago
  18. 89739ba {sb,soc}/intel/**/*.c: Use macros for PCI COMMAND bits by Angel Pons · 4 years, 1 month ago
  19. dd46dfa sb/intel/bd82x6x: Use common irqlinks.asl by Angel Pons · 4 years, 1 month ago
  20. d39e6b6 sandybridge/bd82x6x: Use common code for early SMBus by Angel Pons · 4 years, 3 months ago
  21. b21bffa sb/intel: Define CONFIG_FIXED_SMBUS_IO_BASE by Angel Pons · 4 years, 2 months ago
  22. 12a4d05 src: Report word-sized access for PM1a_EVT by Angel Pons · 4 years, 1 month ago
  23. 89cdb36 sb/intel/bd82x6x/fadt.c: Use definitions instead of numbers by Angel Pons · 4 years, 1 month ago
  24. 79572e4 src: Make HAVE_CF9_RESET set the FADT reset register by Angel Pons · 4 years, 1 month ago
  25. 3eb8dba src: Drop useless cache flush settings in FADT by Angel Pons · 4 years, 1 month ago
  26. a208c6c src: Never overwrite `fadt->flags` by Angel Pons · 4 years, 1 month ago
  27. 1b5a7de src: Drop useless PM1b settings from FADT by Angel Pons · 4 years, 1 month ago
  28. 77653e3 src: Drop useless GPE1 settings from FADT by Angel Pons · 4 years, 1 month ago
  29. 530cde8 sb/intel/bd82x6x: Move `acpi_fill_fadt` to fadt.c by Angel Pons · 4 years, 1 month ago
  30. 6065ead sb/intel/bd82x6x/acpi/lpc.asl: Drop dead code by Angel Pons · 4 years, 1 month ago
  31. 4a1938f sb/intel/bd82x6x/pcie.c: Drop dead code by Angel Pons · 4 years, 1 month ago
  32. 239abaf ACPI GNVS: Replace uses of smm_get_gnvs() by Kyösti Mälkki · 4 years, 2 months ago
  33. bdcccc0 sb/intel: Add include guards on nvs.h by Kyösti Mälkki · 4 years, 2 months ago
  34. 0c1dd9c ACPI: Drop typedef global_nvs_t by Kyösti Mälkki · 4 years, 2 months ago
  35. c9ee2c0 sb/intel/bd82x6x: Use common early SPI code by Angel Pons · 4 years, 2 months ago
  36. a23aff3 src: Report byte-sized access for GPE0 by Angel Pons · 4 years, 2 months ago
  37. 0623b01 sb/intel/bd82x6x: Align mei_recv_msg() functions by Angel Pons · 4 years, 3 months ago
  38. c3c5521 ACPI: Replace smm_setup_structures() by Kyösti Mälkki · 4 years, 2 months ago
  39. 1a1b04e device/smbus_host: Declare common early SMBus prototypes by Kyösti Mälkki · 4 years, 7 months ago
  40. 08e8cab src: Substitute `__FUNCTION__` with `__func__` by Angel Pons · 4 years, 2 months ago
  41. ad882c3 sb/intel: Remove spurious HAVE_SMI_HANDLER test by Kyösti Mälkki · 4 years, 3 months ago
  42. b658548 arch/x86: Create helper for APM_CNT SMI triggers by Kyösti Mälkki · 4 years, 3 months ago
  43. 9446447 sb/intel: Clean up some SMI enables by Kyösti Mälkki · 4 years, 2 months ago
  44. c803f65 sb/intel/bd82x6x: Use PCI bitwise ops by Angel Pons · 4 years, 2 months ago
  45. 7333ea9 sb/intel/bd82x6x/pcie.c: Move `pch_pcie_acpi_name` up by Angel Pons · 4 years, 2 months ago
  46. cfc3c35 ACPI: Remove Kconfig COMMON_FADT by Kyösti Mälkki · 4 years, 3 months ago
  47. d4acee8 ACPI: Move redundant FADT reserved entry by Kyösti Mälkki · 4 years, 3 months ago
  48. 7f32df3 sb/intel/bd82x6x: Align some ME functions by Angel Pons · 4 years, 3 months ago
  49. 1fc0edd src: Use pci_dev_ops_pci where applicable by Angel Pons · 4 years, 3 months ago
  50. 0a9e72e arch/x86: Declare permanent_smi_handler() by Kyösti Mälkki · 5 years ago
  51. c328a68 soc,southbridge/intel: Control SMI related FADT entries by Kyösti Mälkki · 4 years, 9 months ago
  52. 1929b57 sb/intel/bd82x6x: Remove dead code by Angel Pons · 4 years, 3 months ago
  53. 729c069 sb/intel/bd82x6x: Fix 16-bit read/write PCI_COMMAND register by Elyes HAOUAS · 4 years, 4 months ago
  54. 78e8db1 sb/intel/{bd82x6x|ibexpeak}: Clear flush_* in FADT by Patrick Rudolph · 5 years ago
  55. f2a0be2 drivers/intel/gma: Move IGD OpRegion to CBMEM by Nico Huber · 4 years, 4 months ago
  56. bfc255a src/sb: Use 'print("%s...", __func__)' by Elyes HAOUAS · 4 years, 5 months ago
  57. f70bd99 src: Remove unused '#include <stdint.h>' by Elyes HAOUAS · 4 years, 3 months ago
  58. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  59. 29fbfcc vboot: Clean up pre-RAM use of vboot_recovery_mode_enabled() by Julius Werner · 4 years, 6 months ago
  60. 1efa7d9 sb/intel/bd82x6x: Put temp BAR in a define by Angel Pons · 4 years, 3 months ago
  61. 6cd6e71 sb/intel/bd82x6x: Do cosmetic fixes by Angel Pons · 4 years, 3 months ago
  62. e91af4d sb/intel/*/me_status.c: Fix typo by Angel Pons · 4 years, 3 months ago
  63. c0bff97 acpi: Update sata files to be more aligned with rest of acpi files by Furquan Shaikh · 4 years, 4 months ago
  64. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  65. a268aac src/acpi: Drop Kconfig option ACPI_SATA_GENERATOR by Furquan Shaikh · 4 years, 4 months ago
  66. 2d7173d src: Remove unused 'include <cpu/x86/cache.h>' by Elyes HAOUAS · 4 years, 4 months ago
  67. 338fd9a device: Constify struct device * parameter to acpi_inject_dsdt by Furquan Shaikh · 4 years, 4 months ago
  68. 7536a39 device: Constify struct device * parameter to acpi_fill_ssdt() by Furquan Shaikh · 4 years, 4 months ago
  69. 56473ca sb/intel/bd82x6x/sata: Clean up IDE modes by Nico Huber · 5 years ago
  70. 63be060 sb/intel/bd82x6x/sata: Add legacy mode support by Nico Huber · 6 years ago
  71. 9ff2af2 sb/intel/bd82x6x/lpc.c: configure CLKRUN_EN according to SKU by Michał Żygowski · 4 years, 4 months ago
  72. 25d20d3 sb/{bd82x6x,ibexpeak,lynxpoint}/early_smbus: Use macro by Elyes HAOUAS · 4 years, 5 months ago
  73. 7daf3cd sb/intel/bd82x6x/sata: Set values as described in BIOS spec by Felix Singer · 4 years, 5 months ago
  74. 192666f sb/intel/bd82x6x: Drop PCI resource reg override by Felix Singer · 4 years, 5 months ago
  75. 66579d4 sb/intel/bd82x6x/sata: Don't hard-code values by Felix Singer · 4 years, 5 months ago
  76. deeccbf Drop explicit NULL initializations from `device_operations` by Elyes HAOUAS · 4 years, 5 months ago
  77. a019524 sb/intel/bd82x6x: Use SPDX headers by Angel Pons · 4 years, 5 months ago
  78. 182dbde src/southbridge: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  79. c821f00 sb/intel/bd82x6x: drop IGD-related NVS variables by Matt DeVillier · 4 years, 5 months ago
  80. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 5 months ago
  81. e98f6af drivers/intel/gma/acpi: Reduce display switching stubs by Nico Huber · 4 years, 5 months ago
  82. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  83. 79ccc69 src: capitalize 'PCIe' by Elyes HAOUAS · 4 years, 6 months ago
  84. 2119d0b treewide: Capitalize 'CMOS' by Elyes HAOUAS · 4 years, 6 months ago
  85. f555a58 sb/intel/common: Declare common smbus_base() and enable_smbus() by Kyösti Mälkki · 4 years, 8 months ago
  86. ffa520f intel/sandybridge,bd82x6x: Move enable_smbus() call by Kyösti Mälkki · 4 years, 8 months ago
  87. 73451fd sb/intel/common: Add smbus_set_slave_addr() by Kyösti Mälkki · 4 years, 8 months ago
  88. 7cdcc38 sb/intel/common: Add smbus_host_reset() by Kyösti Mälkki · 4 years, 8 months ago
  89. 1cae454 device,sb/intel: Move SMBus host controller prototypes by Kyösti Mälkki · 4 years, 8 months ago
  90. cbf9571 drivers/pc80/rtc: Separate {get|set}_option() prototypes by Kyösti Mälkki · 4 years, 8 months ago
  91. 4058122 arch/x86: Remove <arch/cbfs.h> by Kyösti Mälkki · 4 years, 8 months ago
  92. 88f5c71 src: Remove unused 'include <arch/cpu.h>' by Elyes HAOUAS · 4 years, 10 months ago
  93. 38d2540 src/southbridge: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 9 months ago
  94. b17a0f5 sb/intel/*: Remove romcc guards by Arthur Heymans · 4 years, 9 months ago
  95. de64078 bootblock: Provide some common prototypes by Kyösti Mälkki · 4 years, 9 months ago
  96. 47a6603 sb/intel/common/spi: Add Baytrail/Braswell support by Arthur Heymans · 4 years, 10 months ago
  97. 6760e0b sb/intel/bd82x6x: Handle enabling of GbE by Nico Huber · 4 years, 9 months ago
  98. 360d947 nb/intel/sandybridge: Move to C_ENVIRONMENT_BOOTBLOCK by Arthur Heymans · 4 years, 9 months ago
  99. 2b28a16 sb/intel/bd82x6x: Make the pch_enable_lpc hook optional by Arthur Heymans · 4 years, 9 months ago
  100. 9c53834 nb/intel/sandybridge: Make the mainboard_rcba_config hook optional by Arthur Heymans · 4 years, 9 months ago