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.cpp123 int secureBootVal = -1; in main() local
138 secureBootVal = std::stoi(dbgVal); in main()
175 if ((secureBootGpio != 1) || (secureBootVal != 1) || (abrImage != 0)) in main()
182 std::to_string(secureBootVal)); in main()