UTIL F0 keyword addition.
F0 Keyword from UTIL Record is being used for restoring Replay ID
even during factory reset.
Data:
Keyword details in Michael Lim's box folder.
Signed-off-by: Giridhari Krishna <giridharikrishnan@gmail.com>
Change-Id: Icf8e3f544159ae3d174976681c440260cee3a065
diff --git a/ibm_vpd_utils.hpp b/ibm_vpd_utils.hpp
index c5f3593..ab3c774 100644
--- a/ibm_vpd_utils.hpp
+++ b/ibm_vpd_utils.hpp
@@ -49,6 +49,8 @@
{"UTIL",
{inventory::SystemKeywordInfo("D0", Binary(1, 0x00), true, true, "VSBK",
"D0"),
+ inventory::SystemKeywordInfo("F0", Binary(8, 0x00), false, true, "VSBK",
+ "F0"),
inventory::SystemKeywordInfo("F5", Binary(16, 0x00), false, true, "VSBK",
"F5"),
inventory::SystemKeywordInfo("F6", Binary(16, 0x00), false, true, "VSBK",