From acd497ed3b5b49f478059da924649240069bad4a Mon Sep 17 00:00:00 2001 From: Andrei Warkentin Date: Mon, 4 Dec 2023 14:24:03 -0600 Subject: [PATCH] smbios: remove boot hart info Dups info already available to boot software (via UEFI) and not useful from an asset tracking perspective. Signed-off-by: Andrei Warkentin --- smbios.adoc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/smbios.adoc b/smbios.adoc index 281a72b..0db3412 100644 --- a/smbios.adoc +++ b/smbios.adoc @@ -40,15 +40,13 @@ architecture 07h (64-bit RISC-V) only. | Offset | Version | Name | Length | Value | Description | 00h| 0100h|Revision|WORD|Varies|See <>. | 02h| 0100h| Hart ID| QWORD| Varies| The ID of this RISC-V hart -| 0Ah| 0100h| Boot hart| BYTE| Boolean| 1: This is the boot hart. + -0: This is not the boot hart. -| 0Bh| 0100h| Machine Vendor ID | QWORD| Varies| The vendor ID of this +| 0Ah| 0100h| Machine Vendor ID | QWORD| Varies| The vendor ID of this RISC-V hart -| 13h| 0100h| Machine Architecture ID| QWORD| Varies| Base +| 12h| 0100h| Machine Architecture ID| QWORD| Varies| Base microarchitecture of the hart. Value of 0 is possible to indicate the field is not implemented. The combination of Machine Architecture ID and Machine Vendor ID should uniquely identify the type of hart microarchitecture that is implemented. -| 1Bh| 0100h| Machine Implementation ID| QWORD| Varies| Unique encoding +| 1Ah| 0100h| Machine Implementation ID| QWORD| Varies| Unique encoding of the version of the processor implementation. Value of 0 is possible to indicate the field is not implemented. The Implementation value should reflect the design of the RISC-V processor and not the surrounding system.