Skip to content

Commit

Permalink
chapter2: add smbios tables details
Browse files Browse the repository at this point in the history
Add details about the SMBIOS tables and structures, with a reference to the
SMBIOS specification v3.7.0.

Signed-off-by: Vincent Stehlé <[email protected]>
  • Loading branch information
vstehle committed Feb 22, 2024
1 parent 4cea232 commit 64bc0c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/chapter2-uefi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,12 @@ The DTB must be contained in memory of type `EfiACPIReclaimMemory`.
`EfiACPIReclaimMemory` was chosen to match the recommendation for ACPI
tables which fulfill the same task as the DTB.

SMBIOS
------

If firmware provides SMBIOS tables and structures then it must provide them as
described in [SMBIOS]_ § 5 & 6.

UEFI Boot Services
==================

Expand Down
4 changes: 4 additions & 0 deletions source/references.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@
Version 20211203
.. [RVUEFI] `RISC-V UEFI Protocol Specification <https://github.com/riscv-non-isa/riscv-uefi/releases/download/1.0.0/RISCV_UEFI_PROTOCOL-spec.pdf>`_
.. [SMBIOS] `System Management BIOS (SMBIOS) Reference Specification v3.7.0
<https://www.dmtf.org/sites/default/files/standards/documents/DSP0134_3.7.0.pdf>`_,
July 2023, `DMTF <https://www.dmtf.org>`_

0 comments on commit 64bc0c4

Please sign in to comment.