1. 43b7f41 src: Make PCI ID define names shorter by Felix Singer · 2 years, 4 months ago
  2. 55405a3 sb/intel/lynxpoint: Update `intel_me_status()` signature by Angel Pons · 2 years, 8 months ago
  3. 310d327 sb/intel/lynxpoint/me.c: Refactor MEI CSR functions by Angel Pons · 2 years, 8 months ago
  4. df2049b sb/intel/lynxpoint: Use unions for MEI registers by Angel Pons · 2 years, 8 months ago
  5. 032255c sb/intel/lynxpoint: Use unions for ME PCI registers by Angel Pons · 2 years, 8 months ago
  6. 9f04374 sb/intel/lynxpoint: Drop typedefs of enum type by Angel Pons · 2 years, 8 months ago
  7. 01c9b98 sb/intel/lynxpoint: Drop typedefs of struct types by Angel Pons · 2 years, 8 months ago
  8. f32ae10 sb/intel: Replace bad uses of `find_resource` by Angel Pons · 2 years, 8 months ago
  9. 84d10cc ChromeOS: Use CHROMEOS_NVS guard by Kyösti Mälkki · 3 years, 5 months ago
  10. 7f8da79 sb/intel/lynxpoint/me.c: Reorder functions by Angel Pons · 3 years, 4 months ago
  11. 10274d8 sb/intel/lynxpoint: Finalize ME in ramstage by Angel Pons · 3 years, 4 months ago
  12. d32b514 sb/intel/lynxpoint/me.c: Use res2mmio() by Angel Pons · 3 years, 4 months ago
  13. a3492d7 sb/intel/lynxpoint: Retype `mei_base_address` pointer by Angel Pons · 3 years, 4 months ago
  14. 3d3728b sb/intel/lynxpoint/me_9.x.c: Rename to me.c by Angel Pons · 3 years, 4 months ago[Renamed from src/southbridge/intel/lynxpoint/me_9.x.c]
  15. 26e0f4c sb,soc/intel: Convert some CONFIG(CHROMEOS) preprocessor by Kyösti Mälkki · 3 years, 7 months ago
  16. 4ea08f9 sb/intel/lynxpoint: Replace hard-coded IDs with defines by Felix Singer · 3 years, 8 months ago
  17. a151c22 sb/intel/lynxpoint: Drop unneeded and rotten Kconfig option by Angel Pons · 3 years, 11 months ago
  18. c06f4f8 src: Remove unused '<halt.h>' by Elyes HAOUAS · 4 years ago
  19. bf9bc50 sb/intel/lynxpoint: Use PCI bitwise ops by Angel Pons · 4 years, 1 month ago
  20. f01884e sb/intel/lynxpoint/me_9.x.c: Constify string array by Angel Pons · 4 years, 1 month ago
  21. b4b4e32 sb/intel/lynxpoint/me_9.x.c: Add spaces around `=` by Angel Pons · 4 years, 1 month ago
  22. cdee5e9 sb/intel/lynxpoint/me_9.x.c: Drop dead code by Angel Pons · 4 years ago
  23. 08e8cab src: Substitute `__FUNCTION__` with `__func__` by Angel Pons · 4 years, 1 month ago
  24. 1fc0edd src: Use pci_dev_ops_pci where applicable by Angel Pons · 4 years, 1 month ago
  25. d5d4fbc sb/intel/lynxpoint: Restore lost PCI_COMMAND_MASTER bits by Angel Pons · 4 years, 1 month ago
  26. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  27. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 2 months ago
  28. 73ae076 sb/intel/lynxpoint: Fix 16-bit read/write PCI_COMMAND register by Elyes HAOUAS · 4 years, 2 months ago
  29. 182dbde src/southbridge: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  30. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  31. 21d6a27 arch/x86: Replace some __SMM__ guards by Kyösti Mälkki · 4 years, 8 months ago
  32. be5317f ELOG: Avoid some preprocessor use by Kyösti Mälkki · 4 years, 8 months ago
  33. c86fc8e sb,soc/intel: Reduce preprocessor use with ME debugging by Kyösti Mälkki · 4 years, 8 months ago
  34. ff744bf src/southbridge: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 9 months ago
  35. 400f9ca src/southbridge: Use 'include <stdlib.h>' when appropriate by Elyes HAOUAS · 5 years ago
  36. 12b121c southbridge/intel: Tidy up preprocessor and headers by Kyösti Mälkki · 4 years, 11 months ago
  37. 4a0f071 {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem() by Subrata Banik · 5 years ago
  38. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  39. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  40. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  41. 1dcd8db src/southbridge: Get rid of device_t by Elyes HAOUAS · 6 years ago
  42. 54f9424 sb/intel/lynxpoint: Remove irrelevant conditional statement by Elyes HAOUAS · 6 years ago
  43. f9de5a4 src/southbridge: Add required space before the open parenthesis by Elyes HAOUAS · 6 years ago
  44. 7a1a3ad southbridge/intel: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  45. ba28e8d src/southbridge: Code formating by Elyes HAOUAS · 8 years ago
  46. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  47. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  48. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  49. 97ccefd southbridge/intel/lynxpoint/me_9.x.c: Avoid unused func warn by Edward O'Callaghan · 10 years ago
  50. 546953c Replace hlt with halt() by Patrick Georgi · 10 years ago
  51. c3ed886 intel boards: Use acpi_is_wakeup_s3() by Kyösti Mälkki · 10 years ago
  52. 7bf4f48 southbridge/intel/lynxpoint/me_9.x.c: Use IS_ENABLED macro by Edward O'Callaghan · 10 years ago
  53. 0b3cd36 lynxpoint: me: Disable some verbose messages by Duncan Laurie · 11 years ago
  54. 0dc0d13 lynxpoint: me: Support ICC clock enables message by Duncan Laurie · 11 years ago
  55. 2017b4a lynxpoint: me: Allow for more than MKHI MEI messages by Duncan Laurie · 11 years ago
  56. 8056dc6 lynxpoint: Avoid any ME device communication in S3 path by Duncan Laurie · 11 years ago
  57. 3d299c4 lynxpoint me: add support for mbp clear wait in finalize step by Duncan Laurie · 11 years ago
  58. af98062 Revert "lynxpoint: Move ME lock down to ramstage" by Duncan Laurie · 11 years ago
  59. 1d048ca lynxpoint: Move ME lock down to ramstage by Duncan Laurie · 11 years ago
  60. 144f7b2 lynxpoint: Add missing ME MBP entries by Duncan Laurie · 11 years ago
  61. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  62. b37d1fb lynxpoint: update MBP give up routine by Aaron Durbin · 11 years ago
  63. 26e7dd7 haswell: more ULT/LP support and minor tweaks by Duncan Laurie · 12 years ago
  64. be98524 lynxpoint: ME to BIOS Payload Updates by Aaron Durbin · 12 years ago
  65. 89f79a0 haswell: remove explicit pcie config accesses by Aaron Durbin · 12 years ago
  66. 9aa031e lynxpoint: Management Engine Updates by Aaron Durbin · 12 years ago
  67. 76c3700 haswell: Add initial support for Haswell platforms by Aaron Durbin · 12 years ago