summaryrefslogtreecommitdiffstats
path: root/drivers/fpga/intel-m10-bmc-sec-update.c
diff options
context:
space:
mode:
authorRuss Weight <russell.h.weight@intel.com>2022-09-02 18:57:06 +0200
committerXu Yilun <yilun.xu@intel.com>2022-09-11 09:36:35 +0200
commit562d0bf2cab80810fa50a1f109a6bdb61c25efc2 (patch)
tree74a92db086be00ad705a8cd821be30ee561f6aa1 /drivers/fpga/intel-m10-bmc-sec-update.c
parentfpga: prevent integer overflow in dfl_feature_ioctl_set_irq() (diff)
downloadlinux-562d0bf2cab80810fa50a1f109a6bdb61c25efc2.tar.xz
linux-562d0bf2cab80810fa50a1f109a6bdb61c25efc2.zip
fpga: m10bmc-sec: d5005 bmc secure update driver
Add a driver name for the D5005 BMC secure update driver. Different driver names are used for the N3000 and D5005 devices because future changes will add conditional code based on the device type (N3000 vs D5005). This change enables D5005 secure updates of BCM images, BMC firmware, static-region images, etc. Signed-off-by: Russ Weight <russell.h.weight@intel.com> Acked-by: Xu Yilun <yilun.xu@intel.com> Link: https://lore.kernel.org/r/20220902165706.518074-3-russell.h.weight@intel.com Signed-off-by: Xu Yilun <yilun.xu@intel.com>
Diffstat (limited to 'drivers/fpga/intel-m10-bmc-sec-update.c')
-rw-r--r--drivers/fpga/intel-m10-bmc-sec-update.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/fpga/intel-m10-bmc-sec-update.c b/drivers/fpga/intel-m10-bmc-sec-update.c
index 72c677c910de..526c8cdd1474 100644
--- a/drivers/fpga/intel-m10-bmc-sec-update.c
+++ b/drivers/fpga/intel-m10-bmc-sec-update.c
@@ -605,6 +605,9 @@ static const struct platform_device_id intel_m10bmc_sec_ids[] = {
{
.name = "n3000bmc-sec-update",
},
+ {
+ .name = "d5005bmc-sec-update",
+ },
{ }
};
MODULE_DEVICE_TABLE(platform, intel_m10bmc_sec_ids);