1. c9cd886 treewide: Remove unused <cpu/x86/smm.h> by Elyes Haouas · 1 year, 7 months ago
  2. a072043 sb,soc/intel: Fix SMI handler IO trap data mask by Kyösti Mälkki · 1 year, 9 months ago
  3. ffdf1f9 sb/intel/ibexpeak: Drop Global NVS support by Angel Pons · 3 years, 7 months ago
  4. fd3df8e sb/intel/ibexpeak: Drop invalid ME finalisation function by Angel Pons · 3 years, 7 months ago
  5. 661ad46 ACPI: Select ACPI_SOC_NVS only where suitable by Kyösti Mälkki · 3 years, 8 months ago
  6. 8c2cc68 arch/x86: Pass GNVS as parameter to SMM module by Kyösti Mälkki · 4 years, 2 months ago
  7. 77f340a sb/intel/ibexpeak: Align to coreboot's coding style by Angel Pons · 3 years, 10 months ago
  8. 819c206 ironlake: Fix compilation on x86_64 by Patrick Rudolph · 4 years, 9 months ago
  9. 131d9f5 src/southbridge: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  10. 9f8f115 SMM: Validate more user-provided pointers by Patrick Rudolph · 4 years, 4 months ago
  11. 239abaf ACPI GNVS: Replace uses of smm_get_gnvs() by Kyösti Mälkki · 4 years, 2 months ago
  12. 0c1dd9c ACPI: Drop typedef global_nvs_t by Kyösti Mälkki · 4 years, 2 months ago
  13. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  14. 2d7173d src: Remove unused 'include <cpu/x86/cache.h>' by Elyes HAOUAS · 4 years, 4 months ago
  15. 182dbde src/southbridge: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  16. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  17. 95de231 nb/intel/nehalem: Rename to ironlake by Angel Pons · 4 years, 6 months ago
  18. add0b471 src: Remove unused 'include <halt.h>' by Elyes HAOUAS · 5 years ago
  19. f0b79da src: Remove unused 'include <pc80/mc146818rtc.h>' by Elyes HAOUAS · 4 years, 9 months ago
  20. 680594b southbridge: Remove not used #include <elog.h> by Elyes HAOUAS · 5 years ago
  21. e31ec29 cpu/x86: Separate save_state struct headers by Kyösti Mälkki · 5 years ago
  22. 04326aa sb/intel/ibexpeak/smihandler: Move finalizing to a common location by Arthur Heymans · 5 years ago
  23. 548f33a sb/intel/ibexpeak: Use common Intel SMM code by Arthur Heymans · 6 years ago
  24. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  25. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  26. 9faae2b Kconfig: Unify power-after-failure options by Nico Huber · 6 years ago
  27. d61839c elog: make elog's SMM handler code follow everything else by Patrick Georgi · 6 years ago
  28. ead574e src: Get rid of duplicated includes by Elyes HAOUAS · 6 years ago
  29. 63952e1 intel: Get rid of smm_get_pmbase by Patrick Rudolph · 6 years ago
  30. 10b65dc src/sb: Fix non-local header treated as local by Elyes HAOUAS · 6 years ago
  31. 58a8953 Revert "sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location" by Arthur Heymans · 6 years ago
  32. 581fe58 src/southbridge: Add spaces around '==' by Elyes HAOUAS · 6 years ago
  33. d2d2aef sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location by Arthur Heymans · 7 years ago
  34. 7a1a3ad southbridge/intel: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  35. 9858796 sb/intel/ibexpeak: Add whitespace around '<<' by Elyes HAOUAS · 7 years ago
  36. 3e3b858 sb/intel/ibexpeak: Update debug code to match other chips by Martin Roth · 8 years ago
  37. b4a45dc intel PCI ops: Remove explicit PCI MMCONF access by Kyösti Mälkki · 11 years ago
  38. 040117a southbridge/intel/ibexpeak: transition away from device_t by Antonello Dettori · 8 years ago
  39. ba28e8d src/southbridge: Code formating by Elyes HAOUAS · 8 years ago
  40. 70d79a4 src/southbridge: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  41. 0cd338e Remove non-ascii & unprintable characters by Martin Roth · 8 years ago
  42. 78c6843 southbridge/intel/ibexpeak: use common Intel ACPI hardware definitions by Aaron Durbin · 8 years ago
  43. 1010468 southbridge/intel/ibexpeak: Use common gpio.c by Patrick Rudolph · 9 years ago
  44. 2ed0aa2 Correct some common spelling mistakes by Martin Roth · 9 years ago
  45. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  46. 456f495 Migrate 2065x to SMM_MODULES by Vladimir Serbinenko · 9 years ago
  47. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  48. b85a87b intel SMI handlers: Refactor GPI SMI/SCI routing by Kyösti Mälkki · 10 years ago
  49. 48b3dbc x86 SMM: Replace weak prototypes with weak function stub by Kyösti Mälkki · 10 years ago
  50. 182e551f smihandler.c: Fix doxygen errors in southbridge_smi_handler by Martin Roth · 10 years ago
  51. 546953c Replace hlt with halt() by Patrick Georgi · 10 years ago
  52. 6a7aeb3 bd82x6x/ibexpeak: Make DRAM reset gate GPIO configurable by Vladimir Serbinenko · 11 years ago
  53. 888d559 Support for Ibexpeak southbridge by Vladimir Serbinenko · 11 years ago
  54. 3a09179f Revert "Add support for Intel Ibex Peak (Mobile 5) southbridge" by Stefan Reinauer · 11 years ago
  55. 0210119 Add support for Intel Ibex Peak (Mobile 5) southbridge by Stefan Reinauer · 11 years ago