]> git.dujemihanovic.xyz Git - u-boot.git/commit
smbios: Fix BIOS Characteristics Extension Byte 2
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Wed, 9 Jun 2021 15:14:47 +0000 (18:14 +0300)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 28 Jun 2021 17:57:13 +0000 (19:57 +0200)
commitff192304b69944734a661227c2d00aab5b15cdaf
treebb02650c63e3053e4dfd16317c3298916d1ca1fa
parenta86ed41bff94f90af2e1a8798e20920ef0353e97
smbios: Fix BIOS Characteristics Extension Byte 2

We currently define the EFI support of an SMBIOS table as the third bit of
"BIOS Characteristics Extension Byte 1". The latest DMTF spec defines it
on "BIOS Characteristics Extension Byte 2".

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Remove superfluous assignment.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/smbios.h
lib/smbios.c