Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/firmware_FWMPDisableCCD/
Dfirmware_FWMPDisableCCD.py36 def cr50_try_unlock(self, fwmp_disabled_unlock): argument
44 if fwmp_disabled_unlock:
54 def cr50_check_fwmp_flag(self, fwmp_disabled_unlock): argument
56 response = 'Console unlock%s allowed' % (' not' if fwmp_disabled_unlock
74 fwmp_disabled_unlock = (self.FWMP_DEV_DISABLE_CCD_UNLOCK &
78 'disabled' if fwmp_disabled_unlock else 'enabled')
81 self.cr50_check_fwmp_flag(fwmp_disabled_unlock)
87 self.cr50_try_unlock(fwmp_disabled_unlock)
90 self.cr50_check_fwmp_flag(fwmp_disabled_unlock)