1. 2c3ebd8 mb,sb,soc/intel: Drop useless IO trap handlers by Kyösti Mälkki · 1 year, 9 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. 661ad46 ACPI: Select ACPI_SOC_NVS only where suitable by Kyösti Mälkki · 3 years, 8 months ago
  4. 8c2cc68 arch/x86: Pass GNVS as parameter to SMM module by Kyösti Mälkki · 4 years, 2 months ago
  5. 131d9f5 src/southbridge: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  6. fca0cba sb/intel/i82801gx,ix,jx: Drop invalid GNVS update routine by Kyösti Mälkki · 4 years, 2 months ago
  7. 239abaf ACPI GNVS: Replace uses of smm_get_gnvs() by Kyösti Mälkki · 4 years, 2 months ago
  8. 0c1dd9c ACPI: Drop typedef global_nvs_t by Kyösti Mälkki · 4 years, 2 months ago
  9. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  10. 92646ea sb/intel/i82801gx: Improve code formatting by Elyes HAOUAS · 4 years, 5 months ago
  11. 182dbde src/southbridge: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  12. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  13. f0b79da src: Remove unused 'include <pc80/mc146818rtc.h>' by Elyes HAOUAS · 4 years, 9 months ago
  14. 1034839 {i945,i82801gx}: Remove unneeded include <cpu/x86/cache.h> by Elyes HAOUAS · 5 years ago
  15. 74aa99a src: Drop unused '#include <halt.h>' by Elyes HAOUAS · 5 years ago
  16. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  17. 31312b2 sb/intel/i82801gx: Use common Intel SMM code by Arthur Heymans · 6 years ago
  18. 7a1a3ad southbridge/intel: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  19. ddb64d3 sb/intel/i82801gx: Add whitespace around '<<' by Elyes HAOUAS · 7 years ago
  20. 3f111b0 southbridge/intel/i82801gx: Fix problems found by checkpatch.pl by Arthur Heymans · 7 years ago
  21. b4a45dc intel PCI ops: Remove explicit PCI MMCONF access by Kyösti Mälkki · 11 years ago
  22. 061d781 southbridge/intel/i82801gx: transition away from device_t by Antonello Dettori · 8 years ago
  23. ba28e8d src/southbridge: Code formating by Elyes HAOUAS · 8 years ago
  24. 70d79a4 src/southbridge: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  25. 0cd338e Remove non-ascii & unprintable characters by Martin Roth · 8 years ago
  26. e991945 southbridge/intel/i82801gx: use common Intel ACPI hardware definitions by Aaron Durbin · 8 years ago
  27. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  28. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  29. b85a87b intel SMI handlers: Refactor GPI SMI/SCI routing by Kyösti Mälkki · 10 years ago
  30. 48b3dbc x86 SMM: Replace weak prototypes with weak function stub by Kyösti Mälkki · 10 years ago
  31. 182e551f smihandler.c: Fix doxygen errors in southbridge_smi_handler by Martin Roth · 10 years ago
  32. 546953c Replace hlt with halt() by Patrick Georgi · 10 years ago
  33. a485705 i82801gx: Kill unused TCG and SMI1 by Vladimir Serbinenko · 10 years ago
  34. 8aa7e83 intel/i945 intel/i82801gx: remove explicit pcie config accesses by Kyösti Mälkki · 11 years ago
  35. 54d6abd Drop some duplicates of PCI-e config functions by Kyösti Mälkki · 11 years ago
  36. 20b6d91 southbridge/intel/i82801gx: Make compilation possible with CONFIG_SMM_TSEG by Denis 'GNUtoo' Carikli · 11 years ago
  37. 1b32a51 i82801gx: smihandle: sync with southbridge/intel/bd82x6x/smihandler.c by Denis 'GNUtoo' Carikli · 11 years ago
  38. b694f10 southbridge: i82801gx: smihandler.c: Correct outl->outw mistake. by Denis 'GNUtoo' Carikli · 11 years ago
  39. 62f8083 Fix cycle error in intel southbridges to display GPI status by Konstantin Aladyshev · 11 years ago
  40. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  41. bf34e94 SMM: unify mainboard APM command handlers by Stefan Reinauer · 12 years ago
  42. 8a85bcc i82801gx: Support power-on-after-power-fail better by Patrick Georgi · 13 years ago
  43. c07466b i82801gx: Use CMOS variable if available for power-on on power failure by Patrick Georgi · 13 years ago
  44. 811787a i82801gx: read RTC status register to prevent IRQ storm by Sven Schnelle · 13 years ago
  45. bfe8e51 SMM: don't overwrite SMM memory on resume by Sven Schnelle · 13 years ago
  46. f4dc1a7 SMM: add defines for APM_CNT register by Sven Schnelle · 13 years ago
  47. c21b054 SMM: add mainboard_apm_cnt() callback by Sven Schnelle · 13 years ago
  48. 836ae29 first round name simplification. drop the <component>_ prefix. by stepan · 14 years ago[Renamed (99%) from src/southbridge/intel/i82801gx/i82801gx_smihandler.c]
  49. 2f4b7f6 clean up some prototypes by Stefan Reinauer · 14 years ago
  50. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  51. 348a1ba fix a couple of warnings by Stefan Reinauer · 14 years ago
  52. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 14 years ago
  53. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  54. 7a3d095 by Stefan Reinauer · 15 years ago
  55. aca6ec6 Kontron 986LCD-M update by Stefan Reinauer · 15 years ago
  56. 109ab31 drop extra whitespace at end of line for i945 + ICH7 (trivial) by Stefan Reinauer · 15 years ago
  57. dec1b47 Add some more CONFIG_* prefixes that were missing. by Patrick Georgi · 15 years ago
  58. 573f7d4 Intel ICH7 updates by Stefan Reinauer · 15 years ago
  59. 3b38745 * fix a minor power state issue in the ich7 smm handler by Stefan Reinauer · 15 years ago
  60. 54309d6 Update Kontron board by Stefan Reinauer · 16 years ago
  61. 269563a First shot at factoring SMM code into generic parts and southbridge specific by Stefan Reinauer · 16 years ago[Renamed (79%) from src/southbridge/intel/i82801gx/smihandler.c]
  62. debb11f Support for the Intel ICH7 southbridge. by Stefan Reinauer · 16 years ago