mbox series

[linux,dev-6.6,v1,0/2] soc: add NPCM BPC driver support

Message ID 20240101184735.3048767-1-tmaimon77@gmail.com
Headers show
Series soc: add NPCM BPC driver support | expand

Message

Tomer Maimon Jan. 1, 2024, 6:47 p.m. UTC
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 patchset is on upstream process

Tomer Maimon (2):
  dt-bindings: soc: nuvoton: Add NPCM BPC
  soc: nuvoton: add NPCM BPC driver

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