linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] AMD Zen debugging documentation
@ 2025-04-10 20:01 Mario Limonciello
  2025-04-10 20:01 ` [PATCH v3 1/4] Documentation: Add AMD Zen debugging document Mario Limonciello
                   ` (3 more replies)
  0 siblings, 4 replies; 26+ messages in thread
From: Mario Limonciello @ 2025-04-10 20:01 UTC (permalink / raw)
  To: Borislav Petkov, Jean Delvare, Andi Shyti, Ilpo Järvinen
  Cc: Jonathan Corbet, Mario Limonciello, Yazen Ghannam,
	Thomas Gleixner, Ingo Molnar, Dave Hansen,
	maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT), H . Peter Anvin,
	Shyam Sundar S K, Hans de Goede, open list:DOCUMENTATION,
	open list, open list:I2C/SMBUS CONTROLLER DRIVERS FOR PC,
	open list:AMD PMC DRIVER

From: Mario Limonciello <mario.limonciello@amd.com>

Introduce documentation for debugging some issues on AMD zen hardware.
As one of the debugging techniques read and add information for
S5_RESET_STATUS register.

v3:
 * Introduce patches to have a common define for a register base used
   in 3 different places.
 * Take into account feedback on how to show S5_RESET_STATUS info

Mario Limonciello (3):
  Documentation: Add AMD Zen debugging document
  i2c: piix4: Move SB800_PIIX4_FCH_PM_ADDR definition to amd_node.h
  platform/x86/amd: pmc: use FCH_PM_BASE definition

Yazen Ghannam (1):
  x86/CPU/AMD: Print the reason for the last reset

 Documentation/admin-guide/amd/index.rst   | 312 ++++++++++++++++++++++
 Documentation/admin-guide/amd/resume.svg  |   4 +
 Documentation/admin-guide/amd/suspend.svg |   4 +
 Documentation/admin-guide/index.rst       |   1 +
 arch/x86/include/asm/amd_node.h           |   3 +
 arch/x86/kernel/cpu/amd.c                 |  51 ++++
 drivers/i2c/busses/i2c-piix4.c            |  12 +-
 drivers/platform/x86/amd/pmc/pmc-quirks.c |   5 +-
 8 files changed, 385 insertions(+), 7 deletions(-)
 create mode 100644 Documentation/admin-guide/amd/index.rst
 create mode 100644 Documentation/admin-guide/amd/resume.svg
 create mode 100644 Documentation/admin-guide/amd/suspend.svg

-- 
2.43.0


^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2025-04-13 19:32 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-10 20:01 [PATCH v3 0/4] AMD Zen debugging documentation Mario Limonciello
2025-04-10 20:01 ` [PATCH v3 1/4] Documentation: Add AMD Zen debugging document Mario Limonciello
2025-04-12  2:12   ` Bagas Sanjaya
2025-04-12  2:19     ` Mario Limonciello
2025-04-12  2:28       ` Bagas Sanjaya
2025-04-10 20:02 ` [PATCH v3 2/4] i2c: piix4: Move SB800_PIIX4_FCH_PM_ADDR definition to amd_node.h Mario Limonciello
2025-04-11 11:49   ` Borislav Petkov
2025-04-11 12:09     ` Mario Limonciello
2025-04-11 12:41       ` Borislav Petkov
2025-04-12 19:44         ` Ingo Molnar
2025-04-12 19:51           ` Mario Limonciello
2025-04-12 20:15             ` Ingo Molnar
2025-04-12 20:23               ` Mario Limonciello
2025-04-12 20:47                 ` Ingo Molnar
2025-04-12 22:29               ` Borislav Petkov
2025-04-13  7:54                 ` Ingo Molnar
2025-04-13  8:44                   ` Ingo Molnar
2025-04-13 19:27                     ` Mario Limonciello
2025-04-13 19:32                       ` Ingo Molnar
2025-04-10 20:02 ` [PATCH v3 3/4] platform/x86/amd: pmc: use FCH_PM_BASE definition Mario Limonciello
2025-04-10 20:02 ` [PATCH v3 4/4] x86/CPU/AMD: Print the reason for the last reset Mario Limonciello
2025-04-11 12:06   ` Borislav Petkov
2025-04-11 12:12     ` Mario Limonciello
2025-04-11 12:50       ` Borislav Petkov
2025-04-11 13:25         ` Mario Limonciello
2025-04-12 19:37       ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).