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>
41 lines
1.3 KiB
Diff
41 lines
1.3 KiB
Diff
From 8f60f2a6f44e75005bb94add0288d2c390870b11 Mon Sep 17 00:00:00 2001
|
|
From: Shravan Kumar Ramani <shravankr@nvidia.com>
|
|
Date: Thu, 7 Jul 2022 05:13:21 -0400
|
|
Subject: [PATCH backport 5.10 45/63] UBUNTU: SAUCE: bluefield_edac: Update
|
|
license and copyright info
|
|
|
|
BugLink: https://launchpad.net/bugs/1980812
|
|
|
|
Signed-off-by: Shravan Kumar Ramani <shravankr@nvidia.com>
|
|
Signed-off-by: Ike Panhc <ike.pan@canonical.com>
|
|
---
|
|
drivers/edac/bluefield_edac.c | 8 ++++----
|
|
1 file changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/drivers/edac/bluefield_edac.c b/drivers/edac/bluefield_edac.c
|
|
index 8e1127a56..c21eb015f 100644
|
|
--- a/drivers/edac/bluefield_edac.c
|
|
+++ b/drivers/edac/bluefield_edac.c
|
|
@@ -1,8 +1,8 @@
|
|
-// SPDX-License-Identifier: GPL-2.0
|
|
+// SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause
|
|
/*
|
|
* Bluefield-specific EDAC driver.
|
|
*
|
|
- * Copyright (c) 2019 Mellanox Technologies.
|
|
+ * Copyright (c) 2022 NVIDIA Corporation.
|
|
*/
|
|
|
|
#include <linux/acpi.h>
|
|
@@ -492,5 +492,5 @@ static struct platform_driver bluefield_edac_mc_driver = {
|
|
module_platform_driver(bluefield_edac_mc_driver);
|
|
|
|
MODULE_DESCRIPTION("Mellanox BlueField memory edac driver");
|
|
-MODULE_AUTHOR("Mellanox Technologies");
|
|
-MODULE_LICENSE("GPL v2");
|
|
+MODULE_AUTHOR("Shravan Kumar Ramani <shravankr@nvidia.com>");
|
|
+MODULE_LICENSE("Dual BSD/GPL");
|
|
--
|
|
2.20.1
|
|
|