All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] soc: add NPCM BPC driver support
@ 2023-12-12 10:07 ` Tomer Maimon
  0 siblings, 0 replies; 16+ messages in thread
From: Tomer Maimon @ 2023-12-12 10:07 UTC (permalink / raw)
  To: arnd, pmenzel, robh+dt, krzysztof.kozlowski+dt, conor+dt,
	avifishman70, tali.perry1, joel, venture, yuenn, benjaminfair,
	j.neuschaefer
  Cc: openbmc, linux-gpio, devicetree, linux-kernel, Tomer Maimon

This patch set adds BIOS Post code (BPC) support for the Nuvoton 
NPCM Baseboard Management Controller (BMC).

Nuvoton BMC NPCM BIOS Post Code (BPC) monitoring two configurable 
I/O addresses written by the host on the bus, the capture data 
stored in 128-word FIFO.

NPCM BPC can support capture double words.

The NPCM BPC driver tested on NPCM750 Olympus board.

Tomer Maimon (3):
  dt-bindings: soc: nuvoton: Add NPCM BPC
  soc: nuvoton: add configuration menu
  soc: nuvoton: add NPCM BPC driver

 .../soc/nuvoton/nuvoton,npcm-bpc.yaml         |  63 +++
 drivers/soc/nuvoton/Kconfig                   |  16 +-
 drivers/soc/nuvoton/Makefile                  |   1 +
 drivers/soc/nuvoton/npcm-bpc.c                | 388 ++++++++++++++++++
 4 files changed, 467 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/soc/nuvoton/nuvoton,npcm-bpc.yaml
 create mode 100644 drivers/soc/nuvoton/npcm-bpc.c

-- 
2.34.1


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

end of thread, other threads:[~2023-12-14  0:10 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-12 10:07 [PATCH v2 0/3] soc: add NPCM BPC driver support Tomer Maimon
2023-12-12 10:07 ` Tomer Maimon
2023-12-12 10:07 ` [PATCH v2 1/3] dt-bindings: soc: nuvoton: Add NPCM BPC Tomer Maimon
2023-12-12 10:07   ` Tomer Maimon
2023-12-12 16:18   ` Conor Dooley
2023-12-12 16:18     ` Conor Dooley
2023-12-13  6:23   ` Krzysztof Kozlowski
2023-12-12 10:07 ` [PATCH v2 2/3] soc: nuvoton: add configuration menu Tomer Maimon
2023-12-12 10:07   ` Tomer Maimon
2023-12-12 10:07 ` [PATCH v2 3/3] soc: nuvoton: add NPCM BPC driver Tomer Maimon
2023-12-12 10:07   ` Tomer Maimon
2023-12-13  0:48   ` kernel test robot
2023-12-13  0:48     ` kernel test robot
2023-12-13  6:22 ` [PATCH v2 0/3] soc: add NPCM BPC driver support Krzysztof Kozlowski
2023-12-13  9:44   ` Tomer Maimon
2023-12-13  9:44     ` Tomer Maimon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.