From 450c3be909a326b36ad7a7c368b51c6a540aa47f Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Mon, 16 Jan 2023 12:02:29 -0600 Subject: [PATCH] trivial: update supported cpu documentation to add more info for AMD This should hopefully help disambiguate when information isn't available what to do. Fixes: #5415 --- docs/hsi-tests.d/org.fwupd.hsi.SupportedCpu.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/hsi-tests.d/org.fwupd.hsi.SupportedCpu.json b/docs/hsi-tests.d/org.fwupd.hsi.SupportedCpu.json index ff708634f..ae464979c 100644 --- a/docs/hsi-tests.d/org.fwupd.hsi.SupportedCpu.json +++ b/docs/hsi-tests.d/org.fwupd.hsi.SupportedCpu.json @@ -15,6 +15,12 @@ "success-results" : { "valid" : "the CPU platform is supported and has HSI tests" }, + "more-information": [ + "On AMD APUs or CPUs this information is reported on kernel 5.19 or later via the `ccp` kernel module. ", + "If the kernel module is enabled but is not being auto-loaded, this is a kernel bug and should be reported to kernel bugzilla. ", + "If the kernel module has loaded but you still don't have data this is NOT a fwupd bug. You will have to contact ", + "your motherboard or system manufacturer to enable reporting this information." + ], "hsi-level" : 1, "fwupd-version" : "1.8.0" }