e286869b24
- Why I did it 1. Update Mellanox HW-MGMT package to newer version V.7.0030.1011 2. Replace the SONiC PMON Thermal control algorithm with the one inside the HW-MGMT package on all Nvidia platforms 3. Support Spectrum-4 systems - How I did it 1. Update the HW-MGMT package version number and submodule pointer 2. Remove the thermal control algorithm implementation from Mellanox platform API 3. Revise the patch to HW-MGMT package which will disable HW-MGMT from running on SIMX 4. Update the downstream kernel patch list Signed-off-by: Kebo Liu <kebol@nvidia.com>
33 lines
1.5 KiB
Diff
33 lines
1.5 KiB
Diff
From 4c700c6b83fa8bf6347537279a0a5134d09cf004 Mon Sep 17 00:00:00 2001
|
|
From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
|
|
Date: Wed, 17 Mar 2021 15:26:50 +0530
|
|
Subject: [PATCH backport 5.10 11/63] platform/mellanox: Typo fix in the file
|
|
mlxbf-bootctl.c
|
|
|
|
s/progamming/programming/
|
|
|
|
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
|
|
Acked-by: Randy Dunlap <rdunlap@infradead.org>
|
|
Link: https://lore.kernel.org/r/20210317095650.2036419-1-unixbhaskar@gmail.com
|
|
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
|
|
---
|
|
drivers/platform/mellanox/mlxbf-bootctl.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/drivers/platform/mellanox/mlxbf-bootctl.c b/drivers/platform/mellanox/mlxbf-bootctl.c
|
|
index 5d21c6adf..1c7a288b5 100644
|
|
--- a/drivers/platform/mellanox/mlxbf-bootctl.c
|
|
+++ b/drivers/platform/mellanox/mlxbf-bootctl.c
|
|
@@ -208,7 +208,7 @@ static ssize_t secure_boot_fuse_state_show(struct device *dev,
|
|
* 0011 = version 1, 0111 = version 2, 1111 = version 3). Upper 4 bits
|
|
* are a thermometer code indicating key programming has completed for
|
|
* key n (same encodings as the start bits). This allows for detection
|
|
- * of an interruption in the progamming process which has left the key
|
|
+ * of an interruption in the programming process which has left the key
|
|
* partially programmed (and thus invalid). The process is to burn the
|
|
* eFuse for the new key start bit, burn the key eFuses, then burn the
|
|
* eFuse for the new key complete bit.
|
|
--
|
|
2.20.1
|
|
|