1. cbf9571 drivers/pc80/rtc: Separate {get|set}_option() prototypes by Kyösti Mälkki · 4 years, 8 months ago
  2. 88f5c71 src: Remove unused 'include <arch/cpu.h>' by Elyes HAOUAS · 4 years, 10 months ago
  3. 7630803 sb/intel: Remove ENABLE_ACPI_MODE_IN_COREBOOT by Kyösti Mälkki · 4 years, 10 months ago
  4. 3cde494 sb/intel/bd82x6x: Remove setting up lpc decode ranges in ramstage by Arthur Heymans · 5 years ago
  5. 51b75ae device: Use scan_static_bus() over scan_lpc_bus() by Nico Huber · 5 years ago
  6. ebf201b sb/intel/bd82x6x: Use common final SPI OPs setup by Arthur Heymans · 5 years ago
  7. 12b121c southbridge/intel: Tidy up preprocessor and headers by Kyösti Mälkki · 5 years ago
  8. b30a47b sb/intel/{bd82x6x|ibexpeak}: Drop p_cnt_throttling_supported by Patrick Rudolph · 5 years ago
  9. 4f8b108 sb/intel/bd82x6x: Add and use more RCBA defines by Patrick Rudolph · 5 years ago
  10. 7407210 sb/intel/bd82x6x/lpc.c: Remove reinitializing the SPI driver by Arthur Heymans · 5 years ago
  11. 0c22d2f {bd82x6x,i82801gx,ibexpeak,lynxpoint}: Remove dead code and use macro by Elyes HAOUAS · 6 years ago
  12. 1a93058 sb/intel/bd82x6x: Fix flashconsole after lockdown by Dan Elkouby · 6 years ago
  13. 5d1f9a0 Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) by Julius Werner · 5 years ago
  14. 4a0f071 {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem() by Subrata Banik · 5 years ago
  15. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  16. 0d4de2a ACPI: Rename FADT model and set it to zero by Elyes HAOUAS · 5 years ago
  17. 744d6bd sb/intel: Check for NULL-return of pcidev_on_root() by Nico Huber · 6 years ago
  18. 9faae2b Kconfig: Unify power-after-failure options by Nico Huber · 6 years ago
  19. c70eed1 device: Use pcidev_on_root() by Kyösti Mälkki · 6 years ago
  20. ead574e src: Get rid of duplicated includes by Elyes HAOUAS · 6 years ago
  21. d2b9ec1 src: Remove unneeded include "{arch,cpu}/cpu.h" by Elyes HAOUAS · 6 years ago
  22. 6b93112 sb/intel: Deduplicate vbnv_cmos_failed and rtc_init by Patrick Rudolph · 6 years ago
  23. 6fbd874 chromeos/gnvs: remove function and naming cleanup by Joel Kitching · 6 years ago
  24. ef8c559 nb/intel/sandybridge/report_platform: Move remaining code to sb folder by Patrick Rudolph · 6 years ago
  25. 58a8953 Revert "sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location" by Arthur Heymans · 6 years ago
  26. 4aec340 sb/intel/bd82x6x: Get rid of device_t by Elyes HAOUAS · 6 years ago
  27. 9c5d463 southbridge/intel: Remove space before/after parenthesis by Elyes HAOUAS · 6 years ago
  28. e56189c pci: Move inline PCI functions to pci_ops.h by Patrick Rudolph · 6 years ago
  29. 8e50b6d sb/intel/bd82x6x: Let mainboard override SPI opmenu by Nico Huber · 7 years ago
  30. a050817 sb/intel/common: Add common code for SMM setup and smihandler by Arthur Heymans · 7 years ago
  31. d2d2aef sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location by Arthur Heymans · 7 years ago
  32. 7f5efd9 intel/bd82x6x: Use generated ACPI PIRQ by Tobias Diedrich · 7 years ago
  33. 97620038 southbridge/intel/bd82x6x: refactor rtc failure checking by Aaron Durbin · 7 years ago
  34. aa090cb device: acpi_name() should take a const struct device by Aaron Durbin · 7 years ago
  35. d533b16 sb/intel/*: add option to lockdown chipset on normal boot path by Bill XIE · 7 years ago
  36. 7a1a3ad southbridge/intel: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  37. 604f698 sb/intel/bd82x6x: Fill in acpi_name by Patrick Rudolph · 7 years ago
  38. 281ccca nb/intel/sandybridge/gma: Set up OpRegion in nb code by Patrick Rudolph · 7 years ago
  39. 035df00 src/southbridge: Remove whitespace after sizeof by Elyes HAOUAS · 8 years ago
  40. ba28e8d src/southbridge: Code formating by Elyes HAOUAS · 8 years ago
  41. 42d55e0 sb/intel/bd82x6x: Add missing PCIIDs for variants . by Vladimir Serbinenko · 9 years ago
  42. b2dae79 sb/intel/bd82x6x: Assign unique bus/dev/fn for I/O APIC + HPETs by Nico Huber · 9 years ago
  43. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  44. 7b2f9f6 intel/southbridge/bd82x6x: Add option to set SPI VSCC registers by Nico Huber · 9 years ago
  45. 5eea458 device_ops: add device_t argument to acpi_fill_ssdt_generator by Alexander Couzens · 9 years ago
  46. a90dad1 device_ops: add device_t argument to acpi_inject_dsdt_generator by Alexander Couzens · 9 years ago
  47. d0e212c devicetree: Discriminate device ops scan_bus() by Kyösti Mälkki · 9 years ago
  48. b06a249 bd82x6x: Move calling of finalize() on resume to southbridge code by Vladimir Serbinenko · 9 years ago
  49. a3e41c0 Migrate 206ax to SMM_MODULES by Vladimir Serbinenko · 9 years ago
  50. dd2bc3f igd.asl rewrite by Vladimir Serbinenko · 10 years ago
  51. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  52. b85a87b intel SMI handlers: Refactor GPI SMI/SCI routing by Kyösti Mälkki · 10 years ago
  53. 31ca97c southbridge/intel/bd82x6x: Add LPC id 0x1e49 for B75 chipset by Damien Zammit · 9 years ago
  54. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  55. 33b535f sandy/ivy/nehalem: Remerge interrupt handling by Vladimir Serbinenko · 10 years ago
  56. 36fa5b8 i82801ix,bd82x6x,ibexpeak: rewrite expresscard hotplug by Vladimir Serbinenko · 10 years ago
  57. 226d784 ibexpeak, bd82x6x: Move to implicit length patching by Vladimir Serbinenko · 10 years ago
  58. 5b044ae bd82x6x: Move to common FADT. by Vladimir Serbinenko · 10 years ago
  59. b3f08c6 cmos: Rename the CMOS related functions. by Gabe Black · 10 years ago
  60. 06c788d bd82x6x: Consolidate common GNVS init by Vladimir Serbinenko · 10 years ago
  61. 334fd8e bd82x6x, ibexpeak, lynxpoint: Declare NVSA before its use. by Vladimir Serbinenko · 10 years ago
  62. 7309c64 bd82x6x, ibexpeak, lynxpoint: Ensure 0-filling of uninited GNVS vars. by Vladimir Serbinenko · 10 years ago
  63. 0650cd0 southbridge/bd82x6x: Reserve 16 MiB for flash and not 8. by Vladimir Serbinenko · 11 years ago
  64. 35c0f43 Move nehalem/sandy/ivy to per-device acpi by Vladimir Serbinenko · 10 years ago
  65. 264d265 southbridge: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  66. c3ed886 intel boards: Use acpi_is_wakeup_s3() by Kyösti Mälkki · 10 years ago
  67. 9c50e6a Intel BD82x6x: LPC: Unify I/O APIC setup by Paul Menzel · 11 years ago
  68. 8c937c7 Intel Panther Point PCH: Use 2 << 24 to clarify that APIC ID is 2 by Vladimir Serbinenko · 11 years ago
  69. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  70. a0bec17 Reserve bd82x6x LPC decode ranges in the resource allocator by Marc Jones · 12 years ago
  71. 800e950 ELOG: Log boot-time events found in southbridge by Duncan Laurie · 12 years ago
  72. e6f459c CougarPoint/PantherPoint: Add HM77 device ID to table by Kimarie Hoot · 12 years ago
  73. 3f6a4d7 Add specific power management init code for PantherPoint by Duncan Laurie · 12 years ago
  74. 9a380ab bd82x6x: Convert all PCI ID lists to new scheme by Stefan Reinauer · 12 years ago
  75. baae2d2 Add support for HM70 and NM70 LPC bridge by Stefan Reinauer · 12 years ago
  76. 95be1d6 Don't disable ACPI in the S3 resume path by Duncan Laurie · 12 years ago
  77. 459b777 add new LPC controller device ID value by Vadim Bendebury · 12 years ago
  78. 8e07382 Add support for Intel Panther Point PCH by Stefan Reinauer · 12 years ago