2022-09-02 17:03:01

by Russ Weight

[permalink] [raw]
Subject: [PATCH v1 0/2] fpga: dfl: support d5005 secure updates

The MAX10 secure update driver currently supports only the N3000. With
these two patches secure updates are also supported for the D5005. A
different driver name is used for the D5005 vs the N3000 to facilitate
future conditional code that is based on device type.

Russ Weight (2):
mfd: intel-m10-bmc: add d5005 bmc secure update driver
fpga: m10bmc-sec: d5005 bmc secure update driver

drivers/fpga/intel-m10-bmc-sec-update.c | 3 +++
drivers/mfd/intel-m10-bmc.c | 1 +
2 files changed, 4 insertions(+)

--
2.25.1


2022-09-02 17:03:51

by Russ Weight

[permalink] [raw]
Subject: [PATCH v1 1/2] mfd: intel-m10-bmc: add d5005 bmc secure update driver

Add the D5005 BMC secure update driver to the MAX10 BMC driver
for D5005 devices.

Signed-off-by: Russ Weight <[email protected]>
---
drivers/mfd/intel-m10-bmc.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/mfd/intel-m10-bmc.c b/drivers/mfd/intel-m10-bmc.c
index f4d0d72573c8..7e3319e5b22f 100644
--- a/drivers/mfd/intel-m10-bmc.c
+++ b/drivers/mfd/intel-m10-bmc.c
@@ -21,6 +21,7 @@ enum m10bmc_type {

static struct mfd_cell m10bmc_d5005_subdevs[] = {
{ .name = "d5005bmc-hwmon" },
+ { .name = "d5005bmc-sec-update" }
};

static struct mfd_cell m10bmc_pacn3000_subdevs[] = {
--
2.25.1

2022-09-08 09:52:26

by Lee Jones

[permalink] [raw]
Subject: Re: [PATCH v1 1/2] mfd: intel-m10-bmc: add d5005 bmc secure update driver

On Fri, 02 Sep 2022, Russ Weight wrote:

> Add the D5005 BMC secure update driver to the MAX10 BMC driver
> for D5005 devices.
>
> Signed-off-by: Russ Weight <[email protected]>
> ---
> drivers/mfd/intel-m10-bmc.c | 1 +
> 1 file changed, 1 insertion(+)

Applied, thanks.

--
Lee Jones [李琼斯]