[PATCH] dmicheck: add Type 1's Field 25 & 26 as used by kernel
Alex Hung
alex.hung at canonical.com
Tue Apr 30 02:11:10 UTC 2019
They are added to Linux kernel in commit c61872c9833d1 and
b23908d3c48a3.
Signed-off-by: Alex Hung <alex.hung at canonical.com>
---
src/dmi/dmicheck/dmicheck.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/dmi/dmicheck/dmicheck.c b/src/dmi/dmicheck/dmicheck.c
index f2d1271e..d6220ed7 100644
--- a/src/dmi/dmicheck/dmicheck.c
+++ b/src/dmi/dmicheck/dmicheck.c
@@ -242,6 +242,8 @@ static const fwts_dmi_used_by_kernel dmi_used_by_kernel_table[] = {
{ 1, 6 },
{ 1, 7 },
{ 1, 8 },
+ { 1, 25 },
+ { 1, 26 },
/* Type 2, Base Board Information */
{ 2, 4 },
{ 2, 5 },
--
2.17.1
More information about the fwts-devel
mailing list