mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-06 04:12:25 +00:00
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
This commit is contained in:
parent
a01b57b17d
commit
450c3be909
@ -15,6 +15,12 @@
|
|||||||
"success-results" : {
|
"success-results" : {
|
||||||
"valid" : "the CPU platform is supported and has HSI tests"
|
"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,
|
"hsi-level" : 1,
|
||||||
"fwupd-version" : "1.8.0"
|
"fwupd-version" : "1.8.0"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user