mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-01 20:05:30 +00:00
board_inspector/smbiosparser: add SMBIOS table parsers
This patch adds a parser of SMBIOS tables. The tables are fetched from /sys/firmware/dmi/tables on target board. The parser comes from BITS (https://biosbits.org/) without modifications, except how the raw SMBIOS tables are read. Tracked-On: #5922 Signed-off-by: Junjie Mao <junjie.mao@intel.com>
This commit is contained in:
parent
3a395bb342
commit
b3921137c2
@ -0,0 +1,6 @@
|
||||
# Copyright (C) 2021 Intel Corporation. All rights reserved.
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
#
|
||||
|
||||
from smbiosparser.smbios import SMBIOS
|
2282
misc/config_tools/board_inspector/smbiosparser/smbios.py
Normal file
2282
misc/config_tools/board_inspector/smbiosparser/smbios.py
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user