Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix https://github.com/riscv-non-isa/riscv-brs/issues/168 #171

Merged
merged 1 commit into from
May 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading