Home
last modified time | relevance | path

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

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