[PATCH v2 0/3] soc: add NPCM BPC driver support

Tomer Maimon posted 3 patches 2 years ago
There is a newer version of this series
.../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
[PATCH v2 0/3] soc: add NPCM BPC driver support
Posted by Tomer Maimon 2 years ago
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
Re: [PATCH v2 0/3] soc: add NPCM BPC driver support
Posted by Krzysztof Kozlowski 2 years ago
On 12/12/2023 11:07, Tomer Maimon wrote:
> 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.

Where is the changelog?

Best regards,
Krzysztof
Re: [PATCH v2 0/3] soc: add NPCM BPC driver support
Posted by Tomer Maimon 2 years ago
Hi Krzysztof,

Thanks for your comment

On Wed, 13 Dec 2023 at 08:22, Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> On 12/12/2023 11:07, Tomer Maimon wrote:
> > 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.
>
> Where is the changelog?
Sorry i forgot to add the change log, I will do it in version 3
>
> Best regards,
> Krzysztof
>

Best regards,

Tomer