1. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 6 months ago
  2. 6eaffcd soc/intel: implement ACPI timer disabling per SoC and drop common code by Michael Niewöhner · 2 years, 10 months ago
  3. 7502000 soc/intel/common: Rename kconfig PMC_EPOC by Lean Sheng Tan · 3 years, 1 month ago
  4. bed1b60 soc/intel/common: Refine pmc_get_xtal_freq function by Lean Sheng Tan · 3 years, 1 month ago
  5. 508dc16 soc/intel/common: Move PMC EPOC related code to Intel common code by Lean Sheng Tan · 3 years, 1 month ago
  6. f585c6e soc/intel: Drop casts around `soc_read_pmc_base()` by Angel Pons · 3 years, 1 month ago
  7. dca081b soc/intel/common/pmc: Avoid unnecessary writes of AFTERG3_EN by Nico Huber · 3 years, 1 month ago
  8. 88dcb31 src: Retype option API to use unsigned integers by Angel Pons · 3 years, 3 months ago
  9. 62719a3 {sb,soc}/intel: Use `get_int_option` function by Angel Pons · 3 years, 3 months ago
  10. 2787237 ACPI: Add helpers for CBMEM_ID_POWER_STATE by Kyösti Mälkki · 3 years, 6 months ago
  11. 8461cec soc/intel/block/pmclib.c: Properly guard apm_control() by Arthur Heymans · 3 years, 8 months ago
  12. 08c646c soc/intel/block/pmc: Move pmc_set_acpi_mode() to pmc_lib.c by Arthur Heymans · 3 years, 8 months ago
  13. 4e8baf9 soc/intel/*: drop useless XTAL shutdown qualification code by Michael Niewöhner · 3 years, 9 months ago
  14. 3e959d8 soc/intel/common/block/pmc: Add PMC API for low power programming by Subrata Banik · 3 years, 10 months ago
  15. 186250f common/block/pmc: Add a check to program the PchPmPwrCycDur by V Sowmya · 3 years, 11 months ago
  16. 38819a4 soc/intel/common/block/pmc/pmclib.c: Remove unused '<pc80/mc146818rtc.h>' by Elyes HAOUAS · 4 years ago
  17. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  18. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 2 months ago
  19. 0612b27 soc/intel/common: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  20. 516c0a5 security/vboot: relocate and rename vboot_platform_is_resuming() by Bill XIE · 4 years, 5 months ago
  21. 1c6d8a9 soc: Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  22. cbf9571 drivers/pc80/rtc: Separate {get|set}_option() prototypes by Kyösti Mälkki · 4 years, 6 months ago
  23. 1c6ea92 soc/intel/common: pmclib: make use of the new ETR address API by Michael Niewöhner · 4 years, 9 months ago
  24. 6bbabef soc/intel/common: Set power-failure-state via option table by Nico Huber · 5 years ago
  25. 3e786b5 soc/intel: Drop pmc_soc_restore_power_failure() by Nico Huber · 5 years ago
  26. ef19ce5 soc/intel/common: Implement power-failure-state handling by Nico Huber · 5 years ago
  27. ea6dd74 soc/intel/common/pmc: Don't use CAR_GLOBAL by Arthur Heymans · 5 years ago
  28. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  29. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  30. 7bc4dc5 soc/intel/common/block: Move tco common functions into block/smbus by Subrata Banik · 6 years ago
  31. a70ed00 soc/intel: Drop pmc_get_mainboard_power_failure_state_choice() by Nico Huber · 6 years ago
  32. 9faae2b Kconfig: Unify power-after-failure options by Nico Huber · 6 years ago
  33. 0ccfc0c intel/common/block: Fix issue found by klockwork by John Zhao · 6 years ago
  34. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  35. 3cb0e27 soc/intel/common: add acpi_get_sleep_type to pmclib by Bora Guvendik · 6 years ago
  36. 2912e8e soc/intel/denverton_ns: Enable common block PMC by Julien Viard de Galbert · 6 years ago
  37. a00c777 soc/intel/common: Disable GPEs just before enabling SMIs by Furquan Shaikh · 6 years ago
  38. 14e8f20 soc/intel/common/block/pmc: Get rid of pmc_fixup_power_state by Furquan Shaikh · 6 years ago
  39. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  40. 5268b76 src/soc: Fix various typos by Jonathan Neuschäfer · 6 years ago
  41. 9b98feb soc/intel/common: Add API to restore power failure into PMC common code by Subrata Banik · 7 years ago
  42. fea2429 security/vboot: Move vboot2 to security kconfig section by Philipp Deppenwiese · 7 years ago
  43. ab62018 soc/intel/common/block/pmc: Add helper routines to read/write PM1_CNT by Furquan Shaikh · 7 years ago
  44. e48fb54 soc/intel/common/block/pmc: Add new function pmc_fill_pm_reg_info by Furquan Shaikh · 7 years ago
  45. efe1e2d soc/intel/common/block/pmc: Move pmc_disable_all_gpe to romstage by Furquan Shaikh · 7 years ago
  46. 74145f7 intel/common/pmc: Disable all GPEs during pmc_init by Furquan Shaikh · 7 years ago
  47. c4e652f soc/intel/common: Clean up PMC library GPE handling API by Furquan Shaikh · 7 years ago
  48. f073872 soc/intel/common/block: Manage power state variable from common PMC block by Shaunak Saha · 7 years ago
  49. 25cc76f soc/intel/common/block: Move power button SMI functions to common PMC block by Shaunak Saha · 7 years ago
  50. 9dffbdd soc/intel/common/block: Add Intel PMC support by Shaunak Saha · 7 years ago