Home
last modified time | relevance | path

Searched refs:secureBootVal (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-state-manager/
H A Dsecure_boot_check.cpp122 int secureBootVal = -1; in main() local
137 secureBootVal = std::stoi(dbgVal); in main()
174 if ((secureBootGpio != 1) || (secureBootVal != 1) || (abrImage != 0)) in main()
181 std::to_string(secureBootVal)); in main()