From 36658d07f040cc14280354d25a3c3d046075420e Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 8 Feb 2024 14:26:16 +0100 Subject: [PATCH 1/4] small MPSoC bugfix --- linux/payload/PlocMpsocHandler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/payload/PlocMpsocHandler.cpp b/linux/payload/PlocMpsocHandler.cpp index 9aa110e1..6df5a59b 100644 --- a/linux/payload/PlocMpsocHandler.cpp +++ b/linux/payload/PlocMpsocHandler.cpp @@ -998,6 +998,7 @@ ReturnValue_t PlocMpsocHandler::handleGetHkReport(const uint8_t* data) { if (result != returnvalue::OK) { return result; } + hkReport.setValidity(true, true); return returnvalue::OK; } From b3785628a7bbfdef5d8709529282d86f95c25579 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 9 Feb 2024 11:25:36 +0100 Subject: [PATCH 2/4] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c2d0b21..061478a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ will consitute of a breaking change warranting a new major release: - PLOC SUPV latchup report could not be handled previously. - Bugfix in PLOC SUPV latchup report parsing. +- Bugfix in PLOC MPSoC HK set: Set and variables were not set valid. # [v7.6.1] 2024-02-05 From b5a7db4e66bda7a448360fe8fb9f0f815ca41a04 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 12 Feb 2024 10:41:58 +0100 Subject: [PATCH 3/4] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 061478a5..28c9d245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ will consitute of a breaking change warranting a new major release: - PLOC SUPV latchup report could not be handled previously. - Bugfix in PLOC SUPV latchup report parsing. - Bugfix in PLOC MPSoC HK set: Set and variables were not set valid. +- MPSoC HK set was not set to valid. # [v7.6.1] 2024-02-05 From a562a4544580770a4804f76d469723cdd79d62d4 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 12 Feb 2024 10:42:45 +0100 Subject: [PATCH 4/4] oops --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28c9d245..061478a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,6 @@ will consitute of a breaking change warranting a new major release: - PLOC SUPV latchup report could not be handled previously. - Bugfix in PLOC SUPV latchup report parsing. - Bugfix in PLOC MPSoC HK set: Set and variables were not set valid. -- MPSoC HK set was not set to valid. # [v7.6.1] 2024-02-05