Skip to content

riscv/riscv-smbios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Stephano Cetola
Jun 15, 2022
ff90bfb · Jun 15, 2022

History

21 Commits
Jun 15, 2022
Jun 15, 2022
Jun 15, 2022
Jun 15, 2022
Jun 15, 2022
Jun 15, 2022
Jun 7, 2021
Jun 15, 2022
Dec 4, 2021
Sep 8, 2021
Jun 15, 2022
Sep 8, 2021
Sep 8, 2021
Jun 15, 2022
Jun 15, 2022
Jun 15, 2022

Repository files navigation

RISC-V Processor SMBIOS Spec

(This spec is not in the ratification process yet)

This repository contains SMBIOS tables of RISC-V processor. SMBIOS tables provide hardware information and capability of RISC-V processor to the management software, OS boot loader, OS, shell application, etc for recognizing the presence of hardware and settings. For RISC-V processor, below SMBIOS tables are necessary to built up according to the architecture of RISC-V processor variant.

  • SMBIOS Type 4, Processor Information
  • SMBIOS Type 44, Processor Additional Information

The intention of providing RISC-V SMBIOS tables is to boot RISC-V system to the unified software on RISC-V processor variants, without rebuilding software to conform to the specific architecture of RISC-V variant. The unified RISC-V software could execute different processes according to the information of RISC-V capability and settings provided in SMBIOS tables.