chid: Provide a command to access chid features
Provide a simple command which supports showing the information which goes into calculating a CHID. The information is obtained entirely from SMBIOS tables at present. Co-developed-by: Claude <noreply@anthropic.com> Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
10
cmd/Kconfig
10
cmd/Kconfig
@@ -280,6 +280,16 @@ config CMD_SMBIOS
|
||||
help
|
||||
Display the SMBIOS information.
|
||||
|
||||
config CMD_CHID
|
||||
bool "chid"
|
||||
depends on CHID
|
||||
default y
|
||||
help
|
||||
Computer Hardware ID (CHID) utilities. This provides commands to
|
||||
extract hardware identification data from SMBIOS tables according
|
||||
to the Microsoft CHID specification. This is used by Windows Update
|
||||
and fwupd for hardware identification and firmware updates.
|
||||
|
||||
endmenu
|
||||
|
||||
menu "Boot commands"
|
||||
|
||||
Reference in New Issue
Block a user