mirror of
https://github.com/anrieff/libcpuid
synced 2025-06-07 00:51:40 +00:00
RDMSR: add more links to AMD 17h and 19h PPR
This commit is contained in:
parent
52f5924cb4
commit
5cfff28c43
1 changed files with 15 additions and 1 deletions
|
@ -547,7 +547,21 @@ int msr_serialize_raw_data(struct msr_driver_t* handle, const char* filename)
|
||||||
|
|
||||||
AMD Processor Programming Reference (PPR)
|
AMD Processor Programming Reference (PPR)
|
||||||
* AMD Family 17h Processors
|
* AMD Family 17h Processors
|
||||||
https://support.amd.com/TechDocs/54945_PPR_Family_17h_Models_00h-0Fh.pdf
|
Models 00h-0Fh: https://www.amd.com/system/files/TechDocs/54945-ppr-family-17h-models-00h-0fh-processors.zip
|
||||||
|
Models 01h, 08h, Revision B2: https://www.amd.com/system/files/TechDocs/54945_3.03_ppr_ZP_B2_pub.zip
|
||||||
|
Model 71h, Revision B0: https://www.amd.com/system/files/TechDocs/56176_ppr_Family_17h_Model_71h_B0_pub_Rev_3.06.zip
|
||||||
|
Model 60h, Revision A1: https://www.amd.com/system/files/TechDocs/55922-A1-PUB.zip
|
||||||
|
Model 18h, Revision B1: https://www.amd.com/system/files/TechDocs/55570-B1-PUB.zip
|
||||||
|
Model 20h, Revision A1: https://www.amd.com/system/files/TechDocs/55772-A1-PUB.zip
|
||||||
|
Model 31h, Revision B0 Processors https://www.amd.com/system/files/TechDocs/55803-ppr-family-17h-model-31h-b0-processors.pdf
|
||||||
|
Models A0h-AFh, Revision A0: https://www.amd.com/system/files/TechDocs/57243-A0-PUB.zip
|
||||||
|
* AMD Family 19h Processors
|
||||||
|
Model 01h, Revision B1: https://www.amd.com/system/files/TechDocs/55898_B1_pub_0.50.zip
|
||||||
|
Model 21h, Revision B0: https://www.amd.com/system/files/TechDocs/56214-B0-PUB.zip
|
||||||
|
Model 51h, Revision A1: https://www.amd.com/system/files/TechDocs/56569-A1-PUB.zip
|
||||||
|
Model 11h, Revision B1: https://www.amd.com/system/files/TechDocs/55901_0.25.zip
|
||||||
|
Model 61h, Revision B1: https://www.amd.com/system/files/TechDocs/56713-B1-PUB_3.04.zip
|
||||||
|
Model 70h, Revision A0: https://www.amd.com/system/files/TechDocs/57019-A0-PUB_3.00.zip
|
||||||
|
|
||||||
- Intel MSRs:
|
- Intel MSRs:
|
||||||
Intel® 64 and IA-32 Architectures Software Developer’s Manual
|
Intel® 64 and IA-32 Architectures Software Developer’s Manual
|
||||||
|
|
Loading…
Add table
Reference in a new issue