[PATCH linux dev-6.1 v1 0/2] Add support for PECI Nuvoton

Tomer Maimon tmaimon77 at gmail.com
Wed Jun 28 19:04:02 AEST 2023


This patch set adds NPCM PECI support for the Nuvoton NPCM Baseboard
Management Controller (BMC).

The NPCM PECI has started the upstream process to Linux vanilla version 6.4
by Iwona Winiarska.

The NPCM PECI driver tested on Olympus(NPCM750) board.

Tomer Maimon (2):
  dt-bindings: Add bindings for peci-npcm
  peci: Add peci-npcm controller driver

 .../devicetree/bindings/peci/peci-npcm.yaml   |  58 ++++
 drivers/peci/controller/Kconfig               |  16 +
 drivers/peci/controller/Makefile              |   1 +
 drivers/peci/controller/peci-npcm.c           | 298 ++++++++++++++++++
 4 files changed, 373 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/peci/peci-npcm.yaml
 create mode 100644 drivers/peci/controller/peci-npcm.c

-- 
2.33.0



More information about the openbmc mailing list