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