Skip to content

Commit

Permalink
Fix #168 (#171)
Browse files Browse the repository at this point in the history
Describes the scheme by which JEP-106 codes are compressed to fit within a 32-bit value.

Signed-off-by: Andrei Warkentin <[email protected]>
  • Loading branch information
andreiw committed May 31, 2024
1 parent 6421b1c commit 4da6020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smbios.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ A processor is a grouping of harts in a physical package. In modern designs this
For RISC-V class CPUs, the `Processor ID` field contains two `DWORD`-formatted values describing
the overall physical processor package vendor and version. For some implementations
this may also be known as the SoC ID. The first `DWORD` (offsets 08h-0Bh) is the JEP-106 code for
the vendor. The second `DWORD` (offsets 0Ch-0Fh) reflects vendor-specific part versioning.
the vendor, where bits 6:0 is the ID without the parity and bits 31:7 represent the number of continuation codes. The second `DWORD` (offsets 0Ch-0Fh) reflects vendor-specific part versioning.

For hart-specific vendor and revision information, please see Type 44 Processor-Specific Data structures.

Expand Down

0 comments on commit 4da6020

Please sign in to comment.